Skip to content

Releases: purescript/purescript-foreign-object

v4.1.0

Choose a tag to compare

@garyb garyb released this 27 Oct 16:36
9bfb4eb

New features:

  • Add fromFoldableWithIndex (#30 by @ptrfrncsmrph)

v4.0.0

Choose a tag to compare

@JordanMartinez JordanMartinez released this 27 Apr 22:38
28a6358

Breaking changes:

v3.0.0

Choose a tag to compare

@thomashoneyman thomashoneyman released this 26 Feb 19:06
c9a7b7b

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

Choose a tag to compare

@garyb garyb released this 09 Jun 15:32
8a7dc21

Remove unused internal _unsafeDeleteObject (@bouzuya)

v2.0.2

Choose a tag to compare

@hdgarrood hdgarrood released this 27 May 19:26
  • Relax upper bound on typelevel-prelude (@hdgarrood)

v2.0.1

Choose a tag to compare

@hdgarrood hdgarrood released this 04 Mar 14:47
6464374
  • Fix stack overflow in fromFoldable (#3)

v2.0.0

Choose a tag to compare

@hdgarrood hdgarrood released this 02 Mar 00:33
  • Bump dependency on typelevel-prelude

v1.1.0

Choose a tag to compare

@garyb garyb released this 11 Nov 11:45
dea06f0
  • Added fromHomogeneous, to convert a PureScript Record where all values are of type a into an Object a (@justinwoo)

v1.0.0

Choose a tag to compare

@garyb garyb released this 24 May 01:11

Initial release for PureScript 0.12