3.5 KiB
3.5 KiB
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.10.0 - 2019-10-03
- Added
base64
I/O support. - Added
invert
utility method. - Added
items_sorted_by_keys
utility method. - Added
items_sorted_by_values
utility method. - Refactored
benedict
class and utilies.
0.9.0 - 2019-09-23
- Added
xml
I/O support.
0.8.0 - 2019-09-20
- Added
toml
I/O support.
0.7.0 - 2019-09-17
- Added
yaml
I/O support.
0.6.0 - 2019-09-10
- Added
IODict
withjson
support. - Added
clone
(deepcopy
alias) andmerge
(deepupdate
alias) methods.
0.5.2 - 2019-07-19
- Refactored
KeypathDict
. - Added
remove
utility method. - Added
subset
utility method. - Fixed string casting in parse functions on python 2.
0.5.1 - 2019-07-10
- Added timestamp support to get_datetime parse method.
0.5.0 - 2019-07-09
- Added custom or
None
keypathseparator
support. - Added
filter
utility method. - Improved tests and code quality.
0.4.2 - 2019-06-19
- Fixed
parse_str
UnicodeEncodeError on python 2.
0.4.1 - 2019-06-18
- Fixed
get_phonenumber
not working with numbers without country prefix. - Renamed
country
arg tocountry_code
inget_phonenumber
method.
0.4.0 - 2019-06-17
- Added
clean
method. - Added
get_email
method. - Added
get_phonenumber
method.
0.3.2 - 2019-06-11
- Added support to key-list as key.
- Fixed
setup.py
requirements installation on Python 2.7.
0.3.1 - 2019-06-11
- Added
dump
anddump_items
utility methods.
0.3.0 - 2019-06-10
- 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 - 2019-05-20
- 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 - 2018-05-17
- Released package on pypi.