Skip to content

Latest commit

 

History

History
42 lines (24 loc) · 1.11 KB

CHANGELOG.md

File metadata and controls

42 lines (24 loc) · 1.11 KB

Changelog

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.

Unreleased

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 math dependency; update imports (#21 by @JordanMartinez)

v6.0.2 2021-07-11

Move quickcheck test dependencies to test.dhall.

v6.0.1 2021-06-22

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.

v6.0.0 2021-05-20

PureScript v0.14.x update.