@scalar/api-reference 0.7.11 → 0.8.1
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 +24 -0
- package/dist/browser/standalone.js +357 -301
- package/dist/components/ApiReference.vue.d.ts.map +1 -1
- package/dist/components/Content/EndpointsOverview.vue.d.ts.map +1 -1
- package/dist/components/Content/Introduction/Introduction.vue.d.ts.map +1 -1
- package/dist/components/Content/MarkdownRenderer.vue.d.ts.map +1 -1
- package/dist/helpers/generateResponseContent.d.ts.map +1 -1
- package/dist/index.js +7159 -6981
- package/package.json +5 -4
- package/dist/components/Content/ReferenceEndpoint/ExampleResponseTab.vue.d.ts +0 -13
- package/dist/components/Content/ReferenceEndpoint/ExampleResponseTab.vue.d.ts.map +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,29 @@
|
|
|
1
1
|
# @scalar/api-reference
|
|
2
2
|
|
|
3
|
+
## 0.8.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 7ed5c61a: fix: add target blank to markdown links
|
|
8
|
+
|
|
9
|
+
## 0.8.0
|
|
10
|
+
|
|
11
|
+
### Minor Changes
|
|
12
|
+
|
|
13
|
+
- 2eba4010: Refactor and simplify API references layout
|
|
14
|
+
|
|
15
|
+
### Patch Changes
|
|
16
|
+
|
|
17
|
+
- 9d352b13: fix: make the sidebar work with tags without operations
|
|
18
|
+
- b71c4db7: feat: example objects in arrays for example responses
|
|
19
|
+
- 01109c6f: feat: use min value as the default for generated example responses
|
|
20
|
+
- Updated dependencies [df74d017]
|
|
21
|
+
- Updated dependencies [75d12f56]
|
|
22
|
+
- Updated dependencies [2eba4010]
|
|
23
|
+
- @scalar/api-client@0.7.22
|
|
24
|
+
- @scalar/use-toasts@0.5.6
|
|
25
|
+
- @scalar/use-clipboard@0.5.6
|
|
26
|
+
|
|
3
27
|
## 0.7.11
|
|
4
28
|
|
|
5
29
|
### Patch Changes
|