Stay up to date on releases
Create your free account today to subscribe to this repository for notifications about new releases, and build software alongside 40 million developers on GitHub.
Sign up for free See pricing for teams and enterprises
Turbo87
released this
💥 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-babelto v7.12.0 (@Turbo87) - #437 Add dependabot config file (@Turbo87)
- #436 Update locked dependencies (@Turbo87)
- #435 Remove
ember-cli-eslintdependency (@Turbo87) - #434 Use new QUnit testing APIs (@Turbo87)
- #432 Replace
ember-cli-qunitwithember-qunit(@Turbo87) - #340 Adjust
.npmignoreblacklist (@Turbo87)
Committers: 3
- Stefan Penner (@stefanpenner)
- Tobias Bieniek (@Turbo87)
- Yoran Brondsema (@YoranBrondsema)