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

v3.5.0

Compare
Choose a tag to compare
@hdgarrood hdgarrood released this 31 Jul 19:03
· 5 commits to master since this release
  • 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)