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 1
1
# Changelog
2
2
3
3
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
+
4
22
## v3.1.0 (2023-03-10)
5
23
6
24
#### :rocket : Enhancement
Original file line number Diff line number Diff line change @@ -93,6 +93,7 @@ transformation of
93
93
94
94
<!-- TRANSFORMS_START-->
95
95
* [ ember-object] ( transforms/ember-object/README.md )
96
+ * [ helpers] ( transforms/helpers/README.md )
96
97
<!-- TRANSFORMS_END-->
97
98
98
99
## Contributing
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ember-native-class-codemod" ,
3
- "version" : " 3.1 .0" ,
3
+ "version" : " 3.2 .0" ,
4
4
"description" : " Codemods for transforming ember app code to native class syntax with decorators." ,
5
5
"keywords" : [
6
6
" codemod-cli"
You can’t perform that action at this time.
0 commit comments