v3.0.0
Breaking changes:
- Update project and deps to PureScript v0.15.0 (#53 by @JordanMartinez)
New features:
- Exported
Data.Map.Internaldata constructors (#52 by @natefaubion) - Add unbiased
Semigroup/Monoidinstances toMapwithWarn(#54 by @JordanMartinez) - Improved speed of
foldr,foldl,foldMap,foldlWithIndex,foldrWithIndex,foldMapWithIndex,unionWith,keysandvalues(#60 by @xgrommx, #61 and #62 by @JordanMartinez)