Releases: purescript/purescript-unfoldable
Releases · purescript/purescript-unfoldable
v6.0.0
Breaking changes:
- Migrate FFI to ES modules (#37 by @kl0tl and @JordanMartinez)
New features:
- Add
iterateN
function (#20 by @matthewleon and @JordanMartinez)
v5.0.0
v4.1.0
v4.0.2
v4.0.1
v4.0.0
- Updated for PureScript 0.12
Unfoldable1
is now a superclass ofUnfoldable
(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 ofFoldable
andFoldable1
, albeit in reverse.
v3.2.0
v3.1.0
Add range
for unfolding a range of integers (@matthewleon)