summaryrefslogtreecommitdiff
path: root/deps/acorn-plugins/acorn-class-fields/CHANGELOG.md
blob: de2c66b0c3bc65c00f88f57d8cc4a1d0ca4af32f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
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