@scalar/api-reference 0.7.6 → 0.7.7

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
@@ -1,5 +1,16 @@
1
1
  # @scalar/api-reference
2
2
 
3
+ ## 0.7.7
4
+
5
+ ### Patch Changes
6
+
7
+ - 0495c0f9: feat: show models ("schemas") in the reference
8
+ - 528df9d1: feat: add support for oneOf, anyOf, allOf, not schema rules
9
+ - 8915c5cf: fix: add null check to tag operations in sidebar
10
+ - d755d34e: fix: default show endpoint when tags have one endpoint
11
+ - a161c962: fix: better deal with empty descriptions
12
+ - 7e7ea175: feat: use default value in schemas for example responses
13
+
3
14
  ## 0.7.6
4
15
 
5
16
  ### Patch Changes