Skip to content

v0.1.0 🌈

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 21 Feb 13:57
· 35 commits to refs/heads/main since this release

pre-release version 0.1.0

Notes

About version tag

v{major}.{minor}.{patch}

  • major version : including breaking features, like adding brand-new cli operations
  • minor version : including existing feature and new FastAPI template improvements
  • patch version : including minor patch. label chore works 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 --debug option, the debug option has no effect now. It may added specific logging options for debug

  • Added tests of fastkit functionality.
  • Added fastapi-default template.
    • More documents and comments will be added at fastapi-default template source (later version or 1.0.0 release)
    • templates fastapi-asnyc-crud, fastapi-customized-response, fastapi-dockerized, fastapi-psql-orm will be added later versions and published version 1.0.0

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