This repository has been archived by the owner on Oct 4, 2020. It is now read-only.
Releases: purescript-deprecated/purescript-maps
Releases · purescript-deprecated/purescript-maps
v3.6.0
v3.5.2
v3.5.1
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)
v3.4.0
v3.3.1
Stack safe fromFoldable
(@matthewleon)
v3.3.0
- Implement
size
withO(n)
running time (@matthewleon) - Add benchmarks (@matthewleon)
v3.2.0
v3.1.0
- Simplify code for
insert
(@matthewleon) filter
andfilterWithKey
forMap
(@matthewleon) andStrMap
(@michal-jewel and @matthewleon)
v3.0.1
Simplify code in lookup
, singleton
and pop
methods (@matthewleon)