Skip to content

Latest commit

 

History

History
58 lines (35 loc) · 2.07 KB

File metadata and controls

58 lines (35 loc) · 2.07 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.

v12.0.0

Delete the TypedArray polyfill which was preventing this library from working with purs bundle v0.14.4. purescript-contrib#34

Breaking Changes

May lose partial polyfill TypedArray support for only the methods present in regular JavaScript Arrays. https://web.archive.org/web/20171019084331/https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/TypedArray#Methods_Polyfill

v11.0.3

Revert to v11.0.1. purescript-contrib#37

v11.0.2

Delete the TypedArray polyfill which was preventing this library from working with purs bundle v0.14.4. purescript-contrib#34

v11.0.1

Regenerate bower.json.

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. purescript-contrib#29
  • Replace any BytesPerValue a b typeclass constraints with BytesPerType a.

We have also privatized Typed.part'. purescript-contrib#32