v0.2.0
View the release blog post: http://www.ember-cli-mirage.com/blog/2016/05/31/0-2-0-released/
Please see the Upgrade guide if you're installing 0.2 for the first time from a 0.1.x app.
Changes from 0.2.0-beta.9:
Update notes:
- The inverseOf options was renamed to inverse, to be consistent with Ember Data
Changes:
- [BREAKING CHANGE] #640 inverseOf was renamed to inverse @samselikoff
- [FEATURE] #729 Add this.normalizedRequestAttrs helper method to function route handler @samselikoff
- [ENHANCEMENT] #743 Ensure associations can be passed in during model creation @samselikoff
- [BUGFIX] #738 Ensure directory location can be configured @gthmb
- General cleanup, updates and docs @lizzerdrix, @timjcook, @samselikoff