This repository has been archived by the owner on Oct 4, 2020. It is now read-only.
v3.5.0
- Add
FunctorWithIndex
,FoldableWithIndex
, andTraversableWithIndex
instances forStrMap
(@Rufflewind) - The
Foldable
andTraversable
instances forStrMap
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)