Releases: fehrenbach/purescript-unordered-collections
Releases · fehrenbach/purescript-unordered-collections
v1.8.2
Add the missing dependency on typelevel-prelude (thanks, again, to @justinwoo).
v1.8.1
Updates for PureScript 0.13. Thanks @justinwoo!
v1.8.0
v1.7.0
v1.6.0: Add a couple missing functions
HashMap
- add
mapMaybe
- add
mapMaybeWithKey
- add
fromArray
- add
fromFoldableWithIndex
HashSet
- add
map
- add
mapMaybe
Plus various small performance improvements.
v1.5.0
- Add
filter
,filterWithKey
, andfilterKeys
forHashMap
- Add
filter
forHashSet
- Clean up and marginal-at-best performance improvements for set-like operations
v1.4.0
Follow purescript-ordered-collections in the type of difference
for maps.
v1.3.0
Foldable
for HashSetdifference
for both HashMap and HashSet
v1.2.0
- Fix bower dependencies (thanks @justinwoo)
- Add
insertWith
v1.1.0
HashSet
union
andintersection
nubHash
(exported byData.HashMap
) is a faster version ofArray.nub
(forHashable
elements)