Version 1.7.0
[1.7.0] - 2023-01-20
Added
- Add a
__getattr__method toBaseMagicDotPath. It can fix the mypy errors: attr-defined and no-any-return when we use lambda function inMagicDotPath. - Add documentation for string functions:
lower(),upper(),title().
Changed
- Update ruff and refactor
__init__.py