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

Releases: purescript-deprecated/purescript-maps

v3.6.0

Choose a tag to compare

@garyb garyb released this 30 Nov 12:31
e424494
  • Added FunctorWithIndex, FoldableWithIndex, and TraversableWithIndex instances for Map

v3.5.2

Choose a tag to compare

@paf31 paf31 released this 24 Aug 19:54

Make findMin and findMax tail-recursive (@rightfold)

v3.5.1

Choose a tag to compare

@paf31 paf31 released this 05 Aug 21:49

Use foldable-traversable^3.4.0

v3.5.0

Choose a tag to compare

@hdgarrood hdgarrood released this 31 Jul 19:03
  • 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

Choose a tag to compare

@hdgarrood hdgarrood released this 09 Jul 20:21
  • Add foldSubmap and submap for Map (@mtolly)
  • Add toArrayWithKey for StrMap (@menelaos)

v3.3.1

Choose a tag to compare

@paf31 paf31 released this 07 Jun 20:00

Stack safe fromFoldable (@matthewleon)

v3.3.0

Choose a tag to compare

@paf31 paf31 released this 05 Jun 20:58

v3.2.0

Choose a tag to compare

@garyb garyb released this 05 Jun 16:57
  • Added generators for Map and StrMap.

v3.1.0

Choose a tag to compare

@paf31 paf31 released this 04 Jun 15:26

v3.0.1

Choose a tag to compare

@paf31 paf31 released this 03 Jun 23:24

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