We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e390f77 commit 3078c84Copy full SHA for 3078c84
CHANGES.md
@@ -1,5 +1,8 @@
1
# babel-plugin-angularjs-annotate changelog
2
3
+## 0.8.1 2017-09-26
4
+ * bugfix: Annotate functions inside of functions w/ default arguments (#30)
5
+
6
## 0.8.0 2017-07-12
7
* New Feature: Support exported anonymous functions (#17)
8
* New Feature: Support exported anonymous classes (#24)
package.json
@@ -1,6 +1,6 @@
{
"name": "babel-plugin-angularjs-annotate",
- "version": "0.8.0",
+ "version": "0.8.1",
"description": "Babel plugin to add angularjs dependency injection annotations",
"main": "babel-ng-annotate.js",
"repository": {
0 commit comments