> [!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 https://github.com/legend-exp/pylegendmeta/pull/42
* Implement `AttrsDict.group()`, syntactic sugar for `AttrsDict.map(..., unique=False)` by gipert in https://github.com/legend-exp/pylegendmeta/pull/48
* Support YAML files by gipert in https://github.com/legend-exp/pylegendmeta/pull/49
* Add option to skip hidden files or directories (default true) by gipert in https://github.com/legend-exp/pylegendmeta/pull/52
**Full Changelog**: https://github.com/legend-exp/pylegendmeta/compare/v0.8.2...v0.9.0