Skip to content

Releases: purescript/purescript-foreign-object

v4.1.0

27 Oct 16:36
9bfb4eb
Compare
Choose a tag to compare

New features:

  • Add fromFoldableWithIndex (#30 by @ptrfrncsmrph)

v4.0.0

27 Apr 22:38
28a6358
Compare
Choose a tag to compare

Breaking changes:

v3.0.0

26 Feb 19:06
c9a7b7b
Compare
Choose a tag to compare

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

09 Jun 15:32
8a7dc21
Compare
Choose a tag to compare

Remove unused internal _unsafeDeleteObject (@bouzuya)

v2.0.2

27 May 19:26
Compare
Choose a tag to compare
  • Relax upper bound on typelevel-prelude (@hdgarrood)

v2.0.1

04 Mar 14:47
6464374
Compare
Choose a tag to compare
  • Fix stack overflow in fromFoldable (#3)

v2.0.0

02 Mar 00:33
Compare
Choose a tag to compare
  • Bump dependency on typelevel-prelude

v1.1.0

11 Nov 11:45
dea06f0
Compare
Choose a tag to compare
  • Added fromHomogeneous, to convert a PureScript Record where all values are of type a into an Object a (@justinwoo)

v1.0.0

24 May 01:11
Compare
Choose a tag to compare

Initial release for PureScript 0.12