Skip to content

Commit 07eef9b

Browse files
author
Andrew Schmadel
committed
0.8.0
1 parent 01edde6 commit 07eef9b

3 files changed

Lines changed: 7 additions & 2 deletions

File tree

CHANGES.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# babel-plugin-angularjs-annotate changelog
22

3+
## 0.8.0 2017-07-12
4+
* New Feature: Support exported anonymous functions (#17)
5+
* New Feature: Support exported anonymous classes (#24)
6+
* New Feature: Allow multiple asterisks, ie. (`/** @ngInject **/`) (#23)
7+
38
## v0.7.0 2017-01-09
49
* New Feature: Support for ES6 Object Method shorthand (#16)
510

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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.7.0",
3+
"version": "0.8.0",
44
"description": "Babel plugin to add angularjs dependency injection annotations",
55
"main": "babel-ng-annotate.js",
66
"repository": {

0 commit comments

Comments
 (0)