v1.1.6
版本发布时间: 2019-12-17 02:05:19
miragejs/ember-cli-mirage最新发布版本:v3.0.4(2024-09-04 10:24:21)
(Note: v1.1.5 was a bad release. v1.1.6 is the next release after v1.1.4.)
🚀 Enhancements
-
https://github.com/miragejs/ember-cli-mirage/pull/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 addserver.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
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
-
https://github.com/miragejs/ember-cli-mirage/commit/33645c3be3c00ec4b9c0bcac1679b7f552ffe36a Bump miragejs from 0.1.31 to 0.1.32
📝 Docs
- https://github.com/miragejs/ember-cli-mirage/pull/1802/files Add documentation clarifying use of scenarios
- https://github.com/miragejs/ember-cli-mirage/pull/1833 Fix broken intra-documentation links
- https://github.com/miragejs/ember-cli-mirage/pull/1854 Fix relationship links
🏠 Internal
- Dep updates