Skip to content

v2.0.0 - ESM Refactoring

Compare
Choose a tag to compare
@BenBaryoPX BenBaryoPX released this 13 Oct 09:41
· 14 commits to main since this release

What's Changed

  • Utils by @ctrl-escp in #26
    • applyIteratively - Apply functions to modify the script repeatedly until they are no long effective or the max number of iterations is reached
    • treeModifier - Boilerplate for filter functions that identify the desired structure and a modifier function that modifies the tree.
    • logger - control logging level and output function
  • Refactor flAST to ESM, Refactor Tests to Node's Test Runner by @BenBaryoPX in #28

Full Changelog: v1.6.0...v2.0.0