0.7.1
Fixed
- Fixed an error with indent for nested table elements when updating. (#122)
- Fixed various issues with dict behavior compliance for containers. (#122)
- Fixed an internal error when empty tables were present after existing ones. (#122)
- Fixed table representation for dotted keys. (#122)
- Fixed an error in top level keys handling when building documents programmatically. (#122)
- Fixed compliance with mypy by adding a
py.typed
file. (#109)