Skip to content

v1.1.6

Compare
Choose a tag to compare
@samselikoff samselikoff released this 16 Dec 18:05
· 620 commits to master since this release
070545a

(Note: v1.1.5 was a bad release. v1.1.6 is the next release after v1.1.4.)

🚀 Enhancements

  • #1818 Adds "Mirage logging" checkbox to QUnit interface

    This is a cool new feature added by @Turbo87! Normally, Mirage doesn't log its responses to the console in the test environment, to keep your CI logs clean. If you're debugging a test and want to see what Mirage is returning, you need to add server.logging = true to the top of your test.

    Now, instead of that, if you're using QUnit's interface you can toggle a new "Mirage logging" button

    image

    This will enable Mirage's console logging, making it easier to debug your test without editing your test's source code. Thanks again to @Turbo87 for adding this feature!

  • https://github.com/miragejs/ember-cli-mirage/pull/1820/files Remove unused deps (chalk, broccoli-string-replace) and dev-deps

  • 33645c3 Bump miragejs from 0.1.31 to 0.1.32

📝 Docs

🏠 Internal

  • Dep updates