Skip to content

v1.0.0

Compare
Choose a tag to compare
@pawelzny pawelzny released this 29 Apr 18:16
· 70 commits to master since this release

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