v1.0.0-beta.2
版本发布时间: 2019-05-09 06:13:57
miragejs/ember-cli-mirage最新发布版本:v3.0.4(2024-09-04 10:24:21)
Upgrade notes:
New import for setupMirage
Please use the new named import for the setupMirage
test helper. The old one still works for now, but is not robust to us refactoring the internal file location. The named export is also more aligned with the rest of the ecosystem.
// Before
import setupMirage from 'ember-cli-mirage/test-support/setup-mirage';
// After
import { setupMirage } from 'ember-cli-mirage/test-support';
💥 Breaking Changes
- https://github.com/samselikoff/ember-cli-mirage/pull/1605 export setupMirage from test-support directly
🚀 Enhancements
- https://github.com/samselikoff/ember-cli-mirage/pull/1611 adds findOrCreateBy to schema (docs)
🏠 Internal
- https://github.com/samselikoff/ember-cli-mirage/pull/1601 do not whitelist global server in blueprint
- https://github.com/samselikoff/ember-cli-mirage/pull/1602 bump ember-composable-helpers
- https://github.com/samselikoff/ember-cli-mirage/pull/1603 bump qunit-dom