File tree Expand file tree Collapse file tree 4 files changed +474
-131
lines changed Expand file tree Collapse file tree 4 files changed +474
-131
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
33
4+
5+ ## v3.2.0 (2023-04-26)
6+
7+ #### :rocket : Enhancement
8+ * [ #525 ] ( https://github.com/ember-codemods/ember-native-class-codemod/pull/525 ) Utilize jscodeshift CLI results output ([ @gitKrystan ] ( https://github.com/gitKrystan ) )
9+
10+ #### :bug : Bug Fix
11+ * [ #524 ] ( https://github.com/ember-codemods/ember-native-class-codemod/pull/524 ) Retain async / generator behavior on class methods (Closes [ #521 ] ( https://github.com/ember-codemods/ember-native-class-codemod/issues/521 ) ) ([ @gitKrystan ] ( https://github.com/gitKrystan ) )
12+
13+ #### :memo : Documentation
14+ * [ #531 ] ( https://github.com/ember-codemods/ember-native-class-codemod/pull/531 ) Fix typos in readme ([ @gitKrystan ] ( https://github.com/gitKrystan ) )
15+
16+ #### :house : Internal
17+ * [ #529 ] ( https://github.com/ember-codemods/ember-native-class-codemod/pull/529 ) Upgrade Dependencies + Fix CI ([ @gitKrystan ] ( https://github.com/gitKrystan ) )
18+
19+ #### Committers: 1
20+ - Krystan HuffMenne ([ @gitKrystan ] ( https://github.com/gitKrystan ) )
21+
422## v3.1.0 (2023-03-10)
523
624#### :rocket : Enhancement
Original file line number Diff line number Diff line change @@ -93,6 +93,7 @@ transformation of
9393
9494<!-- TRANSFORMS_START-->
9595* [ ember-object] ( transforms/ember-object/README.md )
96+ * [ helpers] ( transforms/helpers/README.md )
9697<!-- TRANSFORMS_END-->
9798
9899## Contributing
Original file line number Diff line number Diff line change 11{
22 "name" : " ember-native-class-codemod" ,
3- "version" : " 3.1 .0" ,
3+ "version" : " 3.2 .0" ,
44 "description" : " Codemods for transforming ember app code to native class syntax with decorators." ,
55 "keywords" : [
66 " codemod-cli"
You can’t perform that action at this time.
0 commit comments