This repository was archived by the owner on Oct 4, 2020. It is now read-only.
v3.5.0
- Add
FunctorWithIndex,FoldableWithIndex, andTraversableWithIndexinstances forStrMap(@Rufflewind) - The
FoldableandTraversableinstances forStrMapnow 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)