File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# babel-plugin-angularjs-annotate changelog
22
3+ ## v0.5.0 2016-08-04
4+ * bugfix: follow references in component definition objects (#7 )
5+ * bugfix: remove superfluous dependency on ` babel `
6+ * New Feature: Add annotations to injectable ` template ` and ` templateUrl ` component properties
7+ * New Feature: Adds a very simple REPL (see the ` gh-pages ` branch).
8+
9+ ## v0.4.0 2016-07-25
10+ * New option: Disable implicit matching (only annotate functions marked up with ` /* @ngInject */ ` or ` 'ngInject' ` )
11+
312## v0.3.0 2016-07-25
413 * Add support for ES6 arrow functions
514
Original file line number Diff line number Diff line change 11{
22 "name" : " babel-plugin-angularjs-annotate" ,
3- "version" : " 0.4 .0" ,
3+ "version" : " 0.5 .0" ,
44 "description" : " Babel plugin to add angularjs dependency injection annotations" ,
55 "main" : " babel-ng-annotate.js" ,
66 "repository" : {
You can’t perform that action at this time.
0 commit comments