Releases: fabiocaccamo/python-benedict
Releases · fabiocaccamo/python-benedict
0.5.0
- Added custom or
None
keypathseparator
support. - Added
filter
utility method. - Improved tests and code quality.
- Fixed
parse_str
UnicodeEncodeError on python 2. - Fixed
get_phonenumber
not working with numbers without country prefix. - Renamed
country
arg tocountry_code
inget_phonenumber
method.
0.4.0
- Added
clean
method. - Added
get_email
method. - Added
get_phonenumber
method.
0.3.2
- Added support to key-list as key.
- Fixed
setup.py
requirements installation on Python 2.7.
0.3.1
- Added
dump
anddump_items
utility methods.
0.3.0
- Added casting to
benedict
to all dicts returned by any public method. - Renamed
get_keypaths
tokeypaths
according to keys and values existing methods. - Reorganized lib structure to improve scalability.
- Added python 2.7 support.
- Improved code quality.
0.2.0
- Improved
parse_bool
method. - Added keypath support to
pop
method and refactored core methods. - Added
get_keypaths
method. - Added keypath support to
fromkeys
method. - Added
deepcopy
shortcut method. - Added keypath support to
copy
method. - Refactored
KeypathDict
core methods.
0.1.0
- Released package on pypi.