Skip to content

Releases: purescript/purescript-tailrec

v6.1.0

Choose a tag to compare

@JordanMartinez JordanMartinez released this 17 May 02:21

New features:

  • Added tailRec2, tailRec3, loop2, loop3 convenience functions (#40 by @rhendric)

v6.0.0

Choose a tag to compare

@JordanMartinez JordanMartinez released this 27 Apr 19:38
5e2104a

Breaking changes:

v5.0.1

Choose a tag to compare

@thomashoneyman thomashoneyman released this 27 Apr 20:31

Other improvements:

v5.0.0

Choose a tag to compare

@thomashoneyman thomashoneyman released this 26 Feb 18:02
494f33b

Breaking changes:

  • Added support for PureScript 0.14 and dropped support for all previous versions (#32)

New features:

Bugfixes:

Other improvements:

  • Migrated CI to GitHub Actions and updated installation instructions to use Spago (#33)
  • Added a changelog and pull request template (#34, #35)

v4.1.1

Choose a tag to compare

@hdgarrood hdgarrood released this 12 Mar 16:59

v4.1.0

Choose a tag to compare

@garyb garyb released this 27 Aug 13:20

Added whileJust and untilJust (@safareli)

v4.0.0

Choose a tag to compare

@garyb garyb released this 23 May 13:34
69f4625

Updated for PureScript 0.12

v3.3.0

Choose a tag to compare

@paf31 paf31 released this 04 Jun 15:17

Add MonadRec for Maybe (@safareli)

v3.2.0

Choose a tag to compare

@paf31 paf31 released this 27 May 19:51

Implement MonadRec for Function (@safareli)

v3.1.0

Choose a tag to compare

@paf31 paf31 released this 20 Apr 15:52

Remove a space leak in tailRecEff (@matthewleon)