- Update AST node names to match ESTree
- Mark as compatible with acorn@8
- Allow super in field initializer
- Support keywords as field name
- Don't break acorn's optional chaining support
- Allow
arguments
usage in nested static methods - Allow numeric class element names
- Mark as compatible with acorn v7
- Use injected acorn instance if available
- Uses
Object.getPrototypeOf
if available instead of__proto__
- Require acorn >= 6.1.0
- Adapt to changes in acorn 6.0.3
Initial release