openapi-explorer 0.9.385 → 0.9.387

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 CHANGED
@@ -17,6 +17,7 @@ This package follows standard semvar, `<major>.<minor>.<build>`. No breaking cha
17
17
  * Fix issues with allOf/oneOf with partially completed data.
18
18
  * Sanitize paths coming from the spec that contain invalid characters.
19
19
  * Improve display of array types and number/string formats in parameters and models
20
+ * Fix fetch request options to not require unnecessary extra level in setting properties.
20
21
 
21
22
  ## 0.8 ##
22
23
  * 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.