- Update to ESTree consensus
- Mark as compatible with acorn@8
- Don't break acorn's optional chaining support
- Evaluate class heritage with outer private environment
- Don't allow private element access on
super
(Skipped 0.2.1 and 0.2.2 because I accidentally called 0.2.0 0.2.2 in git)
- Use injected acorn instance if available
- Uses
Object.getPrototypeOf
if available instead of__proto__
- Mark as compatible with acorn v7
- Add _branch() method
Initial release