Skip to content

Releases: unassert-js/rollup-plugin-unassert

v0.6.0

24 Feb 15:25
Compare
Choose a tag to compare

Add support for more modern ES features such as class static block, class fields and private properties, nullish coalescing, BigInt and numeric separators (by switching to a better maintained fork of escodegen, @javascript-obfuscator/escodegen). #10 by @stepankuzmin

v0.5.0

12 Aug 08:23
Compare
Choose a tag to compare

Upgrade to unassert v2 (a massive performance improvement).

v0.4.0

12 Aug 08:21
Compare
Choose a tag to compare
  • Drop support for ancient Node versions and remove transpilation of the package to ES5.
  • Make sure comments are never removed by unassert. #5
  • Upgrade dependencies.

v0.3.0

29 Mar 11:48
Compare
Choose a tag to compare
  • Upgrade Acorn to v6, and other dependencies to latest versions.
  • Remove peerDependencies to silence any annoying warnings on install.