openapi-explorer 0.11.481 → 0.11.487
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 +1 -0
- package/dist/browser/openapi-explorer.min.js +3 -3
- package/dist/browser/openapi-explorer.min.js.map +1 -1
- package/dist/es/components/api-request.js +1 -1
- package/dist/es/components/schema-table.js +3 -1
- package/dist/es/styles/api-request-styles.js +1 -1
- package/dist/es/utils/schema-utils.js +6 -2
- package/dist/lib/components/api-request.js +1 -1
- package/dist/lib/components/schema-table.js +3 -1
- package/dist/lib/styles/api-request-styles.js +1 -1
- package/dist/lib/utils/schema-utils.js +6 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -8,6 +8,7 @@ This package follows standard semvar, `<major>.<minor>.<build>`. No breaking cha
|
|
|
8
8
|
* Fix `allOf` for response schema. #119
|
|
9
9
|
* Fixing handling of openapi paths that include url characters
|
|
10
10
|
* Add support for showing external docs
|
|
11
|
+
* Deprecated properties cannot show as required.
|
|
11
12
|
|
|
12
13
|
## 0.10 ##
|
|
13
14
|
* Internationalization support with languages `en` and `fr`
|