@@ -10,7 +10,8 @@ Suitable for [spec-first](https://www.atlassian.com/blog/technology/spec-first-a
10
10
- Remote and relative [ refs] ( https://swagger.io/docs/specification/using-ref/ )
11
11
- Request and response coercions powered by [ Malli] ( https://github.com/metosin/malli )
12
12
- requestBody coercion
13
- - A fair set of OpenAPI types are currently supported, please raise an issue if something is unsupported
13
+ - Strings with uuid and pattern types
14
+ - A large subset of OpenAPI types are currently supported, please raise an issue if something is unsupported
14
15
15
16
Currently unsupported:
16
17
- Other coercion libs
@@ -20,25 +21,25 @@ Any contributions are much much welcome and appreciated!
20
21
## Installation
21
22
Leiningen/Boot
22
23
``` clojure
23
- [org.clojars.lispyclouds/navi " 0.0.7 " ]
24
+ [org.clojars.lispyclouds/navi " 0.0.8 " ]
24
25
```
25
26
26
27
Clojure CLI/deps.edn
27
28
``` clojure
28
- {org.clojars.lispyclouds/navi {:mvn/version " 0.0.7 " }}
29
+ {org.clojars.lispyclouds/navi {:mvn/version " 0.0.8 " }}
29
30
```
30
31
31
32
Gradle
32
33
``` groovy
33
- compile 'org.clojars.lispyclouds:navi:0.0.7 '
34
+ compile 'org.clojars.lispyclouds:navi:0.0.8 '
34
35
```
35
36
36
37
Maven
37
38
``` xml
38
39
<dependency >
39
40
<groupId >org.clojars.lispyclouds</groupId >
40
41
<artifactId >navi</artifactId >
41
- <version >0.0.7 </version >
42
+ <version >0.0.8 </version >
42
43
</dependency >
43
44
```
44
45
@@ -193,7 +194,7 @@ Bootstrapping a Jetty server:
193
194
194
195
deps.edn used for this example:
195
196
``` edn
196
- {:deps {org.clojars.lispyclouds/navi {:mvn/version " 0.0.7 " }
197
+ {:deps {org.clojars.lispyclouds/navi {:mvn/version " 0.0.8 " }
197
198
metosin/reitit-core {:mvn/version " 0.6.0" }
198
199
metosin/reitit-http {:mvn/version " 0.6.0" }
199
200
metosin/reitit-interceptors {:mvn/version " 0.6.0" }
0 commit comments