Skip to content

Releases: miragejs/ember-cli-mirage

v0.3.3

05 Jun 16:04
Compare
Choose a tag to compare

Update notes: none

Changes:

v0.3.2

25 May 06:24
Compare
Choose a tag to compare

Update notes:

We added a feature to autodetect Ember Data models in this release. By default, it's true.

If your app is currently using Mirage without Mirage models (and thus things like server.create('user') are just creating raw POJO data for Mirage's database), this new feature could change/break your Mirage server.

You should probably disable this feature using

ENV['ember-cli-mirage'] = {
  discoverEmberDataModels: false
};

Then, the recommended path forward would be to get all of your Mirage code to use its models/orm, and once you do, you'll be able to delete mirage/models and then enable this feature. No more duplicating your Ember Data schema!

Changes:

v0.3.1

25 May 06:24
Compare
Choose a tag to compare

Update notes: none

Changes:

v0.3.0

21 Mar 05:36
Compare
Choose a tag to compare

Update notes: View the Upgrade guide on the 0.3.x docs page

Changes:

v0.2.9

20 Mar 20:28
Compare
Choose a tag to compare

Update notes: none

Changes:

  • [ENHANCEMENT] #1006 Make host/namespace support more robust @zinyando

v0.2.8

20 Mar 20:27
Compare
Choose a tag to compare

Update notes: none

Changes:

  • [BUGFIX] #1026 Import require to avoid issue in babel@6 @rwjblue
  • [BUGFIX] #1026 Fixes generated code for destroy app helper @NLincoln

v0.2.7

09 Mar 04:16
Compare
Choose a tag to compare

Update notes: 0.2.6 introduced a breaking change for PhantomJS users, so we've reverted a change and published 0.2.7. See #1024 for details.

Changes:

v0.2.6

21 Feb 17:11
Compare
Choose a tag to compare

Update notes: None

Changes:

v0.3.0-beta.5

21 Feb 17:12
Compare
Choose a tag to compare
v0.3.0-beta.5 Pre-release
Pre-release
v0.3.0-beta.5

v0.2.5

21 Feb 17:11
Compare
Choose a tag to compare

Update notes: None

Changes: