mirror of
https://github.com/Redocly/redoc.git
synced 2025-09-22 12:06:38 +03:00
Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
|
dbbcfd4e2b | ||
|
a966b1fee2 | ||
|
14a1418b80 |
|
@ -1,3 +1,10 @@
|
||||||
|
<a name="1.22.0"></a>
|
||||||
|
# [1.22.0](https://github.com/Rebilly/ReDoc/compare/v1.21.2...v1.22.0) (2018-05-02)
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* pinpoint version of hint.css to 2.3.2 to prevent licensing issue [#478](https://github.com/Rebilly/ReDoc/issues/478), reported by [@rickity-cricket](https://github.com/rickity-cricket)
|
||||||
|
|
||||||
<a name="1.21.2"></a>
|
<a name="1.21.2"></a>
|
||||||
## [1.21.2](https://github.com/Rebilly/ReDoc/compare/v1.21.1...v1.21.2) (2018-02-26)
|
## [1.21.2](https://github.com/Rebilly/ReDoc/compare/v1.21.1...v1.21.2) (2018-02-26)
|
||||||
|
|
||||||
|
|
|
@ -4,6 +4,9 @@
|
||||||
<p align="center">
|
<p align="center">
|
||||||
<b>OpenAPI/Swagger-generated API Reference Documentation</b>
|
<b>OpenAPI/Swagger-generated API Reference Documentation</b>
|
||||||
</p>
|
</p>
|
||||||
|
<p align="center">
|
||||||
|
<b> This is README for `1.x` version of ReDoc. `2.x` README is on <a href="https://github.com/Rebilly/ReDoc">the master branch</a></b>
|
||||||
|
</p>
|
||||||
|
|
||||||
[](https://travis-ci.org/Rebilly/ReDoc) [](https://coveralls.io/github/Rebilly/ReDoc?branch=master) [](https://APIs.guru) [](https://david-dm.org/Rebilly/ReDoc) [](https://david-dm.org/Rebilly/ReDoc#info=devDependencies) [](https://waffle.io/Rebilly/ReDoc)
|
[](https://travis-ci.org/Rebilly/ReDoc) [](https://coveralls.io/github/Rebilly/ReDoc?branch=master) [](https://APIs.guru) [](https://david-dm.org/Rebilly/ReDoc) [](https://david-dm.org/Rebilly/ReDoc#info=devDependencies) [](https://waffle.io/Rebilly/ReDoc)
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "redoc",
|
"name": "redoc",
|
||||||
"description": "Swagger-generated API Reference Documentation",
|
"description": "Swagger-generated API Reference Documentation",
|
||||||
"version": "1.21.2",
|
"version": "1.22.0",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "git://github.com/Rebilly/ReDoc"
|
"url": "git://github.com/Rebilly/ReDoc"
|
||||||
|
@ -125,7 +125,7 @@
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"core-js": "^2.5.1",
|
"core-js": "^2.5.1",
|
||||||
"dropkickjs": "~2.1.10",
|
"dropkickjs": "~2.1.10",
|
||||||
"hint.css": "^2.3.2",
|
"hint.css": "2.3.2",
|
||||||
"https-browserify": "^1.0.0",
|
"https-browserify": "^1.0.0",
|
||||||
"json-pointer": "^0.6.0",
|
"json-pointer": "^0.6.0",
|
||||||
"json-schema-ref-parser": "^3.3.1",
|
"json-schema-ref-parser": "^3.3.1",
|
||||||
|
|
Loading…
Reference in New Issue
Block a user