Releases: purescript/purescript-foreign-object
Releases · purescript/purescript-foreign-object
v4.1.0
New features:
- Add
fromFoldableWithIndex
(#30 by @ptrfrncsmrph)
v3.0.0
Breaking changes:
- Added support for PureScript 0.14 and dropped support for all previous versions (#17)
- Fixed the
Semigroup
instance for Foreign.Object.Object
(#19)
New features:
- Added roles declarations to allow safe coercions (#16)
- Added
unionWith
(#21)
Bugfixes:
- Fixed test using
Arbitrary
instance for Instruction String v
(#22)
Other improvements:
- Migrated CI to GitHub Actions and updated installation instructions to use Spago (#20)
- Added a CHANGELOG.md file and pull request template (#24, #25)
- Improved docs for
runST
(#12)
- Implemented
Semigroup
via unionWith
(#23)
v2.0.3
Remove unused internal _unsafeDeleteObject
(@bouzuya)
v2.0.2
- Relax upper bound on typelevel-prelude (@hdgarrood)
v2.0.1
- Fix stack overflow in
fromFoldable
(#3)
v2.0.0
- Bump dependency on
typelevel-prelude
v1.1.0
- Added
fromHomogeneous
, to convert a PureScript Record
where all values are of type a
into an Object a
(@justinwoo)
v1.0.0
Initial release for PureScript 0.12