mirror of
https://github.com/Redocly/redoc.git
synced 2025-01-31 18:14:07 +03:00
🔖 Release v2.0.0-alpha.2
This commit is contained in:
parent
b037318c73
commit
9f8aee2810
|
@ -1,5 +1,11 @@
|
||||||
|
<a name="2.0.0-alpha.2"></a>
|
||||||
|
# 2.0.0-alpha.2 (2017-11-23)
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
* Fix crash when using type `file` in OpenAPI 2.0 in some places
|
||||||
|
|
||||||
<a name="2.0.0-alpha.1"></a>
|
<a name="2.0.0-alpha.1"></a>
|
||||||
# 2.0.0-alpha.1
|
# 2.0.0-alpha.1 (2017-11-23)
|
||||||
|
|
||||||
Complete rewrite of ReDoc using React so here only major changes are listed.
|
Complete rewrite of ReDoc using React so here only major changes are listed.
|
||||||
Complete rewrite also means that this rewrite may introduce issues, but they should be resolved before `2.0.0`.
|
Complete rewrite also means that this rewrite may introduce issues, but they should be resolved before `2.0.0`.
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "redoc",
|
"name": "redoc",
|
||||||
"version": "2.0.0-alpha.1",
|
"version": "2.0.0-alpha.2",
|
||||||
"description": "ReDoc",
|
"description": "ReDoc",
|
||||||
"main": "bundles/redoc.lib.js",
|
"main": "bundles/redoc.lib.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user