From c4100c0164d3b2c03a72b78c59a6e8bfc7995b63 Mon Sep 17 00:00:00 2001 From: romanhotsiy Date: Wed, 9 Jun 2021 13:07:53 +0300 Subject: [PATCH] chore: update readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6155e482..e5db33c1 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,7 @@ - The widest OpenAPI v2.0 features support (yes, it supports even `discriminator`)
![](docs/images/discriminator-demo.gif) - OpenAPI 3.0 support +- Basic OpenAPI 3.1 support - Neat **interactive** documentation for nested objects
![](docs/images/nested-demo.gif) - Code samples support (via vendor extension)
@@ -43,7 +44,6 @@ - [x] ~~React rewrite~~ - [x] ~~docs pre-rendering (performance and SEO)~~ - [ ] ability to simple branding/styling - - [ ] built-in API Console ## Releases **Important:** all the 2.x releases are deployed to npm and can be used via jsdeliver: @@ -58,6 +58,7 @@ Additionally, all the 1.x releases are hosted on our GitHub Pages-based CDN **(d ## Version Guidance | ReDoc Release | OpenAPI Specification | |:--------------|:----------------------| +| 2.0.0-alpha.54| 3.1, 3.0.x, 2.0 | | 2.0.0-alpha.x | 3.0, 2.0 | | 1.19.x | 2.0 | | 1.18.x | 2.0 |