- Last updated: 2025-01-23T13:39:11Z
- Generator: thi.ng/monopub
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)
- migrate timestamp fns to @thi.ng/timestamp (f178b1a)
- update deps
- update exports
- update readme
3.6.0 (2024-08-10)
- add poisson-image example (87ec9e7)
- update readmes
- cc @nkint :)
3.5.7 (2024-06-21)
- enforce uniform naming convention of internal functions (56992b2)
3.5.1 (2024-03-27)
- fix optional arg type for timeDiff() (29825ac)
3.5.0 (2024-03-13)
- add frequency stat (i.e. ops/sec) (0e6576a)
- add
BenchmarkOpts.extSize
- update
benchmark()
- update all formatters
- add
setPrecision()
to adjust float formatter
- add
3.4.28 (2024-02-22)
- update object destructuring in all pkgs & examples (f36aeb0)
3.4.9 (2023-11-09)
- update all tests (packages A-S) (e3085e4)
3.4.0 (2023-06-14)
- 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)
- add profiler (5fdd867)
3.2.3 (2023-02-17)
- update timeDiff() (37054e0)
- default 2nd arg to current timestamp
3.2.0 (2023-02-05)
- add support for performance.now() (f48cb35)
- update now() to add perf.now as primary fallback option