Releases: useflytrap/flytrap-js
Releases · useflytrap/flytrap-js
v0.9.2-3
v0.9.2-2
No significant changes
View changes on GitHub
v0.9.2-1
v0.9.2-0
v0.9.1
v0.9.0
🚀 Features
🐞 Bug Fixes
- Handle default and named exports when hoisting function declarations - by @skoshx (8c56d)
- Ignore transforming require:s and handle Symbols in function names - by @skoshx (06ef8)
View changes on GitHub
v0.8.0
🚀 Features
🐞 Bug Fixes
- Bug in encryption function, corrected tests - by @skoshx (02127)
- Request util not awaiting json parsing, import replay package while replaying - by @skoshx (53987)
- Make function encrypt the error aswell, fix replay args mistake - by @skoshx (d68e5)
- Remove unused context - by @skoshx (e80d2)
- Solve readonly assingment problems with copy - by @skoshx (b7d26)
View changes on GitHub
v0.7.2
No significant changes
View changes on GitHub
v0.7.1
🚀 Features
View changes on GitHub
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)