Releases: pawelzny/dotty_dict
Releases · pawelzny/dotty_dict
v1.3.1
- Dropped pipenv usage
- Introduced poetry dependency manager
- Bumpped dependencies versions
- Introduced Py39,Py310,PyPy38,PyPy39 test environments
- Converted Polish characters to an ASCII substitute
- Updated CONTRIBUTING.rst
- Fixed minor lint errors
- Fixed NoneType iteration exception
- fixed flaky caching test
v1.3.0
v1.2.0
v1.1.2
- Adds support for accessing root level elements @aneeshd16
v1.1.1
v1.1.0
v1.0.2
v1.0.1
v1.0.0
Changes
- Dotty is now a wrapper not a dict-like object
- Two wrappers with the same dict are considered equal
- Expose all dictionary methods like
.get
,.pop
,.keys
and other
New features
.to_dict
method which returns original dictionary used underneath
Bugfixes
- If chain of keys already exist all middle dicts are being cleared while setting new value