python-benedict/CHANGELOG.md

40 lines
1.9 KiB
Markdown
Raw Normal View History

2019-06-11 12:50:03 +00:00
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
2019-06-18 09:46:51 +00:00
## [0.4.1](https://github.com/fabiocaccamo/python-benedict/releases/tag/0.3.2) - 2019-06-18
- Fixed `get_phonenumber` not working with numbers without country prefix.
- Renamed `country` arg to `country_code` in `get_phonenumber` method.
## [0.4.0](https://github.com/fabiocaccamo/python-benedict/releases/tag/0.3.2) - 2019-06-17
- Added `clean` method.
- Added `get_email` method.
- Added `get_phonenumber` method.
2019-06-11 16:42:10 +00:00
## [0.3.2](https://github.com/fabiocaccamo/python-benedict/releases/tag/0.3.2) - 2019-06-11
2019-06-11 16:41:01 +00:00
- Added support to key-list as key.
- Fixed `setup.py` requirements installation on Python 2.7.
## [0.3.1](https://github.com/fabiocaccamo/python-benedict/releases/tag/0.3.1) - 2019-06-11
- Added `dump` and `dump_items` utility methods.
2019-06-11 12:50:03 +00:00
2019-06-11 13:53:36 +00:00
## [0.3.0](https://github.com/fabiocaccamo/python-benedict/releases/tag/0.3.0) - 2019-06-10
2019-06-11 16:41:01 +00:00
- Added casting to `benedict` to all dicts returned by any public method.
- Renamed `get_keypaths` to `keypaths` according to keys and values existing methods.
2019-06-11 13:53:36 +00:00
- Reorganized lib structure to improve scalability.
- Added python 2.7 support.
- Improved code quality.
2019-06-11 12:50:03 +00:00
2019-06-11 13:53:36 +00:00
## [0.2.0](https://github.com/fabiocaccamo/python-benedict/releases/tag/0.2.0) - 2019-05-20
2019-06-11 16:41:01 +00:00
- 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.
2019-06-11 12:50:03 +00:00
2019-06-11 13:53:36 +00:00
## [0.1.0](https://github.com/fabiocaccamo/python-benedict/releases/tag/0.1.0) - 2018-05-17
- Released package on pypi.