0.20.0
- Added
BaseDict
as base class to keep pointer to the initial input dict. #32 - Added automatic
benedict
casting to all methods that return dict instances. - Updated
flatten
method, now aKeyError
is raised in case of existing key.
BaseDict
as base class to keep pointer to the initial input dict. #32benedict
casting to all methods that return dict instances.flatten
method, now a KeyError
is raised in case of existing key.