Skip to content

Date handling within the OpenAPI code is much improved.

Pre-release
Pre-release

Choose a tag to compare

@mattpolzin mattpolzin released this 25 Jan 01:28

Fixed Date handling such that if you pass in an encoder that specifies how it handles Dates then Dates will be correctly identified in the OpenAPI schema produced. Also, if you make Date conform to SampleableOpenAPIType then you get some default handling of the type regardless of whether an encoder is specified.