1# Change Log 2All notable changes to this project will be documented in this file. 3This project adheres to [Semantic Versioning](http://semver.org/). 4 5## 3.0.0 - 2016-09-11 6### Added 7- Updated to acorn ~4.0.0 8 - ES2016 has been made the default `ecmaVersion`. 9 - Async functions are now implemented for `{ecmaVersion: 8}`. 10 - See [acorn's CHANGELOG][acorn-4.0.0] for a full list of changes. 11 12## 2.1.0 - 2016-07-27 13### Added 14- Updated to acorn ~3.3.0 15 - The ES2016 check for strict mode in function parameters is now implemented 16 for `{ecmaVersion: 7}`. 17 - See [acorn's CHANGELOG][acorn-3.3.0] for a full list of changes. 18 19## 2.0.1 - 2016-06-04 20### Added 21- Updated to acorn ~3.1.0 22 - See [acorn's CHANGELOG][acorn-3.1.0] for a list of changes. 23 - Even though it is a minor version bump for acorn, the new features are not 24 in parts of acorn we are using, and thus a patch level bump is warranted. 25 26## 2.0.0 - 2016-02-12 27### Added 28- Updated to acorn ~3.0.2 29 - See [acorn's CHANGELOG][acorn-3.0.0] for a list of breaking changes. 30 31## 1.0.2 - 2016-01-06 32### Added 33- Updated to acorn ~2.7.0 34 35## 1.0.1 - 2015-11-12 36### Fixed 37- Use a stricter version range for Acorn since we depend on Acorn internals. 38 39## 1.0.0 - 2015-11-11 40### Added 41- Initial release 42 43[acorn-4.0.0]: https://github.com/ternjs/acorn/blob/master/CHANGELOG.md#400-2016-08-07 44[acorn-3.3.0]: https://github.com/ternjs/acorn/blob/master/CHANGELOG.md#330-2016-07-25 45[acorn-3.1.0]: https://github.com/ternjs/acorn/blob/master/CHANGELOG.md#310-2016-04-18 46[acorn-3.0.0]: https://github.com/ternjs/acorn/blob/master/CHANGELOG.md#300-2016-02-10 47