File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change
1
+ ## v2.1.0 (2022-01-11)
2
+
3
+ #### :rocket : Enhancement
4
+ * [ #83 ] ( https://github.com/ember-codemods/ember-no-implicit-this-codemod/pull/83 ) Add ` debug ` logging ([ @Turbo87 ] ( https://github.com/Turbo87 ) )
5
+ * [ #85 ] ( https://github.com/ember-codemods/ember-no-implicit-this-codemod/pull/85 ) Remove unused logging code ([ @Turbo87 ] ( https://github.com/Turbo87 ) )
6
+
7
+ #### :bug : Bug Fix
8
+ * [ #86 ] ( https://github.com/ember-codemods/ember-no-implicit-this-codemod/pull/86 ) Fix substring component matches ([ @Turbo87 ] ( https://github.com/Turbo87 ) )
9
+
10
+ #### Committers: 4
11
+ - Dan Freeman ([ @dfreeman ] ( https://github.com/dfreeman ) )
12
+ - Jeldrik Hanschke ([ @jelhan ] ( https://github.com/jelhan ) )
13
+ - Tobias Bieniek ([ @Turbo87 ] ( https://github.com/Turbo87 ) )
14
+ - [ @dependabot-preview [ bot]] ( https://github.com/apps/dependabot-preview )
15
+
1
16
## v2.0.0 (2019-12-15)
2
17
3
18
#### :bug : Bug Fix
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ember-no-implicit-this-codemod" ,
3
- "version" : " 2.0 .0" ,
3
+ "version" : " 2.1 .0" ,
4
4
"description" : " Codemods for transforming variable usage to be prefixed with `this`, when appropriate" ,
5
5
"license" : " MIT" ,
6
6
"repository" : {
You can’t perform that action at this time.
0 commit comments