Skip to content

Releases: purescript/purescript-arrays

v0.4.4

11 Dec 10:38

Choose a tag to compare

v0.4.3

02 Nov 11:39

Choose a tag to compare

  • Removed unused imports

v0.4.2

13 Aug 13:49

Choose a tag to compare

  • Fixed warnings about partial functions

v0.4.1

29 Jul 10:51

Choose a tag to compare

v0.4.0

30 Jun 00:16

Choose a tag to compare

This release works with versions 0.7.* of the PureScript compiler. It will not work with older versions. If you are using an older version, you should require an older, compatible version of this library.

v0.4.0-rc.2

07 Jun 18:11

Choose a tag to compare

v0.4.0-rc.2 Pre-release
Pre-release

Updates for parity with purescript-lists:

  • Added insert, insertBy, alterAt, union, unionBy
  • The insertAt, modifyAt, deleteAt... functions now return Nothing when given an out of range index

v0.4.0-rc.1

06 Jun 20:53

Choose a tag to compare

v0.4.0-rc.1 Pre-release
Pre-release

Initial release candidate of the library intended for the 0.7 compiler.

v0.3.7

01 Apr 19:29

Choose a tag to compare

Add replicate (@jacereda)

v0.3.6

24 Mar 22:53

Choose a tag to compare

Fix pokeSTArray bounds check (@jacereda)

v0.3.5

18 Mar 18:08

Choose a tag to compare

Improve complexity of head and last (@hdgarrood)