Skip to content

Releases: embermap/ember-cli-fastboot-testing

v0.2.0

07 Aug 14:15
214d3dd
Compare
Choose a tag to compare

💥 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

30 Jul 17:59
419deb5
Compare
Choose a tag to compare

🚀 New Features / Enhancements

#63 #117 Ability customize the options passed to FastBoot's App.visit

v0.1.0

24 Jul 15:05
7b0bbaf
Compare
Choose a tag to compare

💥 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

25 Jun 01:41
Compare
Choose a tag to compare

💥 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

03 May 21:30
Compare
Choose a tag to compare

🐛 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

01 May 02:01
Compare
Choose a tag to compare

🐛 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

28 Apr 20:53
Compare
Choose a tag to compare

🚀 New Features / Enhancements

  • Network mocking for the FastBoot application

v0.0.13

27 Apr 20:26
Compare
Choose a tag to compare

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

25 Apr 20:45
Compare
Choose a tag to compare

If FastBoot errors during a test then the error message will be rendered inside of the testing container.

v0.0.11

24 Apr 17:07
Compare
Choose a tag to compare

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