|
1 | 1 | ## v0.2.1 (2019-06-19) |
2 | 2 |
|
3 | 3 | #### :bug: Bug Fix |
4 | | -* [#125](https://github.com/ember-codemods/ember-es6-class-codemod/pull/125) Handle module failures gracefully while gathering telemetry. ([@rwjblue](https://github.com/rwjblue)) |
5 | | -* [#124](https://github.com/ember-codemods/ember-es6-class-codemod/pull/124) Add puppeteer launch flag to ignore https errors ([@ssutar](https://github.com/ssutar)) |
| 4 | +* [#125](https://github.com/ember-codemods/ember-native-class-codemod/pull/125) Handle module failures gracefully while gathering telemetry. ([@rwjblue](https://github.com/rwjblue)) |
| 5 | +* [#124](https://github.com/ember-codemods/ember-native-class-codemod/pull/124) Add puppeteer launch flag to ignore https errors ([@ssutar](https://github.com/ssutar)) |
6 | 6 |
|
7 | 7 | #### :memo: Documentation |
8 | | -* [#123](https://github.com/ember-codemods/ember-es6-class-codemod/pull/123) Add some missing fields to package.json. ([@rwjblue](https://github.com/rwjblue)) |
| 8 | +* [#123](https://github.com/ember-codemods/ember-native-class-codemod/pull/123) Add some missing fields to package.json. ([@rwjblue](https://github.com/rwjblue)) |
9 | 9 |
|
10 | 10 | #### Committers: 2 |
11 | 11 | - Robert Jackson ([@rwjblue](https://github.com/rwjblue)) |
|
14 | 14 | ## v0.2.0 (2019-06-18) |
15 | 15 |
|
16 | 16 | #### :boom: Breaking Change |
17 | | -* [#118](https://github.com/ember-codemods/ember-es6-class-codemod/pull/118) [FEATURE] Replace dyfactor with puppeteer ([@pzuraq](https://github.com/pzuraq)) |
| 17 | +* [#118](https://github.com/ember-codemods/ember-native-class-codemod/pull/118) [FEATURE] Replace dyfactor with puppeteer ([@pzuraq](https://github.com/pzuraq)) |
18 | 18 |
|
19 | 19 | #### :rocket: Enhancement |
20 | | -* [#118](https://github.com/ember-codemods/ember-es6-class-codemod/pull/118) [FEATURE] Replace dyfactor with puppeteer ([@pzuraq](https://github.com/pzuraq)) |
21 | | -* [#112](https://github.com/ember-codemods/ember-es6-class-codemod/pull/112) Update to use official decorators from Ember as much as possible ([@ssutar](https://github.com/ssutar)) |
22 | | -* [#89](https://github.com/ember-codemods/ember-es6-class-codemod/pull/89) Import @service and @controller from @ember packages ([@ssutar](https://github.com/ssutar)) |
| 20 | +* [#118](https://github.com/ember-codemods/ember-native-class-codemod/pull/118) [FEATURE] Replace dyfactor with puppeteer ([@pzuraq](https://github.com/pzuraq)) |
| 21 | +* [#112](https://github.com/ember-codemods/ember-native-class-codemod/pull/112) Update to use official decorators from Ember as much as possible ([@ssutar](https://github.com/ssutar)) |
| 22 | +* [#89](https://github.com/ember-codemods/ember-native-class-codemod/pull/89) Import @service and @controller from @ember packages ([@ssutar](https://github.com/ssutar)) |
23 | 23 |
|
24 | 24 | #### :bug: Bug Fix |
25 | | -* [#116](https://github.com/ember-codemods/ember-es6-class-codemod/pull/116) Merge imports from the same module ([@ssutar](https://github.com/ssutar)) |
26 | | -* [#94](https://github.com/ember-codemods/ember-es6-class-codemod/pull/94) Add automatic detection of an infinite `@action` loop ([@ssutar](https://github.com/ssutar)) |
| 25 | +* [#116](https://github.com/ember-codemods/ember-native-class-codemod/pull/116) Merge imports from the same module ([@ssutar](https://github.com/ssutar)) |
| 26 | +* [#94](https://github.com/ember-codemods/ember-native-class-codemod/pull/94) Add automatic detection of an infinite `@action` loop ([@ssutar](https://github.com/ssutar)) |
27 | 27 |
|
28 | 28 | #### :memo: Documentation |
29 | | -* [#121](https://github.com/ember-codemods/ember-es6-class-codemod/pull/121) Update README.md to match recent changes. ([@rwjblue](https://github.com/rwjblue)) |
| 29 | +* [#121](https://github.com/ember-codemods/ember-native-class-codemod/pull/121) Update README.md to match recent changes. ([@rwjblue](https://github.com/rwjblue)) |
30 | 30 |
|
31 | 31 | #### :house: Internal |
32 | | -* [#122](https://github.com/ember-codemods/ember-es6-class-codemod/pull/122) Add automated release setup and documentation. ([@rwjblue](https://github.com/rwjblue)) |
| 32 | +* [#122](https://github.com/ember-codemods/ember-native-class-codemod/pull/122) Add automated release setup and documentation. ([@rwjblue](https://github.com/rwjblue)) |
33 | 33 |
|
34 | 34 | #### Committers: 4 |
35 | 35 | - Chris Garrett ([@pzuraq](https://github.com/pzuraq)) |
|
0 commit comments