Releases: purescript/purescript-arrays
Releases · purescript/purescript-arrays
v0.4.4
- Document instances for Pursuit (@hdgarrood)
v0.4.3
v0.4.2
v0.4.1
replicateM
is now stack safe (@hdgarrood)
v0.4.0
v0.4.0-rc.2
Updates for parity with purescript-lists
:
- Added
insert
,insertBy
,alterAt
,union
,unionBy
- The
insertAt
,modifyAt
,deleteAt
... functions now returnNothing
when given an out of range index
v0.4.0-rc.1
Initial release candidate of the library intended for the 0.7 compiler.
v0.3.7
v0.3.6
v0.3.5
Improve complexity of head
and last
(@hdgarrood)