summaryrefslogtreecommitdiff
path: root/deps/acorn-plugins/acorn-class-fields/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'deps/acorn-plugins/acorn-class-fields/CHANGELOG.md')
-rw-r--r--deps/acorn-plugins/acorn-class-fields/CHANGELOG.md28
1 files changed, 28 insertions, 0 deletions
diff --git a/deps/acorn-plugins/acorn-class-fields/CHANGELOG.md b/deps/acorn-plugins/acorn-class-fields/CHANGELOG.md
new file mode 100644
index 0000000000..de2c66b0c3
--- /dev/null
+++ b/deps/acorn-plugins/acorn-class-fields/CHANGELOG.md
@@ -0,0 +1,28 @@
+## 0.3.1 (2019-02-09)
+
+* Restore compatibility with acorn-private-methods
+
+## 0.3.0 (2019-02-09)
+
+* Require acorn >= 6.1.0
+
+## 0.2.1 (2018-11-06)
+
+* Adapt to changes in acorn 6.0.3
+
+## 0.2.0 (2018-09-14)
+
+* Update to new acorn 6 interface
+* Change license to MIT
+
+## 0.1.2 (2018-01-26)
+
+* Don't accept whitespace between hash and private name
+
+## 0.1.1 (2018-01-17)
+
+* Correctly parse all fields named `async`
+
+## 0.1.0 (2018-01-13)
+
+Initial release