Releases: purescript/purescript-lists
Releases · purescript/purescript-lists
v4.4.0
Add partition (@matthewleon)
v4.3.0
sortandsortByforNonEmptyList(@matthewleon)
v4.2.0
- Reimplement
snocusingfoldr(@LiamGoodacre) - Use
~>where appropriate (@matthewleon) - Add
repeatanditeratefor 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
mapWithIndexfor consistency withpurescript-arrays - Various code style tweaks & warning fixes (@matthewleon)
- Added
appendFoldableforNonEmptyLists (@matthewleon)
v3.4.0
Add unsnoc (@joshuahhh)
v3.3.0
v3.2.2
Stack safety for various functions (@sammthomson)