v0.0.24
Update notes: The config options force
and disable
have been simplified to a single API: enabled
. See the docs here: https://github.com/samselikoff/ember-cli-mirage/wiki/Configuration#enabled
Changes:
-
[BREAKING CHANGE] There's no more
force
ordisable
option, simply specifyENV['ember-cli-mirage'].enabled = [true|false]
in whichever environment you need to override the default behavior.
-
[ENHANCEMENT] #51 Adds generators:
ember g factory contact
andember g fixture contacts
-
[ENHANCEMENT] Allow response logging in tests via
server.logging = true
-
[BUGFIX] #66 ignore query params in shorthands