Change logs
0.0.5
- Update pydantic version to >= 2.7.3
- Update django version to >= 4.2.15
- Update fastapi's template to use pydantic >= 2.7.3
- Update django's template to use django >= 4.2.15
0.0.3
- Implement pydantic models validations
- Tests for pydantics models
- Enums for availabe types and available templates
- Fix some bugs on the django templates
0.0.2
- FastApi Templates: Add new template for Makefile, Readme and Docker
- use pydantic for type validation
- Fix generationg file without extension e.g Makefile
- move tests templates to tests folder
- Add separate ci to build and deploy docs
0.0.1
- Initial Version
- Write the Generator
- Write the cli tool
- FastApi Template
- Flask Template