Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 1.28 KB

CHANGELOG.md

File metadata and controls

30 lines (18 loc) · 1.28 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.

v11.0.0

Jorge Acereda has graciously donated this package to purescript-contrib.

For version 11, we have refactored this library so that it depends only on other packages in purescript-contrib.

purescript-contrib/governance#40

We have removed the dependencies on these non-purescript-contrib packages:

In v11.0.0 of this package, we have also upgraded to PureScript v0.14.

Breaking Changes

To upgrade to v11.0.0, you might need to do a few substitutions to the type declarations in your own dependent code:

  • Replace the type AProxy with Proxy from the Prelude.
  • Remove most of the Nat typeclass constraints. #29
  • Replace any BytesPerValue a b typeclass constraints with BytesPerType a.

We have also privatized Typed.part'. #32