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