Skip to content

Latest commit

 

History

History
92 lines (56 loc) · 3.28 KB

CHANGELOG.md

File metadata and controls

92 lines (56 loc) · 3.28 KB

Change Log

All notable changes to this project will be documented in this file. Only versions published since 2022-01-01 are listed here. Please consult the Git history for older version information. See Conventional Commits for commit guidelines.

Note: Unlisted patch versions only involve non-code or otherwise excluded changes and/or version bumps of transitive dependencies.

3.6.8 (2024-12-27)

♻️ Refactoring

3.6.0 (2024-08-10)

🚀 Features

  • add poisson-image example (87ec9e7)
    • update readmes
    • cc @nkint :)

3.5.7 (2024-06-21)

♻️ Refactoring

  • enforce uniform naming convention of internal functions (56992b2)

3.5.1 (2024-03-27)

🩹 Bug fixes

  • fix optional arg type for timeDiff() (29825ac)

3.5.0 (2024-03-13)

🚀 Features

  • add frequency stat (i.e. ops/sec) (0e6576a)
    • add BenchmarkOpts.extSize
    • update benchmark()
    • update all formatters
    • add setPrecision() to adjust float formatter

3.4.28 (2024-02-22)

♻️ Refactoring

  • update object destructuring in all pkgs & examples (f36aeb0)

3.4.9 (2023-11-09)

♻️ Refactoring

  • update all tests (packages A-S) (e3085e4)

3.4.0 (2023-06-14)

🚀 Features

  • add Profiler.profile()/wrap(), minor fixes (0f3b44b)
    • update session total to be sum of all profiled calls, rather than wallclock time
    • fix field order in Profiler.asCSV()

3.3.0 (2023-06-13)

🚀 Features

3.2.3 (2023-02-17)

♻️ Refactoring

  • update timeDiff() (37054e0)
    • default 2nd arg to current timestamp

3.2.0 (2023-02-05)

🚀 Features

  • add support for performance.now() (f48cb35)
    • update now() to add perf.now as primary fallback option