Skip to content

Releases: purescript/purescript-arrays

v5.2.0

16 Dec 15:26
d218f6f
Compare
Choose a tag to compare
  • Added run function for STArray (@Dretch)

v5.1.1

02 Dec 16:37
b709a3c
Compare
Choose a tag to compare

Fixed issue with fill polyfill not being included in the bundle by purs bundle (@maximedenes, @zyla)

v5.1.0

25 Sep 12:40
Compare
Choose a tag to compare

v5.0.0

23 May 20:34
7bdd04c
Compare
Choose a tag to compare
  • Updated for PureScript 0.12
  • Added sort functions for STArray (@matthewleon)
  • group functions now return NonEmptyArray rather than NonEmpty Arrays
  • The STArray name prefixes have been dropped to reduce repetition when importing qualified
  • Function argument order has been changed so that STArray is always the last argument
  • nub (and related functions) now use Ord by default for a faster implementation, Eq-based variants are still available under new names

v4.4.0

26 Apr 19:58
027811f
Compare
Choose a tag to compare
  • Added Semigroup instance for NonEmptyArray

v4.3.0

10 Mar 18:44
c87fdee
Compare
Choose a tag to compare

v4.2.2

16 Dec 14:42
Compare
Choose a tag to compare
  • Add examples to the docs for most functions in Data.Array (@csicar)
  • Remove some redundant parentheses (@matthewleon)

v4.2.1

01 Oct 00:13
Compare
Choose a tag to compare

v4.2.0

05 Sep 19:09
Compare
Choose a tag to compare

Add dropEnd and takeEnd functions (@notgiorgi)

v4.1.2

25 Jun 03:46
Compare
Choose a tag to compare

Fix some bugs in Data.Array.ST.Partial (@mhuisi)