Skip to content

Releases: miragejs/ember-cli-mirage

v0.1.7

17 Aug 15:07
Compare
Choose a tag to compare

Update notes: none

Changes:

v0.1.6

14 Oct 19:04
Compare
Choose a tag to compare

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:

v0.1.5

22 Jun 19:57
Compare
Choose a tag to compare

Update notes: none

Changes:

  • [BUGFIX] fixtures bug @bantic
  • [BUGFIX] jshint on blueprint files @dukex
  • [BUGFIX] allow beta to break build @bantic

v0.1.4

10 Jun 16:14
Compare
Choose a tag to compare

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

10 Jun 16:14
Compare
Choose a tag to compare

Update notes: none

Changes:

v0.1.2

01 Jun 22:29
Compare
Choose a tag to compare
0.1.2

v0.1.1

01 Jun 22:29
Compare
Choose a tag to compare
0.1.1

v0.1.0

01 Jun 12:38
Compare
Choose a tag to compare

Update notes: none

Changes:

  • [ENHANCEMENT] Ability to use factories to seed development database @g-cassie
  • [ENHANCEMENT] Ability to specify test-only Mirage routes @cball
  • [BUGFIX] db.where now coerces query params to string @cibernox
  • [BUGFIX] #146 fix es6 template bug with blueprint

v0.0.29

20 May 20:40
Compare
Choose a tag to compare
0.0.29

v0.0.28

01 Jun 12:40
Compare
Choose a tag to compare
0.0.28