@scalar/api-reference 1.0.3 → 1.0.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 CHANGED
@@ -1,5 +1,21 @@
1
1
  # @scalar/api-reference
2
2
 
3
+ ## 1.0.4
4
+
5
+ ### Patch Changes
6
+
7
+ - 7fb2302: feat: detect variables in URLs
8
+ - 54098d7: chore: better fallbacks for the operation.name
9
+ - dd06807: fix: optional chain for request bodies
10
+ - 551aa7d: fix: mobile sidebar always open by default
11
+ - 7fb2302: fix: show server variables for single URLs too
12
+ - 3eff44f: fix: show description component only when a description is specified
13
+ - f0dca6c: fix: add fallback if no summary or key is provided for examples
14
+ - Updated dependencies [54098d7]
15
+ - Updated dependencies [7fb2302]
16
+ - @scalar/swagger-parser@0.5.7
17
+ - @scalar/api-client@0.7.29
18
+
3
19
  ## 1.0.3
4
20
 
5
21
  ### Patch Changes
package/README.md CHANGED
@@ -1,8 +1,8 @@
1
1
  # Scalar API Reference
2
2
 
3
- ![Version](https://img.shields.io/npm/v/%40scalar/api-reference)
4
- ![Downloads](https://img.shields.io/npm/dm/%40scalar/api-reference)
5
- ![License](https://img.shields.io/npm/l/%40scalar%2Fapi-reference)
3
+ [![Version](https://img.shields.io/npm/v/%40scalar/api-reference)](https://www.npmjs.com/package/@scalar/api-reference)
4
+ [![Downloads](https://img.shields.io/npm/dm/%40scalar/api-reference)](https://www.npmjs.com/package/@scalar/api-reference)
5
+ [![License](https://img.shields.io/npm/l/%40scalar%2Fapi-reference)](https://www.npmjs.com/package/@scalar/api-reference)
6
6
  [![Discord](https://img.shields.io/discord/1135330207960678410?style=flat&color=5865F2)](https://discord.gg/8HeZcRGPFS)
7
7
 
8
8
  Generate interactive API documentations from Swagger files. [Try our Demo](https://docs.scalar.com/swagger-editor)