Skip to content

Releases: userfrosting/browserify-dependencies

4.0.1

16 Mar 01:45
Compare
Choose a tag to compare
v4.0.1

4.0.1

4.0.0

09 Feb 09:07
Compare
Choose a tag to compare

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 to 17.0.0.

3.1.0

18 Apr 07:49
Compare
Choose a tag to compare

Added

  • Option to silently ignore errors, effectively skipping dependencies which cannot be processed.

3.0.0

18 Apr 07:49
Compare
Choose a tag to compare

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

22 Jan 08:07
Compare
Choose a tag to compare

Fixed

  • Workaround for malformed package main values of type array (thanks @silvioq)

Changed

  • Raised minimum node version from 8 to 10.12
  • Updated ono (thrown errors may have a different type)

Removed

  • Deprecated concurrency option

1.1.0

14 Jul 04:53
Compare
Choose a tag to compare

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

05 Jun 22:05
Compare
Choose a tag to compare

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 dependencies tar and js-yaml.

v1.0.0

05 Jun 22:05
Compare
Choose a tag to compare

First stable release.

v1.0.0 Release Candidate 1

12 Mar 20:35
Compare
Choose a tag to compare
Pre-release

Fixed

  • Possible failure in directory tree creation.

v1.0.0 Beta 1

09 Jan 21:14
Compare
Choose a tag to compare
v1.0.0 Beta 1 Pre-release
Pre-release

Initial release