We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1357ab9 commit 26d8defCopy full SHA for 26d8def
CHANGELOG.md
@@ -1,7 +1,14 @@
1
Unreleased
2
----------
3
4
-- Allow `hashable-1.3.1`, prettify doctests.
+3.1.0
5
+-----
6
+
7
+- Use `format: date-time` for `ToParamSchema ZonedTime` instance (see
8
+ [#20](https://github.com/biocad/openapi3/pull/20)).
9
+- Support generating schema for any polymorphic types via `Typeable` (see
10
+ [#19](https://github.com/biocad/openapi3/pull/19)).
11
+- Allow `hashable-1.3.1`, prettify doctests (see [#18](https://github.com/biocad/openapi3/pull/18)).
12
13
3.0.2.0
14
-------
openapi3.cabal
@@ -1,6 +1,6 @@
cabal-version: >=1.10
name: openapi3
-version: 3.0.2.0
+version: 3.1.0
synopsis: OpenAPI 3.0 data model
category: Web, Swagger, OpenApi
0 commit comments