Releases: purescript/purescript-arrays
Releases · purescript/purescript-arrays
v1.1.0
- Added
mapWithIndex
(@damncabbage)
v1.0.0
v1.0.0-rc.7
- Fixed warning for unused FFI implementation
v1.0.0-rc.6
- Removed
replicate
andreplicateM
as these are provided via the unfoldable instance now
v1.0.0-rc.5
- Fixed unused import warning
v1.0.0-rc.4
- Added
toUnfoldable
v1.0.0-rc.3
- Renamed
Data.Array.Unsafe
toData.Array.Partial
and addedPartial
constraint for parity withpurescript-lists
.
v1.0.0-rc.2
- Added
fromFoldable
(@hdgarrood)
v1.0.0-rc.1
- Release candidate for the psc 0.8+ core libraries