v0.7.0
🚀 Features
- Add ability to configure babel parse options - by @skoshx (f0957)
- Return clear and context-rich parsing errors, add tests - by @skoshx (6d88a)
- Add colors to parser error output - by @skoshx (160de)
- Add a new parsing function with rust-like error handling - by @skoshx (c23e5)
- Add troubleshooting mode - by @skoshx (ea879)
- Allow configuring transformation in more detail, add ecosystem tests - by @skoshx (b73e1)
🐞 Bug Fixes
- Parser changes & tests - by @skoshx (ebb06)
- Gracefully handle traverse errors in code transform - by @skoshx (7aac4)
- Transformation of index accessed functions wraps code correctly - by @skoshx (e9e8c)