File tree 3 files changed +17
-10
lines changed
transforms/tracked-properties
3 files changed +17
-10
lines changed Original file line number Diff line number Diff line change
1
+ ## v0.2.4 (2019-12-25)
2
+
3
+ #### :bug : Bug Fix
4
+ * [ #4 ] ( https://github.com/ember-codemods/ember-tracked-properties-codemod/pull/4 ) Handle correct transformation of ` @tracked ` property ([ @suchitadoshi1987 ] ( https://github.com/suchitadoshi1987 ) )
5
+
6
+ #### Committers: 1
7
+ - Suchita Doshi ([ @suchitadoshi1987 ] ( https://github.com/suchitadoshi1987 ) )
8
+
1
9
## v0.2.3 (2019-12-24)
2
10
3
11
#### :memo : Documentatoin
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ember-tracked-properties-codemod" ,
3
- "version" : " 0.2.3 " ,
3
+ "version" : " 0.2.4 " ,
4
4
"description" : " A codemod for transforming your ember app code to start using `@tracked` properties." ,
5
5
"keywords" : [
6
6
" codemod-cli" ,
Original file line number Diff line number Diff line change @@ -9,15 +9,14 @@ npx ember-tracked-properties-codemod path/of/files/ or/some**/*glob.js
9
9
## Input / Output
10
10
11
11
<!-- FIXTURES_TOC_START-->
12
-
13
- - [ basic-with-prefix-false] ( #basic-with-prefix-false )
14
- - [ basic] ( #basic )
15
- - [ chained-complex-computed] ( #chained-complex-computed )
16
- - [ chained-computed] ( #chained-computed )
17
- - [ complex] ( #complex )
18
- - [ non-computed-decorators] ( #non-computed-decorators )
19
- - [ with-tracked] ( #with-tracked )
20
- <!-- FIXTURES_TOC_END-->
12
+ * [ basic-with-prefix-false] ( #basic-with-prefix-false )
13
+ * [ basic] ( #basic )
14
+ * [ chained-complex-computed] ( #chained-complex-computed )
15
+ * [ chained-computed] ( #chained-computed )
16
+ * [ complex] ( #complex )
17
+ * [ non-computed-decorators] ( #non-computed-decorators )
18
+ * [ with-tracked] ( #with-tracked )
19
+ <!-- FIXTURES_TOC_END-->
21
20
22
21
## <!-- FIXTURES_CONTENT_START-->
23
22
You can’t perform that action at this time.
0 commit comments