Releases: bnbong/FastAPI-fastkit
Releases · bnbong/FastAPI-fastkit
Release list
v1.0.1 🌈 (deprecated)
Changes
🧰 Maintenance & Documentation
- Bump h11 from 0.14.0 to 0.16.0 @dependabot[bot] (#4)
- Add FastAPI-fastkit site (with termynal)
- Update Github Actions workflows
- Add more testcases & coverages
Notes
This version will be deprecated via mis-flow deployment of Pypi workflow.
Please update to v1.0.2, sry :(
v1.0.0 🌈
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
🧰 Maintenance & Documentation
v0.1.0 🌈
pre-release version 0.1.0
Notes
About version tag
v{major}.{minor}.{patch}
majorversion : including breaking features, like adding brand-new cli operationsminorversion : including existing feature and new FastAPI template improvementspatchversion : including minor patch. labelchoreworks will be included this version
Changes
- Implemented core cli functions:
- You can use it with
fastkit <command> - For more information about fastkit command, use
fasktit --help
About
fastkit --debugoption, the debug option has no effect now. It may added specific logging options for debug - You can use it with
- Added tests of fastkit functionality.
- Added
fastapi-defaulttemplate.- More documents and comments will be added at
fastapi-defaulttemplate source (later version or 1.0.0 release) - templates
fastapi-asnyc-crud,fastapi-customized-response,fastapi-dockerized,fastapi-psql-ormwill be added later versions and published version 1.0.0
- More documents and comments will be added at
Upcoming updates
- New templates :
fastapi-asnyc-crud,fastapi-customized-response,fastapi-dockerized,fastapi-psql-orm- test cases included
- Documentation updates of contributing, version tag system, pr-branching methods