Releases: mkrd/DictDataBase
Releases · mkrd/DictDataBase
Release 2.0.3
- Raise test coverage to 96%
Release 2.0.2
- Same fix as in 2.0.1 but for the relative key nesting counter
Release 2.0.1
- Fix parsing issue when a string ends with a backslash (Now conformant to JSON spec https://www.json.org/json-en.html)
Release 1.3.0
- Improve locking mechanism. In case of heavy write access to one file, the read operations will not be delayed anymore
Release 1.2.0
- Add config options for custom encoder and decoder
- Rewritten testing suite
- Minor code improvements