Skip to content

Releases: useflytrap/flytrap-js

v0.9.2-3

v0.9.2-3 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 12 Dec 20:47

   🐞 Bug Fixes

    View changes on GitHub

v0.9.2-2

v0.9.2-2 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 12 Dec 19:43

No significant changes

    View changes on GitHub

v0.9.2-1

v0.9.2-1 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 12 Dec 19:26

   🐞 Bug Fixes

    View changes on GitHub

v0.9.2-0

v0.9.2-0 Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 12 Dec 18:08

   🚀 Features

    View changes on GitHub

v0.9.1

Choose a tag to compare

@github-actions github-actions released this 09 Dec 04:22

   🐞 Bug Fixes

    View changes on GitHub

v0.9.0

Choose a tag to compare

@github-actions github-actions released this 04 Dec 21:43

   🚀 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

Choose a tag to compare

@github-actions github-actions released this 28 Nov 00:06

   🚀 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

Choose a tag to compare

@github-actions github-actions released this 21 Nov 00:26

No significant changes

    View changes on GitHub

v0.7.1

Choose a tag to compare

@github-actions github-actions released this 20 Nov 18:59

   🚀 Features

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

v0.7.0

Choose a tag to compare

@github-actions github-actions released this 17 Nov 02:07

   🚀 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