Skip to content

Releases: useflytrap/flytrap-js

v0.9.2-3

12 Dec 20:47

Choose a tag to compare

v0.9.2-3 Pre-release
Pre-release

   🐞 Bug Fixes

    View changes on GitHub

v0.9.2-2

12 Dec 19:43

Choose a tag to compare

v0.9.2-2 Pre-release
Pre-release

No significant changes

    View changes on GitHub

v0.9.2-1

12 Dec 19:26

Choose a tag to compare

v0.9.2-1 Pre-release
Pre-release

   🐞 Bug Fixes

    View changes on GitHub

v0.9.2-0

12 Dec 18:08

Choose a tag to compare

v0.9.2-0 Pre-release
Pre-release

   🚀 Features

    View changes on GitHub

v0.9.1

09 Dec 04:22

Choose a tag to compare

   🐞 Bug Fixes

    View changes on GitHub

v0.9.0

04 Dec 21:43

Choose a tag to compare

   🚀 Features

  • Hoist function declarations to be compliant with default js hoisting behavior  -  by @skoshx (58332)

   🐞 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

28 Nov 00:06

Choose a tag to compare

   🚀 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

21 Nov 00:26

Choose a tag to compare

No significant changes

    View changes on GitHub

v0.7.1

20 Nov 18:59

Choose a tag to compare

   🚀 Features

  • Add ability to configure capture amount limits  -  by @skoshx (e5bfe)
    View changes on GitHub

v0.7.0

17 Nov 02:07

Choose a tag to compare

   🚀 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)
    View changes on GitHub