Skip to content

v2.0.0 - ESM Refactoring

Compare
Choose a tag to compare
@BenBaryoPX BenBaryoPX released this 15 Oct 10:22
· 17 commits to main since this release

What's Changed

  • Refactor to ESM, Refactor Tests to Node's Test Runner by @BenBaryoPX in #117
    • Update dependencies
    • Refactor code to ESM
    • Replace custom test runner with Node's builting test runner
    • Add more tests to increase coverage
    • Add coverage report using npm run test:coverage
    • Fix Husky's pre-commit hook
    • Fix issue with maxIterations
    • Fix for running on Apple based Macs

Full Changelog: v1.10.4...v2.0.0