Skip to content

Releases: hdgarrood/purescript-sequences

v3.0.2

14 May 14:37
Compare
Choose a tag to compare

v2.1.0

25 Jan 00:07
Compare
Choose a tag to compare
  • Foldable1 instance for NonEmpty.Seq
  • fromFoldable1 and toUnfoldable1 for NonEmpty.Seq

v2.0.0

24 Jan 22:14
Compare
Choose a tag to compare
  • PureScript 0.12 compatibility (@mlang)
  • Make Unfoldable Seq instance stack-safe (@rgrempel)
  • Add Unfoldable1 instance for NonEmpty.Seq (@hdgarrood)

v1.0.1

04 Jan 00:45
Compare
Choose a tag to compare

Update documentation.

v1.0.0

04 Jan 00:20
Compare
Choose a tag to compare
  • 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

09 Apr 11:51
Compare
Choose a tag to compare

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

08 Jan 22:00
Compare
Choose a tag to compare
  • Rename toSeq (and Ordered and NonEmpty variants) to fromFoldable, and rename fromSeq and other variants to toUnfoldable, for more readable code.

v0.4.3

05 Jan 22:09
Compare
Choose a tag to compare
  • Fix adjust modifying at the wrong index (#19)

v0.4.2

16 Nov 07:21
Compare
Choose a tag to compare
  • Fix warnings
  • Fix compile error with psc master (@zudov, #18)

Release v0.4.1

06 Jul 14:39
Compare
Choose a tag to compare
  • Use purescript-unsafe-coerce