Skip to content

Releases: purescript/purescript-foldable-traversable

v2.0.0

02 Oct 23:36

Choose a tag to compare

  • Added findMap (@LiamGoodacre)
  • Relaxed and, or, any, all to HeytingAlgebra from BooleanAlgebra
  • Updated dependencies

v1.0.0

01 Jun 02:10

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

24 May 13:37

Choose a tag to compare

v1.0.0-rc.3 Pre-release
Pre-release
  • Fixes for the upcoming psc 0.9.1

v1.0.0-rc.2

20 May 12:48

Choose a tag to compare

v1.0.0-rc.2 Pre-release
Pre-release
  • Updated dependencies
  • find now returns the first value matching the predicate

v1.0.0-rc.1

13 Mar 20:33

Choose a tag to compare

v1.0.0-rc.1 Pre-release
Pre-release
  • Release candidate for the psc 0.8+ core libraries

v0.4.2

30 Nov 18:08

Choose a tag to compare

  • maximum, minimum, maximumBy, minimumBy (@hdgarrood)

v0.4.1

01 Nov 17:35

Choose a tag to compare

  • Removed unused imports

v0.4.0

30 Jun 00:18

Choose a tag to compare

This release works with versions 0.7.* of the PureScript compiler. It will not work with older versions. If you are using an older version, you should require an older, compatible version of this library.

v0.4.0-rc.2

06 Jun 23:51

Choose a tag to compare

v0.4.0-rc.2 Pre-release
Pre-release
  • Fixed behaviour of foldr for Array.

v0.4.0-rc.1

06 Jun 14:48

Choose a tag to compare

v0.4.0-rc.1 Pre-release
Pre-release

Initial release candidate of the library intended for the 0.7 compiler.