|
| 1 | +## v3.2.0-beta.3 (2021-09-10) |
| 2 | + |
| 3 | +#### :boom: Breaking Change |
| 4 | +* `ember-cli-fastboot`, `fastboot-app-server`, `fastboot-express-middleware`, `fastboot` |
| 5 | + * [#834](https://github.com/ember-fastboot/ember-cli-fastboot/pull/834) Update using ember-cli-update and drop support for Node 10 ([@mansona](https://github.com/mansona)) |
| 6 | +* `ember-cli-fastboot` |
| 7 | + * [#825](https://github.com/ember-fastboot/ember-cli-fastboot/pull/825) Drop module unification support ([@xg-wang](https://github.com/xg-wang)) |
| 8 | + * [#820](https://github.com/ember-fastboot/ember-cli-fastboot/pull/820) Remove deprecated features for ember-cli-fastboot v3 release ([@xg-wang](https://github.com/xg-wang)) |
| 9 | + |
| 10 | +#### :rocket: Enhancement |
| 11 | +* `ember-cli-fastboot` |
| 12 | + * [#814](https://github.com/ember-fastboot/ember-cli-fastboot/pull/814) Throw a helpful error when people use `isFastboot` instead of `isFastBoot` ([@bertdeblock](https://github.com/bertdeblock)) |
| 13 | +* `fastboot-app-server` |
| 14 | + * [#811](https://github.com/ember-fastboot/ember-cli-fastboot/pull/811) [fastboot-app-server] turn on gzip by default ([@xg-wang](https://github.com/xg-wang)) |
| 15 | + |
| 16 | +#### :bug: Bug Fix |
| 17 | +* `fastboot` |
| 18 | + * [#853](https://github.com/ember-fastboot/ember-cli-fastboot/pull/853) Fix fastboot-script assets with cutom root url ([@xg-wang](https://github.com/xg-wang)) |
| 19 | + * [#840](https://github.com/ember-fastboot/ember-cli-fastboot/pull/840) Add a default state for metadata ([@suchitadoshi1987](https://github.com/suchitadoshi1987)) |
| 20 | + |
| 21 | +#### :memo: Documentation |
| 22 | +* [#810](https://github.com/ember-fastboot/ember-cli-fastboot/pull/810) doc: update CONTRIBUTING.md for code structure and tests ([@xg-wang](https://github.com/xg-wang)) |
| 23 | + |
| 24 | +#### :house: Internal |
| 25 | +* `ember-cli-fastboot` |
| 26 | + * [#841](https://github.com/ember-fastboot/ember-cli-fastboot/pull/841) Avoid implicit injection _fastbootInfo deprecation ([@snewcomer](https://github.com/snewcomer)) |
| 27 | + * [#836](https://github.com/ember-fastboot/ember-cli-fastboot/pull/836) Restore the legacy tests ([@kiwiupover](https://github.com/kiwiupover)) |
| 28 | +* Other |
| 29 | + * [#842](https://github.com/ember-fastboot/ember-cli-fastboot/pull/842) Add test scripts ([@xg-wang](https://github.com/xg-wang)) |
| 30 | + * [#832](https://github.com/ember-fastboot/ember-cli-fastboot/pull/832) Testing ember-cli-fastboot-testing in new test-package ([@ankushdharkar](https://github.com/ankushdharkar)) |
| 31 | +* `ember-cli-fastboot`, `fastboot-app-server`, `fastboot-express-middleware`, `fastboot` |
| 32 | + * [#821](https://github.com/ember-fastboot/ember-cli-fastboot/pull/821) Convert co to async in test; cleanup some configurations ([@xg-wang](https://github.com/xg-wang)) |
| 33 | + |
| 34 | +#### Committers: 7 |
| 35 | +- Ankush Dharkar ([@ankushdharkar](https://github.com/ankushdharkar)) |
| 36 | +- Bert De Block ([@bertdeblock](https://github.com/bertdeblock)) |
| 37 | +- Chris Manson ([@mansona](https://github.com/mansona)) |
| 38 | +- Dave Laird ([@kiwiupover](https://github.com/kiwiupover)) |
| 39 | +- Scott Newcomer ([@snewcomer](https://github.com/snewcomer)) |
| 40 | +- Suchita Doshi ([@suchitadoshi1987](https://github.com/suchitadoshi1987)) |
| 41 | +- Thomas Wang ([@xg-wang](https://github.com/xg-wang)) |
| 42 | + |
| 43 | + |
1 | 44 | ## v3.2.0-beta.2 (2021-01-29) |
2 | 45 |
|
3 | 46 | #### :bug: Bug Fix |
|
0 commit comments