Releases: poolifier/tatami-ng
Releases · poolifier/tatami-ng
v0.6.4
0.6.4 (2024-09-30)
🐞 Bug Fixes
- do not round timestamping (bc2f605)
✨ Polish
- display MAD when necessary in p50 percentile (4e42c6a)
📚 Documentation
v0.6.3
0.6.3 (2024-09-29)
🐞 Bug Fixes
- fix benchmark related functions async detection (038340c)
📚 Documentation
- comment a bit benchmark stats data structure (2bcd724)
v0.6.2
0.6.2 (2024-09-29)
🚀 Features
- add average and median absolute deviation to stats (cdf968a)
🐞 Bug Fixes
- fix absolute deviation computation (c2ad613)
✨ Polish
- cleanup quantile computation implementation (8279e44)
- median() -> medianSorted() (850e46c)
- refine benchmark time measurement displaying (c5e2c8e)
- rename mean() -> average() (81749fb)
v0.6.1
0.6.1 (2024-09-29)
🐞 Bug Fixes
- call garbage collector before each benchmark (21bdbf3)
- fix gc() call on unknown JS runtime (893f960)
- fix gc() implementation on Deno runtime (b386e8a)
- improve gc() detection on browser (5146ef7)
- try to run gc() with more JS runtimes (1cef68c)
✨ Polish
- cleanup colors in output detection (551df36)
- cleanup gc() implementation (5ebe98a)
- cleanup variables namespace (f84c010)
- deno 2.x.x support (fd39123)
📚 Documentation
- README.md: cleanup description (93963cb)
- README.md: refine description (83fa873)
v0.6.0
0.6.0 (2024-09-26)
⚠ BREAKING CHANGES
- remove clear() from the public API
🐞 Bug Fixes
- ensure unknown JS runtime has proper defaults (5705403)
- make standalone CLI executable generation works on Windows™ (50b3e6e)
- remove clear() from the public API (3bfdb3c)
✨ Polish
- cleanup deps for standalone binary generation (3f2329a)
- cleanup test and cli building scripts usage (44e5b93)
- enable
.editorconfig
in biome formatter (de27a2c)
- refine package.json cli:* scripts (20c9dfc)
🤖 Automation
- cli: fix
build:cli
script recursion (47aac22)
- cli: run sequentially cli build scripts (44d90e0)
- sync bun packages lock file (a064be1)
v0.5.7
0.5.7 (2024-08-08)
📚 Documentation
- add deno CLI installation section (dfd421c)
v0.5.6
0.5.6 (2024-08-08)
🚀 Features
- add bun single-file executable for CLI support (7961789)
🐞 Bug Fixes
- cli: print meaningful message if package.json not found (bda431f)
v0.5.5
0.5.5 (2024-07-20)
✨ Polish
- make benchmarks more friendly with dark theme (a85c9a6)
📚 Documentation
- fix ms conversion to ps in units cheatsheet (acd154a)
v0.5.4
0.5.4 (2024-07-18)
🐞 Bug Fixes
- handle extrageanous space in CLI benchmarks (8b50d44)
- make node sea generation works (06fdc40)
- make node sea works which n (de36378)
✨ Polish
- add scripts for CLI binary generation (82c15f5)
- npx -> bunx where appropriates (db7b392)
v0.5.3
0.5.3 (2024-07-11)
🚀 Features
- add node single executable application configuration (e48ed77)
🐞 Bug Fixes
- ensure CLI standalone binary includes required files (1589024)