Skip to content

Nodent v2 - initial release

Choose a tag to compare

@matAtWork matAtWork released this 25 Sep 22:10
· 400 commits to master since this release

Nodent v2 is a major update. There may be some breaking changes. Significant changes are:

  • Moved from Uglify2 to Acorn for input parsing, and re-written much of tree manipulation
  • Supports ES6 input syntax, so suitable for adding async & await to ES6 code in Node v4.x.x
  • Provides support for async ES6 constructs such as arrow functions and class methods, etc.
  • Additional tests for interoperability between es7, Promises and Generator mode
  • Cleaner options for code generation and configuration.
  • Removes supports for the pre v1.0.x "<<=" async assignment