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.
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.