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 03659a1 commit 65c1eaeCopy full SHA for 65c1eae
CHANGELOG.md
@@ -1,6 +1,11 @@
1
2
# Changelog
3
4
+## v1.2.0
5
+
6
+* Support class properties with no initializer, e.g. @decorator a;
7
+* Properly handle decorating properties/methods with string and numeric literal keys
8
9
## v1.1.0
10
11
* Support static class methods
package.json
@@ -1,7 +1,7 @@
{
"name": "babel-plugin-transform-decorators-legacy",
"description": "A plugin for Babel 6 that (mostly) replicates the old decorator behavior from Babel 5.",
- "version": "1.1.0",
+ "version": "1.2.0",
"author": "Logan Smyth <loganfsmyth@gmail.com>",
"main": "lib",
"license": "MIT",
0 commit comments