- Add support for regex patterns in column name validation
0.9.4
- Fix to strict flag loading when tool config was missing
0.9.3
- Add configuration system to set default strict mode in pyproject.toml - Improve logging when multiple columns are missing
0.9.2
- Add explicit `__all__` export for functions to make Mypy happy
0.9.0
- Add marker (`py.typed`) to tell Mypy that the library has type annotations - Fix bug when using `strict` parameter and no `name` parameter in `df_in`