- Misc. housekeeping -- version bumps, documentation fixes, etc. (thank you Ryan Scott and Andrew Kent!)
- Add
IsList
andHashable
instances (thank you Alexis King!) - the strict variant of
alter
alter
(thank you Raoul Hidalgo Charman!)
- Add
toMap
andtoSet
, which support efficient conversions fromOMap
s/OSet
s toMap
s/Set
s, respectively.
- Compatibility fixes from Ryan Scott (thanks!)
- Support many more operations:
- Semigroup,Monoid,Data,Typeable for OSet
- Semigroup,Monoid,Functor,Traversable,Data,Typeable for OMap
- union and intersection primitives for both
- Document asymptotics (when they vary from Set and Map)
- Metadata changes only
- Documentation fix
- Live up to the package version boundary claims
- Use enough version parts to conform to the PVP
- First version released on an unsuspecting world