Releases: userfrosting/browserify-dependencies
Releases · userfrosting/browserify-dependencies
4.0.1
4.0.0
Changed
- Switched to native ESM, raising NodeJS requirements to
12.17.0
as a result. - Switched from default to named export for more predictable behavior around tooling interactions.
- Updated browserify from
16.5.2
to17.0.0
.
3.1.0
Added
- Option to silently ignore errors, effectively skipping dependencies which cannot be processed.
3.0.0
Fixed
- Existing defect where browserified code provided no exports. They are now available on
window
based on a camel cased version of the package name.
Changed
ono
to@jsdevtools/ono
, and bumped version to 7.1- Results will no longer be within their own folder, and have a file name in the form
[dependency-name]_browserified.js
.
2.0.0
1.1.0
Added
- Expanded test coverge to account for failure scenario.
Fixed
- Errors while running browserify against dependency not getting hoisted up, resulting in silent failures.
Changed
- Deprecated concurrency option citing lack of a tangible benefit in its current from and potential for issues in Browserify which isn't built to be run alongside other concurrent instances.
- Updated dependencies.
v1.0.1
Fixed
- Failure on successive runs due to attempting to delete a file using directory methods. Scenario now addressed in unit tests.
Security
- Updated dev dependency
ava
to address vulnerabilities in indirect dependenciestar
andjs-yaml
.
v1.0.0
First stable release.
v1.0.0 Release Candidate 1
Fixed
- Possible failure in directory tree creation.
v1.0.0 Beta 1
Initial release