Skip to content
This repository has been archived by the owner on Oct 4, 2020. It is now read-only.

Releases: purescript-deprecated/purescript-maps

v3.6.0

30 Nov 12:31
e424494
Compare
Choose a tag to compare
  • Added FunctorWithIndex, FoldableWithIndex, and TraversableWithIndex instances for Map

v3.5.2

24 Aug 19:54
Compare
Choose a tag to compare

Make findMin and findMax tail-recursive (@rightfold)

v3.5.1

05 Aug 21:49
Compare
Choose a tag to compare

Use foldable-traversable^3.4.0

v3.5.0

31 Jul 19:03
Compare
Choose a tag to compare
  • Add FunctorWithIndex, FoldableWithIndex, and TraversableWithIndex instances for StrMap (@Rufflewind)
  • The Foldable and Traversable instances for StrMap now iterate over entries in the same order as a for-in loop in JavaScript would (usually insertion order, but the order is left undefined by the language spec). (@Rufflewind)

v3.4.0

09 Jul 20:21
Compare
Choose a tag to compare
  • Add foldSubmap and submap for Map (@mtolly)
  • Add toArrayWithKey for StrMap (@menelaos)

v3.3.1

07 Jun 20:00
Compare
Choose a tag to compare

Stack safe fromFoldable (@matthewleon)

v3.3.0

05 Jun 20:58
Compare
Choose a tag to compare

v3.2.0

05 Jun 16:57
Compare
Choose a tag to compare
  • Added generators for Map and StrMap.

v3.1.0

04 Jun 15:26
Compare
Choose a tag to compare

v3.0.1

03 Jun 23:24
Compare
Choose a tag to compare

Simplify code in lookup, singleton and pop methods (@matthewleon)