|
| 1 | +# Changelog |
| 2 | + |
| 3 | +## v0.3.0 (2019-01-29) |
| 4 | + |
| 5 | +#### :boom: Breaking Change |
| 6 | +* [#76](https://github.com/ember-cli/babel-plugin-debug-macros/pull/76) [Breaking] Drop node 4 support ([@jrjohnson](https://github.com/jrjohnson)) |
| 7 | + |
| 8 | +#### :rocket: Enhancement |
| 9 | +* [#75](https://github.com/ember-cli/babel-plugin-debug-macros/pull/75) Update from beta to final babel 7 ([@jrjohnson](https://github.com/jrjohnson)) |
| 10 | + |
| 11 | +#### :memo: Documentation |
| 12 | +* [#74](https://github.com/ember-cli/babel-plugin-debug-macros/pull/74) fix: Correct typo in README subtitle ([@dmuneras](https://github.com/dmuneras)) |
| 13 | + |
| 14 | +#### Committers: 2 |
| 15 | +- Daniel Múnera Sánchez ([@dmuneras](https://github.com/dmuneras)) |
| 16 | +- Jonathan Johnson ([@jrjohnson](https://github.com/jrjohnson)) |
| 17 | + |
| 18 | + |
| 19 | +## v0.2.0 (2018-10-03) |
| 20 | + |
| 21 | +#### :bug: Bug Fix |
| 22 | +* [#73](https://github.com/ember-cli/babel-plugin-debug-macros/pull/73) Use state to store normalized options ([@pzuraq](https://github.com/pzuraq)) |
| 23 | +* [#69](https://github.com/ember-cli/babel-plugin-debug-macros/pull/69) remove imports without specifiers ([@kellyselden](https://github.com/kellyselden)) |
| 24 | + |
| 25 | +#### Committers: 2 |
| 26 | +- Chris Garrett ([@pzuraq](https://github.com/pzuraq)) |
| 27 | +- Kelly Selden ([@kellyselden](https://github.com/kellyselden)) |
| 28 | + |
| 29 | + |
| 30 | +## v0.2.0-beta.6 (2018-05-23) |
| 31 | + |
| 32 | +#### :boom: Breaking Change |
| 33 | +* [#67](https://github.com/ember-cli/babel-plugin-debug-macros/pull/67) Unify flag handling... ([@rwjblue](https://github.com/rwjblue)) |
| 34 | + |
| 35 | +#### Committers: 1 |
| 36 | +- Robert Jackson ([@rwjblue](https://github.com/rwjblue)) |
| 37 | + |
| 38 | + |
| 39 | +## v0.2.0-beta.5 (2018-05-22) |
| 40 | + |
| 41 | +#### :bug: Bug Fix |
| 42 | +* [#66](https://github.com/ember-cli/babel-plugin-debug-macros/pull/66) Fix same version matching for svelte flags. ([@rwjblue](https://github.com/rwjblue)) |
| 43 | + |
| 44 | +#### Committers: 1 |
| 45 | +- Robert Jackson ([@rwjblue](https://github.com/rwjblue)) |
| 46 | + |
| 47 | + |
| 48 | +## v0.2.0-beta.4 (2018-05-22) |
| 49 | + |
| 50 | +#### :bug: Bug Fix |
| 51 | +* [#65](https://github.com/ember-cli/babel-plugin-debug-macros/pull/65) Fix invalid feature flag detection. ([@rwjblue](https://github.com/rwjblue)) |
| 52 | + |
| 53 | +#### Committers: 1 |
| 54 | +- Robert Jackson ([@rwjblue](https://github.com/rwjblue)) |
| 55 | + |
| 56 | + |
| 57 | +## v0.2.0-beta.3 (2018-05-22) |
| 58 | + |
| 59 | +#### :rocket: Enhancement |
| 60 | +* [#64](https://github.com/ember-cli/babel-plugin-debug-macros/pull/64) Remove error throwing for svelte guarded features. ([@rwjblue](https://github.com/rwjblue)) |
| 61 | + |
| 62 | +#### :bug: Bug Fix |
| 63 | +* [#63](https://github.com/ember-cli/babel-plugin-debug-macros/pull/63) Cleanup / fix some svelte related functionality. ([@rwjblue](https://github.com/rwjblue)) |
| 64 | +* [#62](https://github.com/ember-cli/babel-plugin-debug-macros/pull/62) Fix for beta versions with svelte. ([@rwjblue](https://github.com/rwjblue)) |
| 65 | + |
| 66 | +#### :house: Internal |
| 67 | +* [#61](https://github.com/ember-cli/babel-plugin-debug-macros/pull/61) Add linting! ([@rwjblue](https://github.com/rwjblue)) |
| 68 | + |
| 69 | +#### Committers: 1 |
| 70 | +- Robert Jackson ([@rwjblue](https://github.com/rwjblue)) |
| 71 | + |
| 72 | + |
| 73 | +## v0.2.0-beta.2 (2018-04-19) |
| 74 | + |
| 75 | +#### :bug: Bug Fix |
| 76 | +* [#60](https://github.com/ember-cli/babel-plugin-debug-macros/pull/60) Ensure `Plugin.baseDir()` functions properly. ([@rwjblue](https://github.com/rwjblue)) |
| 77 | + |
| 78 | +#### :house: Internal |
| 79 | +* [#59](https://github.com/ember-cli/babel-plugin-debug-macros/pull/59) Remove extra nesting in directory structure. ([@rwjblue](https://github.com/rwjblue)) |
| 80 | + |
| 81 | +#### Committers: 1 |
| 82 | +- Robert Jackson ([@rwjblue](https://github.com/rwjblue)) |
| 83 | + |
| 84 | + |
| 85 | +## v0.2.0-beta.1 (2018-04-19) |
| 86 | + |
| 87 | +#### :rocket: Enhancement |
| 88 | +* [#58](https://github.com/ember-cli/babel-plugin-debug-macros/pull/58) Update to floating dep on @babel/core. ([@rwjblue](https://github.com/rwjblue)) |
| 89 | +* [#57](https://github.com/ember-cli/babel-plugin-debug-macros/pull/57) Upgraded to Babel 7 beta ([@t-sauer](https://github.com/t-sauer)) |
| 90 | + |
| 91 | +#### :house: Internal |
| 92 | +* [#55](https://github.com/ember-cli/babel-plugin-debug-macros/pull/55) Replace Mocha + Chai with Jest ([@Turbo87](https://github.com/Turbo87)) |
| 93 | +* [#54](https://github.com/ember-cli/babel-plugin-debug-macros/pull/54) tests: Simplify test generator code ([@Turbo87](https://github.com/Turbo87)) |
| 94 | +* [#52](https://github.com/ember-cli/babel-plugin-debug-macros/pull/52) Simplify test code ([@Turbo87](https://github.com/Turbo87)) |
| 95 | +* [#51](https://github.com/ember-cli/babel-plugin-debug-macros/pull/51) Remove Babel transpilation step ([@Turbo87](https://github.com/Turbo87)) |
| 96 | + |
| 97 | +#### Committers: 3 |
| 98 | +- Robert Jackson ([@rwjblue](https://github.com/rwjblue)) |
| 99 | +- Thomas Sauer ([@t-sauer](https://github.com/t-sauer)) |
| 100 | +- Tobias Bieniek ([@Turbo87](https://github.com/Turbo87)) |
0 commit comments