mirror of https://github.com/vapor/docs.git
Add release notes page (#731)
* Add release notes * Add bash instructions to insert into release-notes * change package name * Add all packages with releases to the release-notes file
This commit is contained in:
parent
87b201f1f1
commit
b7c24e3bc0
|
|
@ -0,0 +1,95 @@
|
|||
# Vapor Release Notes
|
||||
|
||||
Because it is hard, if not impossible to keep the documentation up-to-date constantly, here you will find release notes of various different packages linked to the Vapor ecosystem.
|
||||
|
||||
## vapor
|
||||
|
||||
|
||||
## fluent
|
||||
|
||||
|
||||
## fluent-kit
|
||||
|
||||
|
||||
## leaf
|
||||
|
||||
|
||||
## leaf-kit
|
||||
|
||||
|
||||
## fluent-postgres-driver
|
||||
|
||||
|
||||
## fluent-mysql-driver
|
||||
|
||||
|
||||
## fluent-sqlite-driver
|
||||
|
||||
|
||||
## fluent-mongo-driver
|
||||
|
||||
|
||||
## postgres-nio
|
||||
|
||||
|
||||
## mysql-nio
|
||||
|
||||
|
||||
## sqlite-nio
|
||||
|
||||
|
||||
## postgres-kit
|
||||
|
||||
|
||||
## mysql-kit
|
||||
|
||||
|
||||
## sqlite-kit
|
||||
|
||||
|
||||
## sql-kit
|
||||
|
||||
|
||||
## apns
|
||||
|
||||
|
||||
## queues
|
||||
|
||||
|
||||
## queues-redis-driver
|
||||
|
||||
|
||||
## redis
|
||||
|
||||
|
||||
## jwt
|
||||
|
||||
|
||||
## jwt-kit
|
||||
|
||||
|
||||
## websocket-kit
|
||||
|
||||
|
||||
## routing-kit
|
||||
|
||||
|
||||
## console-kit
|
||||
|
||||
|
||||
## async-kit
|
||||
|
||||
|
||||
## multipart-kit
|
||||
|
||||
|
||||
## toolbox
|
||||
|
||||
|
||||
## core
|
||||
|
||||
|
||||
## swift-codecov-action
|
||||
|
||||
|
||||
## api-docs
|
||||
|
|
@ -252,3 +252,4 @@ nav:
|
|||
- Version (4.0):
|
||||
- Legacy Docs: "version/legacy-docs.md"
|
||||
- Upgrading: "upgrading.md"
|
||||
- Release Notes: "release-notes.md"
|
||||
|
|
|
|||
Loading…
Reference in New Issue