|
| 1 | +# Changelog |
| 2 | + |
| 3 | +## v1.0.2 (2025-07-02) |
| 4 | + |
| 5 | +### Features |
| 6 | + |
| 7 | +- add logging feature at `--debug` mode option : debugging log will be stored at package directory |
| 8 | + |
| 9 | +### Maintenances |
| 10 | + |
| 11 | +- add coverage test report and apply it at pre-commit hook |
| 12 | + |
| 13 | +## v1.0.1 (2025-06-27) |
| 14 | + |
| 15 | +### Fixes |
| 16 | + |
| 17 | +- bump `h11` version from 0.14.0 to 0.16.0 |
| 18 | + |
| 19 | +### Documentations |
| 20 | + |
| 21 | +- add github.io site for FastAPI-fastkit (with termynal & mkdocs-material) |
| 22 | + |
| 23 | +### Maintenances |
| 24 | + |
| 25 | +- add a test case : test_cli_extended.py |
| 26 | + |
| 27 | +## v1.0.0 (2025-03-01) |
| 28 | + |
| 29 | +official release version |
| 30 | + |
| 31 | +### Features |
| 32 | + |
| 33 | +- rename some `fastkit` commands: |
| 34 | + - `fastkit startup` -> `fastkit startdemo` |
| 35 | + - `fastkit startproject` -> `fastkit init` |
| 36 | +- add `fastkit addroute` command : for adding a route to project |
| 37 | +- add `fastkit runserver` command : for running FastAPI server |
| 38 | + |
| 39 | +### Documentations |
| 40 | + |
| 41 | +- complete contribution guides |
| 42 | + |
| 43 | +## v0.1.1 (2025-02-21) |
| 44 | + |
| 45 | +pre-release version |
| 46 | + |
| 47 | +### Fixes |
| 48 | + |
| 49 | +- modified template metadata injection modules |
| 50 | + |
| 51 | +## v0.1.0 (2025-02-13) |
| 52 | + |
| 53 | +initial release : pre-release version |
| 54 | + |
| 55 | +### Templates |
| 56 | + |
| 57 | +- add `fastapi-default` template |
| 58 | +- add `fastapi-asnyc-crud` template |
| 59 | +- add `fastapi-customized-response` template |
| 60 | +- add `fastapi-dockerized` template |
| 61 | +- add `fastapi-psql-orm` template |
| 62 | + |
| 63 | +### Features |
| 64 | + |
| 65 | +- add `fastkit` command line base structure : `fastkit <command>` |
| 66 | + - add `fastkit --help` command : for more information about fastkit command |
| 67 | + - add `fastkit --version` command : for version information |
| 68 | + - add `fastkit --debug` command : for debugging information |
| 69 | + - add `fastkit echo` command : for echo test |
| 70 | + - add `fastkit list-templates` command : for listing available templates |
| 71 | + - add `fastkit startup` command : for starting project with template |
| 72 | + - add `fastkit startproject`command : for starting empty FastAPI project |
| 73 | + - add `fastkit deleteproject` command : for deleting project |
| 74 | + |
| 75 | +### Maintenances |
| 76 | + |
| 77 | +- add test cases including template test cases |
| 78 | + |
| 79 | +### Chores |
| 80 | + |
| 81 | +- add version tag system |
| 82 | +- add pr-branching methods |
0 commit comments