Skip to content

Commit 35a7521

Browse files
author
Andrew Schmadel
committed
bump version
1 parent 9fd9fa8 commit 35a7521

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

CHANGES.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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": {

0 commit comments

Comments
 (0)