Skip to content

v1.0.0 🌈

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 01 Mar 10:05
07e8617

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

🔄 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-response templates : about demo templates' info, please check a templates' README.md-tplfile manually.
    • Added modules template : this template used only at fastapi addroute operation for now. If more expandable operation may be added later versions, this folder will has more .py-tpl modules.

🧰 Maintenance & Documentation

  • [RELEASE] version 1.0.0 @bnbong (#3)
    • Updated README.md, contribution guides