### 2025-11-27 / 6.0.3

- fix: Correctly sort type only imports.
- chore: Removed leftover script.

### 2025-11-24 / 6.0.2

- chore: Updated dependencies.

### 2025-11-22 / 6.0.1

- chore: Updated dependencies.

### 2025-11-22 / 6.0.0

- feat!: Dropped support for Node 20.

### 2025-04-18 / 5.3.0

- feat: Export Tracker.

### 2025-04-18 / 5.2.0

- feat: Use tracker.

### 2025-04-18 / 5.1.0

- feat: Export printResults method.

### 2025-04-18 / 5.0.0

- fix: Fixed Windows compatibility.
- feat!: Dropped compatibility for Node 20.x.
- feat: Added skip option.

### 2025-01-19 / 4.0.3

- feat: Merge pull request #7 from simoneb/main
- chore: support windows

### 2025-01-12 / 4.0.2

- fix: Better error handling on no test code.

### 2024-12-28 / 4.0.1

- chore: Updated dependencies.

### 2024-10-21 / 4.0.0

- feat!: Dropped support for Node 18 and updated dependencies.
- fix: Fixed README example.
- fix: Remove leftover.

### 2024-04-12 / 3.0.2

- chore: Updated dependencies.
- chore: Added missing dependency.

### 2024-02-07 / 3.0.1

- chore: Updated dependencies.

### 2024-02-07 / 3.0.0

- feat!: Replaced ts-node with @swc-node/register.

### 2024-01-27 / 2.0.2

- chore: Updated dependencies.

### 2024-01-24 / 2.0.1

- chore: Updated TypeScript configuration.

### 2023-12-20 / 2.0.0

- chore: Updated dependencies.

### 2023-10-23 / 1.2.0

- chore: Linted code.
- chore: Updated dependencies and toolchain.
- chore: Fixed compilation.
- chore: CI improvement

### 2022-11-23 / 1.1.5

- chore: Updated dependencies.
- chore: Update package.json
- fix: Fixed build script.

### 2022-10-12 / 1.1.4

- chore: Updated dependencies.

### 2022-10-12 / 1.1.3

- fix: Updated types layout.
- chore: Updated compilation configuration.
- chore: Remove lint rule.

### 2022-08-30 / 1.1.2

- chore: Updated dependencies.

### 2022-08-29 / 1.1.1

- chore: Updated dependencies.

### 2022-05-19 / 1.1.0

- chore: Fixed CI.
- feat: Added callbacks.
- chore: Use sourcemaps with swc

### 2022-03-07 / 1.0.5

- chore: Updated dependencies.

### 2022-03-07 / 1.0.4

- chore: Updated build system.

### 2022-01-26 / 1.0.3

- chore: Updated dependencies and linted code.
- chore: Updated dependencies.
- chore: Removed useless file.

### 2021-11-17 / 1.0.2


### 2021-11-16 / 1.0.1

- 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.

### 2021-08-14 / 1.0.0


### 2021-08-14 / 1.0.0-beta.1

- feat: Allow main module to export a function.

### 2021-08-14 / 1.0.0-beta.0

- chore: Increase tests timeout.
- feat: Only export as ESM.
- chore: Updated directive.

### 2021-01-04 / 0.8.0

- feat: Export as ESM.

### 2021-01-03 / 0.7.1

- chore: Updated linter config.
- chore: Minor formatting.
- chore: Updated config.

### 2021-01-02 / 0.7.0

- test: Increased tests timeout.
- chore: Updated dependencies, code and tools.

### 2020-09-18 / 0.6.0

- feat: Remove setup option. Allow complex tests with before/after.

### 2020-09-18 / 0.5.0

- feat: Add setup option to prepare tests.

### 2020-04-22 / 0.4.0

- chore: Allow greater test timeouts.
- feat: Removed useless debug infrastructure.
- feat: Reimplemented warmup mode.
- feat: Use worker_threads for execution. Tested everything.

### 2020-03-05 / 0.3.0

- feat: Added warmup option.
- fix: Correctly handle failures sorting. Fixes #1.

### 2020-01-29 / 0.2.2

- fix: Fixed errorThreshold performances.

### 2020-01-29 / 0.2.1

- feat: Added errorThreshold option.

### 2020-01-29 / 0.2.0

- fix: Improve scheduling to avoid races.

### 2020-01-29 / 0.1.0

- Initial version.
