v3.0.0
💥 Breaking Change
The main breaking changes in this major release are dropping support for older
Ember.js, Ember CLI and Node.js versions. The v3.x series will have the
following minimum requirements:
- Ember.js 2.16 or above
- Ember CLI 2.14 or above
- Node.js 8 or above
- #341 Adjust Ember.js support range to 2.16+ (@Turbo87)
- #338 Use
setupPreprocessorRegistry()
hook to register HTMLBars AST plugin (@Turbo87) - #337 Drop support for Node.js 4 and 6 (@Turbo87)
🚀 Enhancement
- #322 ensure custom tree is still memoized (@stefanpenner)
- #339 Enable parallel file processing for
ember-cli-babel
(@Turbo87)
🐛 Bug Fix
📝 Documentation
- #441 Simplify and modernize README file (@Turbo87)
- #342 README: Add Node.js compatibility information (@Turbo87)
🏠 Internal
- #443 Replace TravisCI with GitHub Actions (@Turbo87)
- #438 Update
ember-cli-babel
to v7.12.0 (@Turbo87) - #437 Add dependabot config file (@Turbo87)
- #436 Update locked dependencies (@Turbo87)
- #435 Remove
ember-cli-eslint
dependency (@Turbo87) - #434 Use new QUnit testing APIs (@Turbo87)
- #432 Replace
ember-cli-qunit
withember-qunit
(@Turbo87) - #340 Adjust
.npmignore
blacklist (@Turbo87)
Committers: 3
- Stefan Penner (@stefanpenner)
- Tobias Bieniek (@Turbo87)
- Yoran Brondsema (@YoranBrondsema)