Releases: purescript/purescript-arrays
Releases · purescript/purescript-arrays
v5.2.0
16 Dec 15:26
Compare
Sorry, something went wrong.
No results found
Added run function for STArray (@Dretch )
v5.1.1
02 Dec 16:37
Compare
Sorry, something went wrong.
No results found
Fixed issue with fill polyfill not being included in the bundle by purs bundle (@maximedenes , @zyla )
v5.1.0
25 Sep 12:40
Compare
Sorry, something went wrong.
No results found
v5.0.0
23 May 20:34
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
Added Semigroup instance for NonEmptyArray
v4.3.0
10 Mar 18:44
Compare
Sorry, something went wrong.
No results found
v4.2.2
16 Dec 14:42
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
v4.2.0
05 Sep 19:09
Compare
Sorry, something went wrong.
No results found
v4.1.2
25 Jun 03:46
Compare
Sorry, something went wrong.
No results found
Fix some bugs in Data.Array.ST.Partial (@mhuisi )