Notable changes to this project are documented in this file. The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
Breaking changes:
New features:
Bugfixes:
Other improvements:
v7.0.0 - 2022-04-27
Breaking changes:
- Migrate FFI to ES modules (#20 by @JordanMartinez)
Other improvements:
- Drop
mathdependency; update imports (#21 by @JordanMartinez)
Move quickcheck test dependencies to test.dhall.
Repository transferred to purescript-contrib.
Thank you @zaquest for authoring and donating this package.
Change the definition of UInt from foreign import data UInt :: Type
to newtype UInt = UInt Number and
remove the instance Generic UInt. We don't expect this will break
any dependent code. The Generic instance is no longer needed for making
class instances for types which use UInt.
PureScript v0.14.x update.