Happy New Year! It comes with a new release that contains various bugfixes including one very problematic one detailed in #2890
The following changes are required if you are upgrading from the previous
version:
- Users
ember new
diff- Upgrade your project's ember-cli version - docs
- Addon Developers
ember addon
diff- No changes required
- Core Contributors
- Use
expect
overassert
in tests going forward
- Use
Community Contributions
- #2885 [ENHANCEMENT] NPM should use save-exact flags @chadhietala
- #2840 [INTERNAL ]using 'expect' vs. assert. @Mawaheb
- #2669 [ENHANCEMENT] add .npmignore to addon blueprint @pogopaule
- #2909 [INTERNAL] Use lib/ext/promise instead of RSVP directly @zeppelin
- #2857 [ENHANCEMENT] Add descriptions to more Broccoli trees. @rwjblue
- #2842 [INTERNAL] Prefer
expect
overassert
for testing @stavarotti - #2847 [BUGFIX] Bump ember-router-generator (fixes WARN on description not present). @abuiles
- #2843 [INTERNAL] Unify using chai.expect @twokul
- #2900 [INTERNAL] update some CI stuff @ember-cli
- #2876 [BUGFIX] make sure adapter cannot extend from itself @jakecraige
- #2869 [BUGFIX] Tolerate before & after references to missing addons @ef4
- #2864 [ENHANCEMENT] the .gitkeep in /public can now be removed @kellyselden
- #2887 [INTERNAL] I don’t think we need this anymore. @ember-cli
- #2910 [DOCS] Update org references to ember-cli @zeppelin
- #2911 [DOCS] More org updates to reference ember-cli @Dhaulagiri
- #2916 [BUGFIX] findAddonByName returning incorrect matches @jakecraige
- #2918 [ENHANCEMENT] Updated testem @johanneswuerbach
- #2919 [ENHANCEMENT] implement Blueprint.prototype.addAddonToProject @jakecraige
- #2920 [BUGFIX] explicitly bump broccoli-sourcemap-concat to fix #2890 @krisselden
- #2929 [BUGFIX] Bump ember-router-generator. @abuiles
- #2939 [ENHANCEMENT] Add a hook for postprocessing tests tree @ef4
- #2941 [ENHANCEMENT] Bumped testem @johanneswuerbach
- #2944 [INTERNAL] update CONTRIBUTING.md @jakecraige
Thank you to all who took the time to contribute!