Skip to content

Latest commit

 

History

History
37 lines (19 loc) · 1.03 KB

CHANGELOG.md

File metadata and controls

37 lines (19 loc) · 1.03 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:

v3.0.0 - 2022-12-17

Breaking changes:

  • Remove the quickcheck dependency and the Arbitrary instances. (#7 by @jamesdbrock)

New features:

  • Add gen dependency and Gen modules. Add the quickcheck dependency to the test spago-dev.dhall. (#7 by @jamesdbrock)

v2.0.0 - 2022-06-02

Breaking changes:

  • newtype wrappers for Int64, UInt64 (#5 by @jamesdbrock)

Other improvements:

  • UInt64.unsafeFromInt (#5 by @jamesdbrock)

v1.0.0 - 2022-05-07

Initial release.