openapi-explorer 0.9.374 → 0.9.381

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
@@ -16,6 +16,7 @@ This package follows standard semvar, `<major>.<minor>.<build>`. No breaking cha
16
16
  * Fix schema expanded description text display
17
17
  * Fix issues with allOf/oneOf with partially completed data.
18
18
  * Sanitize paths coming from the spec that contain invalid characters.
19
+ * Improve display of array types and number/string formats in parameters and models
19
20
 
20
21
  ## 0.8 ##
21
22
  * 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.