unordered-containers v0.2.13.0 Release Notes
Release Date: 2020-10-01 // almost 3 years ago-
- Add
HashMap.compose
. Thanks Alexandre Esteves.
- Add
Previous changes from v0.2.12.0
-
โ Add
HashMap.isSubmapOf[By]
andHashSet.isSubsetOf
. Thanks Sven Keidel. (#282)๐ฆ Expose internal modules. (#283)
๐ Documentation improvements in
Data.HashSet
, including a beginner-friendly introduction. Thanks Matt Renaud. (#267)HashMap.alterF
: Skip key deletion for absent keys. (#288)โ Remove custom
unsafeShift{L,R}
definitions. (#281)๐ Various other documentation improvements.