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.
Breaking changes:
New features:
Bugfixes:
Other improvements:
v13.2.0 - 2023-02-13
Other improvements:
- Correct
Typed
slice
andsubArray
docs (#51 by @jamesdbrock)
v13.1.0 - 2022-12-01
New features:
Data.ArrayBuffer.Cast
(#46 by @jamesdbrock)
v13.0.0 - 2022-04-27
Breaking Changes:
- Migrate FFI to ES modules (#41 by @JordanMartinez)
- Replaced polymorphic proxies with monomorphic
Proxy
(#41 by @JordanMartinez)
Delete the TypedArray
polyfill which was preventing this
library from working with purs bundle
v0.14.4.
#34
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
Revert to v11.0.1. #37
Delete the TypedArray
polyfill which was preventing this
library from working with purs bundle
v0.14.4.
#34
Regenerate bower.json
.
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:
- https://pursuit.purescript.org/packages/purescript-typelevel
- https://pursuit.purescript.org/packages/purescript-quickcheck-combinators
In v11.0.0 of this package, we have also upgraded to PureScript v0.14.
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
withProxy
from the Prelude. - Remove most of the
Nat
typeclass constraints. #29 - Replace any
BytesPerValue a b
typeclass constraints withBytesPerType a
.
We have also privatized Typed.part'
. #32