Releases: purescript/purescript-minibench
Releases · purescript/purescript-minibench
v4.0.1
Other improvements:
- Update FFI to use a more direct and portable convention (#25 by @natefaubion)
v4.0.0
Breaking changes:
- Migrate FFI to ES modules (#22 by @JordanMartinez)
Other improvements:
- Drop
math
dependency; update imports (#23 by @JordanMartinez)
v3.0.0
Breaking changes:
- Added support for PureScript 0.14 and dropped support for all previous versions (#14)
This change includes dropping the deprecatedglobals
dependency and switching to the same functions now exported fromnumbers
.
New features:
Bugfixes:
Other improvements:
v2.0.0
v1.0.1
- Run garbage collection before benchmarking. Use the
--force-gc
flag in Node to see the effect of this. (@matthewleon)