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.0.0
- Updated for PureScript 0.11
- Generalized
StrMap.unions
toFoldable
(@rightfold) - Fixed
StrMap.size
to return anInt
rather thanNumber
(@rightfold) - Test improvements (@matthewleon)
- Renamed
unsafeFreeze
tounsafeGet
forSTStrMap
v2.1.2
v2.1.1
v2.1.0
- Added
toAscUnfoldable
for obtaining anUnfoldable
structure with keys in ascending order (@joshuahhh).toAscUnfoldable
specialised toList
behaves the same astoList
;toList
has now been deprecated.
v2.0.2
v2.0.1
v2.0.0
- Updated dependencies
- Added
mapWithKey
forStrMap
(@joshuahhh)
v1.1.0
v1.0.0
v1.0.0-rc.2
- Fixed observable mutation in
foldMap
(@hdgarrood, @Thimoteus) - Added
pop
(@natefaubion)