Skip to content

Commit 31af63a

Browse files
committed
Update CHANGELOG.md
1 parent b6dd72a commit 31af63a

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,18 @@
22

33
**[compare](https://github.com/metosin/compojure-api/compare/0.24.3...master)**
44

5+
- Updated ring-swagger:
6+
- Discard all extra map keys from properties ([metosin/ring-swagger#77](https://github.com/metosin/ring-swagger/issues/77))
7+
- All Schema [extra keys](https://github.com/Prismatic/schema/blob/master/src/cljx/schema/core.cljx#L765)
8+
are now exposed as Swagger additional properties.
9+
- Previously only `s/Keyword` were supported.
10+
- Fix JSON Schema `nil` default value ([metosin/ring-swagger#79](https://github.com/metosin/ring-swagger/issues/79))
11+
12+
513
* Updated deps:
614

715
```clojure
16+
[metosin/ring-swagger "0.22.2"] is available
817
[metosin/ring-swagger-ui "2.1.4-0"] is available
918
[potemkin "0.4.3"] is available
1019
```

project.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
[org.tobereplaced/lettercase "1.0.0"]
1414
[frankiesardo/linked "1.2.6"]
1515
[metosin/ring-http-response "0.6.5"]
16-
[metosin/ring-swagger "0.22.1"]
16+
[metosin/ring-swagger "0.22.2"]
1717
[metosin/schema-tools "0.7.0"]
1818
[ring-middleware-format "0.7.0"]
1919
[backtick "0.3.3"]

0 commit comments

Comments
 (0)