Skip to content

Releases: browserify/browser-unpack

v1.4.3

02 Aug 20:34
Compare
Choose a tag to compare

What's Changed

  • fix case where uglify turns file.key into identifiers when using alias by @p0ise in #23

New Contributors

  • @p0ise made their first contribution in #23

Full Changelog: v1.4.2...v1.4.3

v1.4.2

24 Jan 13:03
550c648
Compare
Choose a tag to compare

Fix require() call that should've been acorn-node, not acorn

v1.4.1

14 Dec 13:48
be3a666
Compare
Choose a tag to compare

Remove ecmaVersion override, instead use acorn-node's default.

v1.4.0

14 Dec 13:44
6e1d4fd
Compare
Choose a tag to compare

Uses acorn-node, supporting async functions, import() syntax, object rest spread, etc.

v1.3.0

13 Jun 09:50
94e5809
Compare
Choose a tag to compare

Updates to acorn 5.6, with support for many new JS syntax features.