|
| 1 | +## v3.0.0 (2020-10-26) |
| 2 | + |
| 3 | +#### :boom: Breaking Change |
| 4 | +* [#124](https://github.com/ember-fastboot/fastboot-app-server/pull/124) Update FastBoot v3 ([@bobisjan](https://github.com/bobisjan)) |
| 5 | +* [#123](https://github.com/ember-fastboot/fastboot-app-server/pull/123) Drop Node 8 and 13 support ([@bobisjan](https://github.com/bobisjan)) |
| 6 | + |
| 7 | +#### :rocket: Enhancement |
| 8 | +* [#120](https://github.com/ember-fastboot/fastboot-app-server/pull/120) Remove legacy Node.js support leftovers ([@bobisjan](https://github.com/bobisjan)) |
| 9 | +* [#96](https://github.com/ember-fastboot/fastboot-app-server/pull/96) Expose `distPath` on `reload` event ([@nathanhammond](https://github.com/nathanhammond)) |
| 10 | + |
| 11 | +#### :memo: Documentation |
| 12 | +* [#49](https://github.com/ember-fastboot/fastboot-app-server/pull/49) Avoid `server.js` naming conflict ([@oskarrough](https://github.com/oskarrough)) |
| 13 | +* [#79](https://github.com/ember-fastboot/fastboot-app-server/pull/79) Adds notes to readme about overriding the workerCount ([@Duder-onomy](https://github.com/Duder-onomy)) |
| 14 | +* [#106](https://github.com/ember-fastboot/fastboot-app-server/pull/106) Add link to s3-notifier ([@allthesignals](https://github.com/allthesignals)) |
| 15 | +* [#115](https://github.com/ember-fastboot/fastboot-app-server/pull/115) Add link to fastboot-gcloud-storage-notifier in README ([@YoranBrondsema](https://github.com/YoranBrondsema)) |
| 16 | +* [#114](https://github.com/ember-fastboot/fastboot-app-server/pull/114) Add link to fastboot-gcloud-storage-downloader in README ([@YoranBrondsema](https://github.com/YoranBrondsema)) |
| 17 | +* [#122](https://github.com/ember-fastboot/fastboot-app-server/pull/122) Update README.md ([@wagenet](https://github.com/wagenet)) |
| 18 | + |
| 19 | +#### :house: Internal |
| 20 | +* [#128](https://github.com/ember-fastboot/fastboot-app-server/pull/128) Update linting setup ([@rwjblue](https://github.com/rwjblue)) |
| 21 | +* [#129](https://github.com/ember-fastboot/fastboot-app-server/pull/129) Update mocha to latest. ([@rwjblue](https://github.com/rwjblue)) |
| 22 | +* [#127](https://github.com/ember-fastboot/fastboot-app-server/pull/127) Update dependencies to latest. ([@rwjblue](https://github.com/rwjblue)) |
| 23 | +* [#126](https://github.com/ember-fastboot/fastboot-app-server/pull/126) Migrate to GitHub Actions. ([@rwjblue](https://github.com/rwjblue)) |
| 24 | +* [#125](https://github.com/ember-fastboot/fastboot-app-server/pull/125) Add release automation. ([@rwjblue](https://github.com/rwjblue)) |
| 25 | +* [#121](https://github.com/ember-fastboot/fastboot-app-server/pull/121) Migrate to ESLint ([@bobisjan](https://github.com/bobisjan)) |
| 26 | + |
| 27 | +#### Committers: 8 |
| 28 | +- Greg Larrenaga ([@Duder-onomy](https://github.com/Duder-onomy)) |
| 29 | +- Jan Bobisud ([@bobisjan](https://github.com/bobisjan)) |
| 30 | +- Matt Gardner ([@allthesignals](https://github.com/allthesignals)) |
| 31 | +- Nathan Hammond ([@nathanhammond](https://github.com/nathanhammond)) |
| 32 | +- Oskar ([@oskarrough](https://github.com/oskarrough)) |
| 33 | +- Peter Wagenet ([@wagenet](https://github.com/wagenet)) |
| 34 | +- Robert Jackson ([@rwjblue](https://github.com/rwjblue)) |
| 35 | +- Yoran Brondsema ([@YoranBrondsema](https://github.com/YoranBrondsema)) |
| 36 | + |
| 37 | + |
1 | 38 | # fastboot-app-server Changelog |
2 | 39 |
|
3 | 40 | ### 1.1.2-beta.1 |
|
0 commit comments