Skip to content

Commit bef8b84

Browse files
committed
Added ability to submit multiple values - array params
1 parent 9083738 commit bef8b84

14 files changed

+490
-277
lines changed

dist/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
</rapi-doc>
7070
-->
7171
<rapi-doc
72-
spec-url="https://api.apis.guru/v2/specs/bitbucket.org/2.0/swagger.json"
72+
spec-url="https://petstore.swagger.io/v2/swagger.json"
7373
layout="row"
7474
theme="light"
7575
>

dist/index.html.gz

4 Bytes
Binary file not shown.

dist/rapidoc-min.js

Lines changed: 89 additions & 32 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/rapidoc-min.js.gz

-32 Bytes
Binary file not shown.

dist/rapidoc-min.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/rapidoc-min.js.map.gz

2.33 KB
Binary file not shown.

dist/report.html

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

docs/rapidoc-min.js

Lines changed: 89 additions & 32 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
</rapi-doc>
7070
-->
7171
<rapi-doc
72-
spec-url="https://api.apis.guru/v2/specs/bitbucket.org/2.0/swagger.json"
72+
spec-url="https://petstore.swagger.io/v2/swagger.json"
7373
layout="row"
7474
theme="light"
7575
>

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rapidoc",
3-
"version": "4.0.0",
3+
"version": "4.1.0",
44
"description": "RapiDoc - Open API spec viewer with built in console",
55
"author": "Mrinmoy Majumdar <[email protected]>",
66
"repository": {
@@ -44,7 +44,7 @@
4444
"babel-plugin-template-html-minifier": "^2.2.1",
4545
"clean-webpack-plugin": "^2.0.0",
4646
"compression-webpack-plugin": "^2.0.0",
47-
"css-loader": "^2.1.0",
47+
"css-loader": "^2.1.1",
4848
"file-loader": "^3.0.1",
4949
"filemanager-webpack-plugin": "^2.0.5",
5050
"html-webpack-plugin": "^3.2.0",

0 commit comments

Comments
 (0)