|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## v6.14.1 (2018-05-26) |
| 4 | + |
| 5 | +#### :bug: Bug Fix |
| 6 | +* [#224](https://github.com/babel/ember-cli-babel/pull/224) Fix presets array bug. ([@twokul](https://github.com/twokul)) |
| 7 | + |
| 8 | +#### Committers: 1 |
| 9 | +- Alex Navasardyan ([twokul](https://github.com/twokul)) |
| 10 | + |
| 11 | + |
| 12 | +## v6.14.0 (2018-05-25) |
| 13 | + |
| 14 | +#### :rocket: Enhancement |
| 15 | +* [#222](https://github.com/babel/ember-cli-babel/pull/222) Add throwUnlessParallelizable. ([@stefanpenner](https://github.com/stefanpenner)) |
| 16 | + |
| 17 | +#### Committers: 1 |
| 18 | +- Stefan Penner ([stefanpenner](https://github.com/stefanpenner)) |
| 19 | + |
| 20 | + |
| 21 | +## v6.13.0 (2018-05-25) |
| 22 | + |
| 23 | +#### :boom: Breaking Change |
| 24 | +* [#223](https://github.com/babel/ember-cli-babel/pull/223) Drop Node 4 support; Avoid eagerly requiring plugins and presets. ([@mikrostew](https://github.com/mikrostew)) |
| 25 | + |
| 26 | +#### :rocket: Enhancement |
| 27 | +* [#220](https://github.com/babel/ember-cli-babel/pull/220) upgrade deps. ([@stefanpenner](https://github.com/stefanpenner)) |
| 28 | +* [#217](https://github.com/babel/ember-cli-babel/pull/217) Bumps `broccoli-funnel` version. ([@Bartheleway](https://github.com/Bartheleway)) |
| 29 | + |
| 30 | +#### :house: Internal |
| 31 | +* [#221](https://github.com/babel/ember-cli-babel/pull/221) Convert `ember-source-channel-url` to dev dependency. ([@stefanpenner](https://github.com/stefanpenner)) |
| 32 | +* [#219](https://github.com/babel/ember-cli-babel/pull/219) Use ES6 method syntax. ([@stefanpenner](https://github.com/stefanpenner)) |
| 33 | +* [#209](https://github.com/babel/ember-cli-babel/pull/209) CI: Add missing `skip_cleanup` flag. ([@Turbo87](https://github.com/Turbo87)) |
| 34 | + |
| 35 | +#### Committers: 4 |
| 36 | +- Barthélemy Laurans ([Bartheleway](https://github.com/Bartheleway)) |
| 37 | +- Michael Stewart ([mikrostew](https://github.com/mikrostew)) |
| 38 | +- Stefan Penner ([stefanpenner](https://github.com/stefanpenner)) |
| 39 | +- Tobias Bieniek ([Turbo87](https://github.com/Turbo87)) |
| 40 | + |
| 41 | + |
| 42 | +## v6.12.0 (2018-02-27) |
| 43 | + |
| 44 | +#### :rocket: Enhancement |
| 45 | +* [#204](https://github.com/babel/ember-cli-babel/pull/204) add a no-op optimization. ([@kellyselden](https://github.com/kellyselden)) |
| 46 | + |
| 47 | +#### :house: Internal |
| 48 | +* [#199](https://github.com/babel/ember-cli-babel/pull/199) Remove redundant check for targets. ([@astronomersiva](https://github.com/astronomersiva)) |
| 49 | + |
| 50 | +#### Committers: 2 |
| 51 | +- Kelly Selden ([kellyselden](https://github.com/kellyselden)) |
| 52 | +- Sivasubramanyam A ([astronomersiva](https://github.com/astronomersiva)) |
| 53 | + |
| 54 | + |
| 55 | +## v6.11.0 (2017-12-15) |
| 56 | + |
| 57 | +#### :rocket: Enhancement |
| 58 | +* [#197](https://github.com/babel/ember-cli-babel/pull/197) Update babel-plugin-ember-modules-api-polyfill to 2.3.0.. ([@rwjblue](https://github.com/rwjblue)) |
| 59 | + |
| 60 | +#### :memo: Documentation |
| 61 | +* [#194](https://github.com/babel/ember-cli-babel/pull/194) Fix link. ([@jevanlingen](https://github.com/jevanlingen)) |
| 62 | + |
| 63 | +#### Committers: 2 |
| 64 | +- Jacob van Lingen ([jevanlingen](https://github.com/jevanlingen)) |
| 65 | +- Robert Jackson ([rwjblue](https://github.com/rwjblue)) |
| 66 | + |
| 67 | + |
3 | 68 | ## v6.10.0 (2017-11-20) |
4 | 69 |
|
5 | 70 | #### :rocket: Enhancement |
|
0 commit comments