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