|
1 | 1 | # Changelog |
2 | 2 |
|
3 | 3 |
|
| 4 | + |
| 5 | +## v8.0.0 (2023-08-17) |
| 6 | + |
| 7 | +#### :boom: Breaking Change |
| 8 | +* [#237](https://github.com/babel/broccoli-babel-transpiler/pull/237) Drop Node 14 support ([@kategengler](https://github.com/kategengler)) |
| 9 | +* [#225](https://github.com/babel/broccoli-babel-transpiler/pull/225) Drop support for Node v17 and add support for Node v18 ([@bertdeblock](https://github.com/bertdeblock)) |
| 10 | +* [#221](https://github.com/babel/broccoli-babel-transpiler/pull/221) Move `@babel/core` to `peerDependencies` to resolve peer dependency warnings and errors ([@bertdeblock](https://github.com/bertdeblock)) |
| 11 | +* [#210](https://github.com/babel/broccoli-babel-transpiler/pull/210) Drop Node 10, 12, and 13 support ([@rwjblue](https://github.com/rwjblue)) |
| 12 | +* [#193](https://github.com/babel/broccoli-babel-transpiler/pull/193) Separate Broccoli and Babel options ([@nlfurniss](https://github.com/nlfurniss)) |
| 13 | +* [#191](https://github.com/babel/broccoli-babel-transpiler/pull/191) Remove `browserPolyfill` option ([@nlfurniss](https://github.com/nlfurniss)) |
| 14 | + |
| 15 | +#### :rocket: Enhancement |
| 16 | +* [#190](https://github.com/babel/broccoli-babel-transpiler/pull/190) Update `workerpool` to latest (avoiding deprecations) ([@nlfurniss](https://github.com/nlfurniss)) |
| 17 | + |
| 18 | +#### :bug: Bug Fix |
| 19 | +* [#221](https://github.com/babel/broccoli-babel-transpiler/pull/221) Move `@babel/core` to `peerDependencies` to resolve peer dependency warnings and errors ([@bertdeblock](https://github.com/bertdeblock)) |
| 20 | +* [#209](https://github.com/babel/broccoli-babel-transpiler/pull/209) Ensure the worker processes do not crash when parsing invalid syntax ([@rwjblue](https://github.com/rwjblue)) |
| 21 | + |
| 22 | +#### :memo: Documentation |
| 23 | +* [#192](https://github.com/babel/broccoli-babel-transpiler/pull/192) Tweak package description in README.md ([@gabrielcsapo](https://github.com/gabrielcsapo)) |
| 24 | +* [#230](https://github.com/babel/broccoli-babel-transpiler/pull/230) Fix typo in docs ([@bertdeblock](https://github.com/bertdeblock)) |
| 25 | + |
| 26 | +#### :house: Internal |
| 27 | +* [#226](https://github.com/babel/broccoli-babel-transpiler/pull/226) Add release automation ([@rwjblue](https://github.com/rwjblue)) |
| 28 | +* [#214](https://github.com/babel/broccoli-babel-transpiler/pull/214) Migrate from yarn@1 to npm ([@rwjblue](https://github.com/rwjblue)) |
| 29 | +* [#215](https://github.com/babel/broccoli-babel-transpiler/pull/215) Update `@babel/*` dependencies/devDependencies ([@rwjblue](https://github.com/rwjblue)) |
| 30 | +* [#200](https://github.com/babel/broccoli-babel-transpiler/pull/200) Remove @babel/polyfill dependency ([@nlfurniss](https://github.com/nlfurniss)) |
| 31 | +* [#195](https://github.com/babel/broccoli-babel-transpiler/pull/195) Remove TravisCI and AppVeyor ([@rwjblue](https://github.com/rwjblue)) |
| 32 | +* [#183](https://github.com/babel/broccoli-babel-transpiler/pull/183) Add GitHub Actions CI setup. ([@rwjblue](https://github.com/rwjblue)) |
| 33 | + |
| 34 | +#### Committers: 4 |
| 35 | +- Bert De Block ([@bertdeblock](https://github.com/bertdeblock)) |
| 36 | +- Gabriel Csapo ([@gabrielcsapo](https://github.com/gabrielcsapo)) |
| 37 | +- Nathaniel Furniss ([@nlfurniss](https://github.com/nlfurniss)) |
| 38 | +- Robert Jackson ([@rwjblue](https://github.com/rwjblue)) |
| 39 | +- Katie Gengler ([@kategengler](https://github.com/kategengler)) |
| 40 | + |
| 41 | + |
4 | 42 | ## v8.0.0-beta.1 (2022-10-07) |
5 | 43 |
|
6 | 44 | #### :boom: Breaking Change |
|
0 commit comments