Skip to content

Releases: boneskull/modestbench

modestbench: v0.9.3

19 Feb 02:15
Immutable release. Only release title and notes can be modified.
4bef724

Choose a tag to compare

0.9.3 (2026-02-19)

Bug Fixes

modestbench: v0.9.2

09 Jan 22:39
Immutable release. Only release title and notes can be modified.
2ad5a74

Choose a tag to compare

0.9.2 (2026-01-09)

Bug Fixes

  • cli: better handling of unhandledRejections (d830782)
  • cli: use process.exitCode instead of process.exit() in async handlers (45f0565)

modestbench: v0.9.1

09 Jan 20:52
Immutable release. Only release title and notes can be modified.
d27dc6c

Choose a tag to compare

0.9.1 (2026-01-09)

Bug Fixes

modestbench: v0.9.0

18 Dec 07:31
Immutable release. Only release title and notes can be modified.
a617f9c

Choose a tag to compare

0.9.0 (2025-12-18)

Features

  • budgets: add wildcard pattern support for budget configuration (945fb87)
  • json-reporter: make compact output the default (#197) (9fe0dd6)

Bug Fixes

  • reporters: use timestamped filenames for JSON/CSV output (#200) (89f3170)

modestbench: v0.8.0

15 Dec 22:21
Immutable release. Only release title and notes can be modified.
8b7a496

Choose a tag to compare

0.8.0 (2025-12-15)

Features

  • reporters: add third-party reporter plugin system (53b24e3)

Bug Fixes

  • reporters: address PR review feedback (1c3eaf2)

modestbench: v0.7.0

13 Dec 22:10
Immutable release. Only release title and notes can be modified.
91ca0a8

Choose a tag to compare

0.7.0 (2025-12-13)

Features

  • reporters: add nyan reporter (99bcced)

modestbench: v0.6.0

13 Dec 21:29
Immutable release. Only release title and notes can be modified.
5e119d1

Choose a tag to compare

0.6.0 (2025-12-13)

Features

  • adapters: add Jest adapter with ESM loader hooks (9a23066)

modestbench: v0.5.1

11 Dec 22:37
Immutable release. Only release title and notes can be modified.
2891999

Choose a tag to compare

0.5.1 (2025-12-11)

Bug Fixes

  • stats: calculate margin of error as relative percentage (91c5d75)

modestbench: v0.5.0

09 Dec 04:41
Immutable release. Only release title and notes can be modified.
2049cae

Choose a tag to compare

0.5.0 (2025-12-09)

Features

  • adapters: add test framework adapters for node:test, Mocha, and AVA (#157) (f4f00e7)

Bug Fixes

  • deps: update dependency tinybench to v6 (0d40694)
  • deps: update tinybench-engine for tinybench v6 (d19fcd9)

modestbench: v0.4.0

05 Dec 23:52
Immutable release. Only release title and notes can be modified.
d0ce778

Choose a tag to compare

0.4.0 (2025-12-05)

Features

  • reporters: display iteration counts inline with low-count warnings (e1bf06a)

Bug Fixes

  • deps: update dependency glob to v11.1.0 [security] (#125) (7e14a8b)
  • deps: update dependency glob to v13 (#138) (b63ab6a)
  • deps: update dependency zod to v4.1.13 (#143) (538ccf2)
  • init: init templates now use proper default .modestbench/ dir for output (a393236)
  • README: fix wrong options and path in README.md (ea7caa4), closes #104 #109
  • run: suite-level errors now caught properly and return non-zero exit code (fba7a8a)