@scalar/fastify-api-reference 1.39.2 → 1.40.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 +16 -0
- package/README.md +18 -5
- package/dist/js/standalone.js +17286 -16971
- package/package.json +22 -7
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# @scalar/fastify-api-reference
|
|
2
2
|
|
|
3
|
+
## 1.40.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies []:
|
|
8
|
+
- @scalar/openapi-parser@0.23.3
|
|
9
|
+
- @scalar/core@0.3.23
|
|
10
|
+
- @scalar/openapi-types@0.5.1
|
|
11
|
+
|
|
12
|
+
## 1.39.3
|
|
13
|
+
|
|
14
|
+
### Patch Changes
|
|
15
|
+
|
|
16
|
+
- Updated dependencies []:
|
|
17
|
+
- @scalar/openapi-parser@0.23.2
|
|
18
|
+
|
|
3
19
|
## 1.39.2
|
|
4
20
|
|
|
5
21
|
### Patch Changes
|
package/README.md
CHANGED
|
@@ -1,17 +1,30 @@
|
|
|
1
|
-
|
|
1
|
+
<!--
|
|
2
|
+
This file is auto-generated by the Scalar README generator.
|
|
3
|
+
Command: pnpm --filter @scalar-internal/build-scripts start generate-readme
|
|
4
|
+
|
|
5
|
+
Do not edit this file manually. Changes will be lost when the file is regenerated.
|
|
6
|
+
-->
|
|
2
7
|
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
[](https://www.npmjs.com/package/@scalar/fastify-api-reference)
|
|
11
|
+
[](https://www.npmjs.com/package/@scalar/fastify-api-reference)
|
|
12
|
+
[](https://www.npmjs.com/package/@scalar/fastify-api-reference)
|
|
6
13
|
[](https://discord.gg/scalar)
|
|
7
14
|
|
|
15
|
+
A Fastify plugin to render beautiful, interactive API documentation from OpenAPI/Swagger documents.
|
|
16
|
+
|
|
8
17
|
## Documentation
|
|
9
18
|
|
|
10
19
|
[Read the documentation here](https://guides.scalar.com/scalar/scalar-api-references/integrations/fastify)
|
|
11
20
|
|
|
21
|
+
## Changelog
|
|
22
|
+
|
|
23
|
+
See [CHANGELOG.md](https://github.com/scalar/scalar/blob/main/integrations/fastify/CHANGELOG.md) for a list of changes.
|
|
24
|
+
|
|
12
25
|
## Community
|
|
13
26
|
|
|
14
|
-
We are API nerds. You too? Let
|
|
27
|
+
We are API nerds. You too? Let’s chat on Discord: <https://discord.gg/scalar>
|
|
15
28
|
|
|
16
29
|
## License
|
|
17
30
|
|