Skip to content
This repository was archived by the owner on Jan 31, 2025. It is now read-only.

Commit f866cca

Browse files
committed
updated readme and version bump
1 parent 1be637e commit f866cca

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

README.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
# swaggerize-express
44

5+
**Version:** `1.0.0-alpha.6`
6+
**Stability:** `unstable`
7+
**Changelog:** [https://github.com/krakenjs/swaggerize-express/blob/master/CHANGELOG.md](https://github.com/krakenjs/swaggerize-express/blob/master/CHANGELOG.md)
8+
59
`swaggerize-express` is a "spec first" approach to building RESTful services with a [Swagger spec](https://github.com/wordnik/swagger-spec/blob/master/versions/1.2.md)
610
and Express.
711

@@ -13,8 +17,6 @@ and Express.
1317
- Input model validation.
1418
- Models and handlers stubs generator command (`swaggerize`).
1519

16-
`swaggerize-express` is currently `pre-release` and as a result may change without warning.
17-
1820
### Why "Spec First"
1921

2022
There are already a number of modules that help build REST services with express and swagger. However,
@@ -68,7 +70,7 @@ server.listen(port, 'localhost', function () {
6870
});
6971
```
7072

71-
Also checkout the [Quick Start Guide](QUICKSTART.md).
73+
Also checkout the [Quick Start Guide](https://github.com/krakenjs/swaggerize-express/blob/master/QUICKSTART.md).
7274

7375
### Mount Path
7476

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "swaggerize-express",
3-
"version": "0.1.0-alpha.5",
3+
"version": "0.1.0-alpha.6",
44
"author": "Trevor Livingston <[email protected]>",
55
"description": "Spec-first driven swagger express routing.",
66
"keywords": [

0 commit comments

Comments
 (0)