Releases: purescript/purescript-arrays
Releases · purescript/purescript-arrays
v5.2.0
v5.1.1
v5.1.0
- Make
groupBy
stable #148 (@LiamGoodacre)
v5.0.0
- Updated for PureScript 0.12
- Added
sort
functions forSTArray
(@matthewleon) group
functions now returnNonEmptyArray
rather thanNonEmpty Array
s- 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 useOrd
by default for a faster implementation,Eq
-based variants are still available under new names
v4.4.0
v4.3.0
- Added
NonEmptyArray
(@matthewleon )
v4.2.2
v4.2.1
v4.2.0
Add dropEnd
and takeEnd
functions (@notgiorgi)