openapi-explorer 0.9.307 → 0.9.311
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +2 -0
- package/dist/openapi-explorer.min.js +4 -4
- package/dist/openapi-explorer.min.js.LICENSE.txt +1 -1
- package/dist/openapi-explorer.min.js.LICENSE.txt.gz +0 -0
- package/dist/openapi-explorer.min.js.gz +0 -0
- package/dist/report.html +2 -2
- package/package.json +1 -1
- package/src/components/mime-types.js +1 -1
- package/src/openapi-explorer.js +16 -2
- package/src/templates/components-template.js +10 -12
- package/src/templates/navbar-template.js +2 -2
- package/src/utils/common-utils.js +4 -0
- package/src/utils/spec-parser.js +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -6,6 +6,8 @@ This package follows standard semvar, `<major>.<minor>.<build>`. No breaking cha
|
|
|
6
6
|
|
|
7
7
|
## 0.9 ##
|
|
8
8
|
* OpenAPI 3.1 support using `APIDevTools/json-schema-ref-parser`
|
|
9
|
+
* Enable searching for schemas using the search filter.
|
|
10
|
+
* `show-components` is `true` by default starting in `0.9`
|
|
9
11
|
|
|
10
12
|
## 0.8 ##
|
|
11
13
|
* Removing the `RESET` button as it is confusing for users to see. It only repopulated the defaults, and to do that, you can easily switch tabs and come back.
|