File tree Expand file tree Collapse file tree 2 files changed +17
-1
lines changed
Expand file tree Collapse file tree 2 files changed +17
-1
lines changed Original file line number Diff line number Diff line change 1+ ## v1.0.0 (2019-12-14)
2+
3+ #### :boom : Breaking Change
4+ * [ #62 ] ( https://github.com/ember-codemods/ember-no-implicit-this-codemod/pull/62 ) Rewrite ` PathExpression ` visitor code ([ @Turbo87 ] ( https://github.com/Turbo87 ) )
5+
6+ #### :rocket : Enhancement
7+ * [ #62 ] ( https://github.com/ember-codemods/ember-no-implicit-this-codemod/pull/62 ) Rewrite ` PathExpression ` visitor code ([ @Turbo87 ] ( https://github.com/Turbo87 ) )
8+
9+ #### :house : Internal
10+ * [ #54 ] ( https://github.com/ember-codemods/ember-no-implicit-this-codemod/pull/54 ) Remove unused explicit dependencies ([ @Turbo87 ] ( https://github.com/Turbo87 ) )
11+ * [ #55 ] ( https://github.com/ember-codemods/ember-no-implicit-this-codemod/pull/55 ) Add dependabot config file ([ @Turbo87 ] ( https://github.com/Turbo87 ) )
12+
13+ #### Committers: 2
14+ - Tobias Bieniek ([ @Turbo87 ] ( https://github.com/Turbo87 ) )
15+ - [ @dependabot-preview [ bot]] ( https://github.com/apps/dependabot-preview )
16+
117* Merge pull request #50 from suchitadoshi1987/suchita/customHelpers (9713041)
218* Merge pull request #49 from suchitadoshi1987/suchita/supportwallstreet (57d0a65)
319* Add config option to support custom helpers (c1c4918)
Original file line number Diff line number Diff line change 11{
22 "name" : " ember-no-implicit-this-codemod" ,
3- "version" : " 0.8 .0" ,
3+ "version" : " 1.0 .0" ,
44 "description" : " Codemods for transforming variable usage to be prefixed with `this`, when appropriate" ,
55 "license" : " MIT" ,
66 "repository" : {
You can’t perform that action at this time.
0 commit comments