- Removed
delete()
fromScopeMap
andScopeSet
- Added
remove()
toScopeMap
andScopeSet
- Added
get_parent_depth()
andget_parent_height()
methods toScopeMap
- Added
depth_of_parent()
andheight_of_parent()
methods toScopeSet
- Rephrased some docs for clarity
- Renamed some parameters for clarity
- Upgraded
smallvec
to 1.6.1 - Upgraded
indexmap
to 1.6.1
- Added
get_parents()
andget_parents_mut()
toScopeMap
- Added
get_all()
andget_all_mut()
toScopeMap
- Added
height_of()
method toScopeMap
andScopeSet
- Adjusted phrasing in some doc comments
- Added
iter()
,iter_mut()
,iter_top()
,keys()
, andkeys_top()
methods toScopeMap
- Added
iter()
anditer_top()
methods toScopeSet
- Added
define_parent()
method toScopeMap
andScopeSet
- Initial release