Version 4.0.0 onwards are documented in Releases.
This project adheres to Semantic Versioning.
- Updated to acorn ~4.0.0
- ES2016 has been made the default
ecmaVersion
. - Async functions are now implemented for
{ecmaVersion: 8}
. - See acorn's CHANGELOG for a full list of changes.
- ES2016 has been made the default
- Updated to acorn ~3.3.0
- The ES2016 check for strict mode in function parameters is now implemented
for
{ecmaVersion: 7}
. - See acorn's CHANGELOG for a full list of changes.
- The ES2016 check for strict mode in function parameters is now implemented
for
- Updated to acorn ~3.1.0
- See acorn's CHANGELOG for a list of changes.
- Even though it is a minor version bump for acorn, the new features are not in parts of acorn we are using, and thus a patch level bump is warranted.
- Updated to acorn ~3.0.2
- See acorn's CHANGELOG for a list of breaking changes.
- Updated to acorn ~2.7.0
- Use a stricter version range for Acorn since we depend on Acorn internals.
- Initial release