Releases: purescript/purescript-lists
Releases · purescript/purescript-lists
v4.4.0
Add partition
(@matthewleon)
v4.3.0
sort
andsortBy
forNonEmptyList
(@matthewleon)
v4.2.0
- Reimplement
snoc
usingfoldr
(@LiamGoodacre) - Use
~>
where appropriate (@matthewleon) - Add
repeat
anditerate
for non-empty lazy lists (@matthewleon)
v4.1.1
v4.1.0
v4.0.1
v4.0.0
- Updated for PureScript 0.11.0
- Swapped arguments of
mapWithIndex
for consistency withpurescript-arrays
- Various code style tweaks & warning fixes (@matthewleon)
- Added
appendFoldable
forNonEmptyList
s (@matthewleon)
v3.4.0
Add unsnoc
(@joshuahhh)
v3.3.0
v3.2.2
Stack safety for various functions (@sammthomson)