v2.0.0 - ESM Refactoring
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