@scalar/api-reference 1.13.14 → 1.13.15
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 +9 -0
- package/dist/browser/standalone.js +4 -4
- package/dist/components/Content/MarkdownRenderer.vue.d.ts +19 -3
- package/dist/components/Content/MarkdownRenderer.vue.d.ts.map +1 -1
- package/dist/components/Content/ReferenceEndpoint/CustomRequestExamples.vue.d.ts +27 -0
- package/dist/components/Content/ReferenceEndpoint/CustomRequestExamples.vue.d.ts.map +1 -0
- package/dist/components/Content/ReferenceEndpoint/ReferenceEndpoint.vue.d.ts.map +1 -1
- package/dist/components/Content/Schema.vue.d.ts.map +1 -1
- package/dist/helpers/getExampleFromSchema.d.ts.map +1 -1
- package/dist/hooks/useParser.d.ts +15 -0
- package/dist/hooks/useParser.d.ts.map +1 -1
- package/dist/{index-b6ea002b.js → index-0a846bce.js} +4013 -3883
- package/dist/{index-912f1d9c.js → index-cb1972fa.js} +2 -2
- package/dist/index.js +2 -2
- package/dist/types.d.ts +26 -9
- package/dist/types.d.ts.map +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,14 @@
|
|
|
1
1
|
# @scalar/api-reference
|
|
2
2
|
|
|
3
|
+
## 1.13.15
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 706b29f2: feat: render images in the description
|
|
8
|
+
- d8fc0544: feat: add support for `x-custom-examples` (custom request examples)
|
|
9
|
+
- 55e74b08: feat: show nullable properties
|
|
10
|
+
- 8573da8d: feat: use schema examples
|
|
11
|
+
|
|
3
12
|
## 1.13.14
|
|
4
13
|
|
|
5
14
|
### Patch Changes
|