Releases: embermap/ember-cli-fastboot-testing
Releases · embermap/ember-cli-fastboot-testing
v0.2.0
💥 Breaking Changes
- #120 Bump fastboot from 1.2.1 to 2.0.2. We're following in
ember-cli-fastboot
's footsteps here, which recently bumped it's dependency on fastboot
to ^2.0.0
.
v0.1.1
🚀 New Features / Enhancements
#63 #117 Ability customize the options passed to FastBoot's App.visit
v0.1.0
💥 Breaking Changes
- #62 Drop support for node 6
🚀 New Features / Enhancements
- #113 Ability to change the options provided to the FastBoot instance used for testing
v0.0.17
💥 Breaking Changes
- #62 Drop support for node 6
🐛 Bugfixes
- #79 / #80 Allow up to 50mb of mock responses
- #49 Guard against this.app being undefined
🏠 Internal
- Dependency upgrades
- Replace post model with note in tests
- Speed up travis test runs
v0.0.16
🐛 Bug fixes
- The mock server is reset before and after each test run. Previously, it was only reset after each test run, but if a test never finished (due to a failure or
pauseTest
) then the mock server didn't get reset.
v0.0.15
🐛 Bug fixes
- Change FastBoot dependency to
^1.2.1
. In 0.0.11 we allowed ^1.2.1 || ^2.0.0
, but that versioning was too liberal and ended up installing FastBoot 2.0.0
in apps that relied on 1.2.1
.
- Fixed a bug in 0.0.14 where the bodyParser was not scoped to the FastBoot testing URLS.
v0.0.14
🚀 New Features / Enhancements
- Network mocking for the FastBoot application
v0.0.13
New Features
- If FastBoot testing detects that Mirage or another HTTP mocking library is intercepting its call then it will attempt to print a friendly error message.
Internal improvements
- Fixed a bug that prevented the docs site from being built correctly.
v0.0.12
If FastBoot errors during a test then the error message will be rendered inside of the testing container.
v0.0.11
Mostly a cleanup release with some new features to improve DX.
- This addon now disables itself during production builds
- A new ember-try scenario for FastBoot 2.0
- Runtime check to make sure the host app has ember-cli-fastboot installed