Skip to content

v0.9.0

Compare
Choose a tag to compare
@gipert gipert released this 13 Feb 14:32
· 33 commits to main since this release
a834d0d

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 for AttrsDict.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