@scalar/api-reference 0.7.10 → 0.8.0
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 +25 -0
- package/dist/browser/standalone.js +15674 -1509
- 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/components/Sidebar.vue.d.ts.map +1 -1
- package/dist/components/SidebarElement.vue.d.ts +3 -1
- package/dist/components/SidebarElement.vue.d.ts.map +1 -1
- package/dist/helpers/generateResponseContent.d.ts.map +1 -1
- package/dist/index.js +29269 -15750
- package/package.json +5 -6
- 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,30 @@
|
|
|
1
1
|
# @scalar/api-reference
|
|
2
2
|
|
|
3
|
+
## 0.8.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 2eba4010: Refactor and simplify API references layout
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- 9d352b13: fix: make the sidebar work with tags without operations
|
|
12
|
+
- b71c4db7: feat: example objects in arrays for example responses
|
|
13
|
+
- 01109c6f: feat: use min value as the default for generated example responses
|
|
14
|
+
- Updated dependencies [df74d017]
|
|
15
|
+
- Updated dependencies [75d12f56]
|
|
16
|
+
- Updated dependencies [2eba4010]
|
|
17
|
+
- @scalar/api-client@0.7.22
|
|
18
|
+
- @scalar/use-toasts@0.5.6
|
|
19
|
+
- @scalar/use-clipboard@0.5.6
|
|
20
|
+
|
|
21
|
+
## 0.7.11
|
|
22
|
+
|
|
23
|
+
### Patch Changes
|
|
24
|
+
|
|
25
|
+
- 1f064818: added scrolling to the sidebar on highlight
|
|
26
|
+
- 1bd5fb80: feat: add syntax highlighting to the markdown renderer
|
|
27
|
+
|
|
3
28
|
## 0.7.10
|
|
4
29
|
|
|
5
30
|
### Patch Changes
|