You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#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.
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.
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.
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.