v0.9.0
Warning
The JsonDB
class has been renamed to TextDB
. The JsonDB
class can be still imported but will generate a deprecation warning. The class will be removed in a future release.
What's Changed
- Fix JsonDB lazyness by @gipert in #42
- Implement
AttrsDict.group()
, syntactic sugar forAttrsDict.map(..., unique=False)
by @gipert in #48 - Support YAML files by @gipert in #49
- Add option to skip hidden files or directories (default true) by @gipert in #52
Full Changelog: v0.8.2...v0.9.0