Skip to content

Commit 418e2e2

Browse files
committed
Add Changelog
1 parent ad2d7fd commit 418e2e2

File tree

3 files changed

+753
-12
lines changed

3 files changed

+753
-12
lines changed

CHANGELOG.md

Lines changed: 100 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,100 @@
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))

package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"eslint-plugin-node": "^6.0.1",
1010
"eslint-plugin-prettier": "^2.6.0",
1111
"jest": "^21.0.0",
12+
"lerna-changelog": "^0.8.2",
1213
"prettier": "^1.12.1"
1314
},
1415
"name": "babel-plugin-debug-macros",
@@ -24,6 +25,7 @@
2425
"url": "https://github.com/chadhietala/babel-debug-macros"
2526
},
2627
"scripts": {
28+
"changelog": "lerna-changelog",
2729
"test": "jest"
2830
},
2931
"keywords": [

0 commit comments

Comments
 (0)