@scalar/api-reference 0.7.2 → 0.7.4
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 +15 -0
- package/dist/browser/standalone.js +19369 -17962
- package/dist/components/Content/Content.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/SimpleTable/SimpleCell.vue.d.ts +8 -8
- package/dist/helpers/getHeadingsFromMarkdown.d.ts +7 -0
- package/dist/helpers/getHeadingsFromMarkdown.d.ts.map +1 -0
- package/dist/helpers/index.d.ts +1 -0
- package/dist/helpers/index.d.ts.map +1 -1
- package/dist/index.js +13362 -11491
- package/package.json +6 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# @scalar/api-reference
|
|
2
2
|
|
|
3
|
+
## 0.7.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 51029c1d: add interactive params, headers and variables
|
|
8
|
+
- Updated dependencies [51029c1d]
|
|
9
|
+
- @scalar/api-client@0.7.18
|
|
10
|
+
|
|
11
|
+
## 0.7.3
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- 99936ab8: feat: add markdown headings to the sidebar
|
|
16
|
+
- 08e8f637: style: improve markdown code blocks
|
|
17
|
+
|
|
3
18
|
## 0.7.2
|
|
4
19
|
|
|
5
20
|
### Patch Changes
|