- chore: Updated dependencies.
- feat!: Dropped support for Node 18 and updated dependencies.
- fix: Fixed README example.
- fix: Remove leftover.
- chore: Updated dependencies.
- chore: Added missing dependency.
- chore: Updated dependencies.
- feat!: Replaced ts-node with @swc-node/register.
- chore: Updated dependencies.
- chore: Updated TypeScript configuration.
- chore: Updated dependencies.
- chore: Linted code.
- chore: Updated dependencies and toolchain.
- chore: Fixed compilation.
- chore: CI improvement
- chore: Updated dependencies.
- chore: Update package.json
- fix: Fixed build script.
- chore: Updated dependencies.
- fix: Updated types layout.
- chore: Updated compilation configuration.
- chore: Remove lint rule.
- chore: Updated dependencies.
- chore: Updated dependencies.
- chore: Fixed CI.
- feat: Added callbacks.
- chore: Use sourcemaps with swc
- chore: Updated dependencies.
- chore: Updated build system.
- chore: Updated dependencies and linted code.
- chore: Updated dependencies.
- chore: Removed useless file.
- fix: Added ESM note in the README.md
- chore: Allow manual CI triggering.
- chore: Updated badges.
- fix: Fixed Typescript configuration.
- chore: Renamed test files.
- chore: Removed useless comments.
- feat: Allow main module to export a function.
- chore: Increase tests timeout.
- feat: Only export as ESM.
- chore: Updated directive.
- feat: Export as ESM.
- chore: Updated linter config.
- chore: Minor formatting.
- chore: Updated config.
- test: Increased tests timeout.
- chore: Updated dependencies, code and tools.
- feat: Remove setup option. Allow complex tests with before/after.
- feat: Add setup option to prepare tests.
- chore: Allow greater test timeouts.
- feat: Removed useless debug infrastructure.
- feat: Reimplemented warmup mode.
- feat: Use worker_threads for execution. Tested everything.
- feat: Added warmup option.
- fix: Correctly handle failures sorting. Fixes #1.
- fix: Fixed errorThreshold performances.
- feat: Added errorThreshold option.
- fix: Improve scheduling to avoid races.
- Initial version.