Skip to content

Releases: purescript/purescript-lists

v3.2.1

14 Nov 17:53
Compare
Choose a tag to compare
  • Fixed shadowed name warnings

v3.2.0

02 Nov 18:17
Compare
Choose a tag to compare
  • Adds an implementation of traverse which does not grow the stack.

v3.1.0

28 Oct 19:15
Compare
Choose a tag to compare
  • Added manyRec and someRec - stack safe versions of many and some via MonadRec.

v3.0.1

28 Oct 18:27
Compare
Choose a tag to compare
  • Fix purescript-generics dependency to use ^ rather than v.

v3.0.0

16 Oct 18:08
Compare
Choose a tag to compare
  • The group functions now return NonEmptyList typed values rather than NonEmpty List
  • The lazy non-empty list is now lazier
  • The modules have been rearranged internally

v2.1.0

13 Oct 17:52
Compare
Choose a tag to compare
  • Added Data.List.NonEmpty (a newtype of NonEmpty List a with additional instances)
  • Added Extend instance for List

v2.0.0

09 Oct 23:08
Compare
Choose a tag to compare
  • Updated dependencies
  • The group functions now return NonEmpty groups
  • show now uses : in printing

v1.0.1

11 Jun 10:08
Compare
Choose a tag to compare
  • Added Fail instance for Bind ZipList (@joneshf)

v1.0.0

01 Jun 02:52
Compare
Choose a tag to compare

This release is intended for the PureScript 0.9.1 compiler and newer.

Note: The v1.0.0 tag is not meant to indicate the library is “finished”, the core libraries are all being bumped to this for the 0.9 compiler release so as to use semver more correctly.

v1.0.0-rc.3

22 May 23:33
Compare
Choose a tag to compare
v1.0.0-rc.3 Pre-release
Pre-release
  • Added Generic instance for List