Releases: embermap/ember-cli-fastboot-testing
v0.0.11
v0.0.10
v0.0.9
This release fixed some internals of FastBoot testing that were causing bugs and unexpected behavior.
Potential breaking change
Previously, this addon set the FastBoot host to ember-cli-fastboot-testing.localhost when rendering the FastBoot application. This could lead to unexpected behavior when fetching data from from FastBoot.
In order to make data fetching easier to reason about, the FastBoot host is now the same as the browser executing the FastBoot tests. The reason for this change is that this behavior now fits with the mental model of how a production FastBoot app would function.
As an example, If you are using testem, the host given to FastBoot would be localhost:7357. While running in test mode, FastBoot testing whitelists localhost:*.
Unless you were writing code that specifically checked for the host ember-cli-fastboot-testing.localhost you can safely ignore this change.
Internal fixes
- Upgraded add-on docs
- Removed ember-fetch, added whatwg-fetch (fixes #21)
- Pin tough-cookie