WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Releases: poolifier/tatami-ng

v0.8.18

23 Aug 20:09
c8dbb14

Choose a tag to compare

0.8.18 (2025-08-23)

🐞 Bug Fixes

  • avoid potential divide by zero (25e6e05)

v0.8.17

23 Aug 15:14
b095072

Choose a tag to compare

0.8.17 (2025-08-23)

🐞 Bug Fixes

  • ensure median() implementation does not sort array in place (10c32dc)

✨ Polish

📚 Documentation

  • README.md: add jsr package registry prefix to add command (bd59af9)

🤖 Automation

  • deps: bump actions/checkout from 4 to 5 (#53) (7d62f54)
  • deps: bump autofix-ci/action (#52) (e67cf84)

v0.8.16

29 Jan 14:58
cc2a3a1

Choose a tag to compare

0.8.16 (2025-01-29)

🐞 Bug Fixes

  • silence warnings related to MAD threshold (fb50f31)

v0.8.15

29 Jan 12:25
341afd8

Choose a tag to compare

0.8.15 (2025-01-29)

🐞 Bug Fixes

  • median absolute deviation computation (7779175)

🤖 Automation

v0.8.14

18 Nov 09:18
a7ddd5a

Choose a tag to compare

0.8.14 (2024-11-18)

🐞 Bug Fixes

  • use performance.now() for timestamping with node (0497b2c)

✨ Polish

  • cleanup JS runtime detection code (66310b4)
  • refine browser JS runtime detection (7537b2b)

v0.8.13

27 Oct 17:00
5174a28

Choose a tag to compare

0.8.13 (2024-10-27)

🐞 Bug Fixes

  • fix throughput samples imputation in corner case (8de3cc7)

✨ Polish

  • avoid variable affectation (eb35407)

📚 Documentation

  • README.md: add missing warmupTime options (356d72d)

🤖 Automation

  • ci: handle various release type on npm registry (7cf519d)

v0.8.12

21 Oct 14:39
31f7a8e

Choose a tag to compare

0.8.12 (2024-10-21)

🚀 Features

  • add warmup minimum execution time option (7718d34)

v0.8.11

20 Oct 11:07
75b6b46

Choose a tag to compare

0.8.11 (2024-10-20)

🐞 Bug Fixes

  • bind timestamping method to their modules once (3cfcc9b)

⚡ Performance

  • bind timestamping functions to their module (dffe3f0)

v0.8.10

19 Oct 14:26
baff67c

Choose a tag to compare

0.8.10 (2024-10-19)

✨ Polish

  • factor out statistics computation from samples (3c2a41f)

v0.8.9

18 Oct 20:58
42e5064

Choose a tag to compare

0.8.9 (2024-10-18)

🚀 Features

  • add after/before each function iteration hooks (c7543ae)

✨ Polish

  • cleanup benchmark building (aff9b96)

📚 Documentation

  • refine measure() comment (b3910a0)