Skip to content

Releases: purescript/purescript-unfoldable

v6.0.0

27 Apr 20:24
493dfe0
Compare
Choose a tag to compare

Breaking changes:

New features:

v5.0.0

26 Feb 18:14
bbcc2b0
Compare
Choose a tag to compare

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

26 Jan 15:02
077e787
Compare
Choose a tag to compare

Added instances for Maybe

v4.0.2

29 May 00:37
Compare
Choose a tag to compare

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

v4.0.1

28 May 23:37
Compare
Choose a tag to compare
  • Improved documentation to clarify the relationship between Unfoldable and Unfoldable1.

v4.0.0

23 May 16:40
1135c42
Compare
Choose a tag to compare
  • 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

07 Apr 10:22
91297ed
Compare
Choose a tag to compare

v3.1.0

10 Dec 23:45
101ce1c
Compare
Choose a tag to compare

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

v3.0.0

26 Mar 00:43
Compare
Choose a tag to compare
  • Updated for PureScript 0.11

v2.0.0

07 Oct 17:06
Compare
Choose a tag to compare
  • Updated dependencies