Skip to content

Releases: purescript/purescript-ordered-collections

v3.2.0

19 Mar 20:03
Compare
Choose a tag to compare

New features:

v3.1.1

30 Aug 18:55
313ec0c
Compare
Choose a tag to compare

Bugfixes:

  • Fixes Map/Set difference, which was broken due to the internal rewrite (#68 @natefaubion)

v3.1.0

11 Aug 19:54
Compare
Choose a tag to compare

Other improvements:

v3.0.0

27 Apr 22:35
9826b76
Compare
Choose a tag to compare

Breaking changes:

New features:

v2.0.2

27 Aug 14:03
Compare
Choose a tag to compare

New features:

  • Added toggle for Set

v2.0.1

21 Apr 03:06
Compare
Choose a tag to compare

Other improvements:

v2.0.0

26 Feb 19:04
e834498
Compare
Choose a tag to compare

Breaking changes:

  • Added support for PureScript 0.14 and dropped support for all previous versions (#35, #43)
  • Dropped Map's Semigroup and Monoid instances and provide unbiased instances via a SemigroupMap newtype instead (#38)
  • Updated the Show instances for (non empty) sets (#46)

New features:

  • Added Apply instance for Map (#16)
  • Added Alt and Plus instances for Map (#38)
  • Added catMaybes for maps and sets (#25)
  • Added toMap and fromMap to Data.Set (#31)

Bugfixes:

Other improvements:

  • Migrated CI to GitHub Actions and updated installation instructions to use Spago (#37)
  • Tests: Add parens to account for changed precedence of :: in PureScript 0.13 (#23)
  • Tests: Converted from NonEmpty Array to NonEmptyArray to accommodate QuickCheck changes (#42)
  • Added a changelog and pull request template (#44)

v1.6.1

12 Apr 12:47
Compare
Choose a tag to compare
  • Fix doc comments for Data.Map.toUnfoldableUnordered (@bernhard-herzog)
  • Fix a syntax issue in preparation for upcoming parser changes in PureScript v0.13.0 (@natefaubion)

v1.6.0

14 Feb 14:29
81bf0db
Compare
Choose a tag to compare

Added intersection and intersectionWith for Map (@karshan)

v1.5.0

07 Feb 20:45
Compare
Choose a tag to compare

Added insertWith for Map