Changed - Fix ellipsis in type - Remove depend on NoneType - Correct display default value factory
0.7.0
Changed - Support Enums - Add default values - Use jinja2 templates - Use strict mypy - Drop support for Python 3.7
0.6.0
Changed - Support Literal in pydantic-2-mermaid (Pyantic v1 per se does not support Literal) - Support type redefine in subclasses - Support for Relations arguments in argparse
0.5.3
Changed - Add CLI parameter check. - Restore class by order in a list instead of using dict keys. - Push test case coverage to 100%. - Use `ruff` to lint project. - Refactor charts comparing in unit test.
0.5.1
Changed - Refactor pydantic_parser - Downgrade pydantic to 1.9
0.5.0
Changed - Synchonize code from pydantic-2-mermaid (except pydantic parser) - Exact pydantic parser. - Support inheritance in command line. - Bump version from 0.3 to 0.5 directly to keep sync with `pydantic-2-mermaid`