Skip to content

Releases: purescript/purescript-unfoldable

v6.0.0

Choose a tag to compare

@JordanMartinez JordanMartinez released this 27 Apr 20:24
493dfe0

Breaking changes:

New features:

v5.0.0

Choose a tag to compare

@thomashoneyman thomashoneyman released this 26 Feb 18:14
bbcc2b0

Breaking changes:

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

New features:

Bugfixes:

Other improvements:

  • Migrated CI to GitHub Actions and updated installation instructions to use Spago (#30)
  • Added a changelog and pull request template (#32)

v4.1.0

Choose a tag to compare

@garyb garyb released this 26 Jan 15:02
077e787

Added instances for Maybe

v4.0.2

Choose a tag to compare

@hdgarrood hdgarrood released this 29 May 00:37

Documentation improvements: give every function at least one example, and fix a couple of minor errors.

v4.0.1

Choose a tag to compare

@hdgarrood hdgarrood released this 28 May 23:37
  • Improved documentation to clarify the relationship between Unfoldable and Unfoldable1.

v4.0.0

Choose a tag to compare

@garyb garyb released this 23 May 16:40
1135c42
  • Updated for PureScript 0.12
  • Unfoldable1 is now a superclass of Unfoldable (if a value can be unfolded from something that is possibly empty, it can certainly be unfolded from something that is not empty). This also matches the relationship of Foldable and Foldable1, albeit in reverse.

v3.2.0

Choose a tag to compare

@garyb garyb released this 07 Apr 10:22
91297ed

v3.1.0

Choose a tag to compare

@paf31 paf31 released this 10 Dec 23:45
101ce1c

Add range for unfolding a range of integers (@matthewleon)

v3.0.0

Choose a tag to compare

@garyb garyb released this 26 Mar 00:43
  • Updated for PureScript 0.11

v2.0.0

Choose a tag to compare

@garyb garyb released this 07 Oct 17:06
  • Updated dependencies