Skip to content

v0.0.24

Compare
Choose a tag to compare
@samselikoff samselikoff released this 02 Apr 13:19
· 2085 commits to master since this release

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 or disable option, simply specify

    ENV['ember-cli-mirage'].enabled = [true|false]
    

    in whichever environment you need to override the default behavior.

  • [ENHANCEMENT] #51 Adds generators: ember g factory contact and ember g fixture contacts

  • [ENHANCEMENT] Allow response logging in tests via server.logging = true

  • [BUGFIX] #66 ignore query params in shorthands