v1.0.0 🌈
·
78 commits
to refs/heads/main
since this release
Official release FastAPI-fastkit!
Changes
🚀 Features
- [RELEASE] version 1.0.0 @bnbong (#3)
- all
fastkitbasic cli operations now available :init,addroute,startdemo,echo,deleteproject,runserver - Python 3.8 ~ 3.13 compatable
- all
🔄 New & Modified FastAPI Templates
- [RELEASE] version 1.0.0 @bnbong (#3)
- Added
fastapi-empty,fastapi-default,fastapi-dockerized,fastapi-async-crud,fastapi-psql-orm,fastapi-custom-responsetemplates : about demo templates' info, please check a templates'README.md-tplfile manually. - Added
modulestemplate : this template used only atfastapi addrouteoperation for now. If more expandable operation may be added later versions, this folder will has more.py-tplmodules.
- Added