Releases: miragejs/ember-cli-mirage
Releases · miragejs/ember-cli-mirage
v0.1.7
Update notes: none
Changes:
- [ENHANCEMENT] Add support for fully qualified domain name @jamesdixon
- [IMPROVEMENT] upgrade Ember CLI, Pretender 0.9 @cibernox @blimmer
- [IMPROVEMENT] use ember-inflector from NPM @alexlafroscia @Eptis
- [IMPROVEMENT] note requirement of .bind @brettchalupa
v0.1.6
Update notes:
-
If you happened to be manipulating db objects using object references instead of the db API, e.g.
let contact = db.contacts.find(1); contact.name = 'Gandalf';
this will no longer work, as the db query methods now return copies of db data. This was considered a private API. You'll need to use the db api (e.g.
db.update
) to make changes to db data.
Changes:
- [ENHANCEMENT] add PATCH to mirage @samselikoff
- [ENHANCEMENT] update Faker to 3.0, expose all methods @blimmer
- [ENHANCEMENT] add basics of orm layer @samselikoff
- [IMPROVEMENT] general refactorings @makepanic @cibernox
v0.1.5
v0.1.4
Update notes:
- If you run the generator to update deps, the blueprint will put a file under
/scenarios/default.js
. The presence of this file will mean your fixtures will be ignored during development. If you'd still like to use your fixtures, delete the/scenarios
directory.
Changes:
- [IMPROVEMENT] factory-focused initial blueprints
v0.1.3
v0.1.2
0.1.2
v0.1.1
0.1.1
v0.1.0
v0.0.29
0.0.29
v0.0.28
0.0.28