|
| 1 | +## v3.0.0-beta.1 (2019-10-30) |
| 2 | + |
| 3 | +#### :boom: Breaking Change |
| 4 | +* [#236](https://github.com/ember-fastboot/fastboot/pull/236) Refactor to use a single sandboxed context per visit request. ([@rwjblue](https://github.com/rwjblue)) |
| 5 | +* [#225](https://github.com/ember-fastboot/fastboot/pull/225) Drop support for Node 6, 9, and 11. ([@kiwiupover](https://github.com/kiwiupover)) |
| 6 | + |
| 7 | +#### :rocket: Enhancement |
| 8 | +* [#229](https://github.com/ember-fastboot/fastboot/pull/229) Add `FastBoot.distPath` ([@stefanpenner](https://github.com/stefanpenner)) |
| 9 | + |
| 10 | +#### :bug: Bug Fix |
| 11 | +* [#227](https://github.com/ember-fastboot/fastboot/pull/227) Restore allowing fallback require from working directory ([@xg-wang](https://github.com/xg-wang)) |
| 12 | +* [#219](https://github.com/ember-fastboot/fastboot/pull/219) Fix an incorrect `debug()` call ([@CvX](https://github.com/CvX)) |
| 13 | + |
| 14 | +#### :memo: Documentation |
| 15 | +* [#235](https://github.com/ember-fastboot/fastboot/pull/235) Document `reload` method. ([@rwjblue](https://github.com/rwjblue)) |
| 16 | + |
| 17 | +#### :house: Internal |
| 18 | +* [#243](https://github.com/ember-fastboot/fastboot/pull/243) Add automated release setup. ([@rwjblue](https://github.com/rwjblue)) |
| 19 | +* [#238](https://github.com/ember-fastboot/fastboot/pull/238) Add basic memory profiling script to `dev/` folder. ([@rwjblue](https://github.com/rwjblue)) |
| 20 | +* [#237](https://github.com/ember-fastboot/fastboot/pull/237) Add dev script to make tracing easier. ([@rwjblue](https://github.com/rwjblue)) |
| 21 | +* [#234](https://github.com/ember-fastboot/fastboot/pull/234) Remove `rsvp` dependency. ([@rwjblue](https://github.com/rwjblue)) |
| 22 | +* [#233](https://github.com/ember-fastboot/fastboot/pull/233) Update dependencies/devDependencies to latest. ([@rwjblue](https://github.com/rwjblue)) |
| 23 | +* [#232](https://github.com/ember-fastboot/fastboot/pull/232) Make a single `Sandbox` base class. ([@rwjblue](https://github.com/rwjblue)) |
| 24 | +* [#231](https://github.com/ember-fastboot/fastboot/pull/231) General repo cleanup. ([@rwjblue](https://github.com/rwjblue)) |
| 25 | + |
| 26 | +#### Committers: 5 |
| 27 | +- David Laird ([@kiwiupover](https://github.com/kiwiupover)) |
| 28 | +- Jarek Radosz ([@CvX](https://github.com/CvX)) |
| 29 | +- Robert Jackson ([@rwjblue](https://github.com/rwjblue)) |
| 30 | +- Stefan Penner ([@stefanpenner](https://github.com/stefanpenner)) |
| 31 | +- Thomas Wang ([@xg-wang](https://github.com/xg-wang)) |
| 32 | + |
1 | 33 | # FastBoot Changelog |
2 | 34 |
|
3 | 35 | ## v2.0.0 (2018-12-10) |
|
0 commit comments