update readme
This commit is contained in:
@ -6,6 +6,8 @@
|
|||||||
|
|
||||||
## What is Kompendium
|
## What is Kompendium
|
||||||
|
|
||||||
|
### ⚠️ For info on V2 please see [here](#V2)
|
||||||
|
|
||||||
Kompendium is intended to be a minimally invasive OpenApi Specification generator for [Ktor](https://ktor.io).
|
Kompendium is intended to be a minimally invasive OpenApi Specification generator for [Ktor](https://ktor.io).
|
||||||
Minimally invasive meaning that users will use only Ktor native functions when implementing their API, and will
|
Minimally invasive meaning that users will use only Ktor native functions when implementing their API, and will
|
||||||
supplement with Kompendium code in order to generate the appropriate spec.
|
supplement with Kompendium code in order to generate the appropriate spec.
|
||||||
@ -325,3 +327,9 @@ should have. There are several outstanding features that have been added to the
|
|||||||
|
|
||||||
If you have a feature that you would like to see implemented that is not on this list, or discover a 🐞, please open
|
If you have a feature that you would like to see implemented that is not on this list, or discover a 🐞, please open
|
||||||
an issue [here](https://github.com/bkbnio/kompendium/issues/new)
|
an issue [here](https://github.com/bkbnio/kompendium/issues/new)
|
||||||
|
|
||||||
|
### V2
|
||||||
|
|
||||||
|
Due to the large number of breaking changes that will be made in version 2, development is currently being done on the
|
||||||
|
long-lived `v2` feature branch. If you are working on any feature in the `V2` milestone, please target that branch!
|
||||||
|
If you are unsure where your changes should be, please open an issue first :)
|
||||||
|
Reference in New Issue
Block a user