Skip to content

Releases: getkin/kin-openapi

v0.5.1: Amend #204 to fix a edge case (#205)

21 Apr 15:20
5249a0b
Compare
Choose a tag to compare
* nit

Signed-off-by: Pierre Fenoll <[email protected]>

* update / cleanup deps

Signed-off-by: Pierre Fenoll <[email protected]>

* ensure response descriptions are not set when they shouldnt while still sat #185

Signed-off-by: Pierre Fenoll <[email protected]>

* address some lint warnings on slices

Signed-off-by: Pierre Fenoll <[email protected]>

v0.5.0: Remove omitempty from response description (#204)

21 Apr 12:19
6f2d174
Compare
Choose a tag to compare

v0.4.0: Disable Format Validation Bool (#202)

20 Apr 18:54
d315d71
Compare
Choose a tag to compare

v0.3.1: fix panic when multipart form contains extra parts not present i… (#200)

02 Apr 17:26
156b7ea
Compare
Choose a tag to compare
* fix panic when multipart form contains extra parts not present in schema

* extra data ignored if additionalProperties true

* decoding of additional props declared

* fix create new map all properties

* check for additionalProperties: false

v0.3.0

17 Mar 10:39
989d00f
Compare
Choose a tag to compare
Remove patternProperties field support (#192)

v0.2.0: Add content-type wildcard support to validation (#93)

11 May 10:22
Compare
Choose a tag to compare

v0.1.0

29 Sep 15:51
Compare
Choose a tag to compare
Improved documentation.