## 4.0.0 (2020-08-13)

* Require acorn ^7.4 or ^8

## 3.1.0 (2020-08-13)

* Mark as supporting acorn@8

## 3.0.0 (2020-06-11)

* Require acorn ^7.2
* Remove BigInt, import.meta, dynamic import and export * as ns from "mod", all are supported by acorn >= 7.2

## 2.1.0 (2020-05-04)

* Add back numeric separators, they are stage 3 again
* Add logical-assignments

## 2.0.0 (2019-02-09)

* Require acorn >= 6.1.0

## 1.0.0 (2018-10-24)

* Add `export * as ns from "mod"` support
* Update acorn-bigint and acorn-import-meta

## 0.7.0 (2018-10-01)

* Update to new acorn 6 interface
* Change license to MIT
* Add static class features support
* Remove numeric separators, they are stage 2

## 0.6.0 (2018-02-27)

* Update to acorn 5.5.0
* Remove acorn-parse-regexp (superseded by acorn 5.5.0)

## 0.5.0 (2018-02-03)

* Update to acorn 5.4.1
* Remove rest and spread properties and async iteration support, since acorn does that now
* Add stage 4 regular expression proposal support
* Add JSON superset support

## 0.4.0 (2018-01-13)

* Update to acorn 5.3.0
* Add private and public class instance fields support
* Add private methods, getters and setters support

## 0.3.0 (2017-12-26)

* Add optional catch binding support
* Add import.meta support

## 0.2.0 (2017-12-20)

* Add BigInt support
* Add numeric separator support

## 0.1.0 (2017-12-17)

Initial release with async iteration, dynamic import and rest and spread properties support
