Releases: hdgarrood/purescript-sequences
Releases · hdgarrood/purescript-sequences
v2.1.0
Foldable1
instance for NonEmpty.Seq
fromFoldable1
and toUnfoldable1
for NonEmpty.Seq
v2.0.0
- PureScript 0.12 compatibility (@mlang)
- Make
Unfoldable Seq
instance stack-safe (@rgrempel)
- Add
Unfoldable1
instance for NonEmpty.Seq
(@hdgarrood)
v1.0.0
- Update for versions 0.10.x of the compiler.
- Split off the
Digit
data type into a separate module Data.FingerTree.Digit
- Use a
newtype
for Digit
, meaning that type signatures are more accurate.
v0.6.0
Fix warnings on purescript 0.8.x. With these changes, purescript-sequences
is no longer supported on version 0.7.x of the compiler.
v0.5.0
- Rename
toSeq
(and Ordered
and NonEmpty
variants) to fromFoldable
, and rename fromSeq
and other variants to toUnfoldable
, for more readable code.
v0.4.3
- Fix
adjust
modifying at the wrong index (#19)
v0.4.2
- Fix warnings
- Fix compile error with psc master (@zudov, #18)
Release v0.4.1
- Use purescript-unsafe-coerce