@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 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
- # Scalar for Fastify
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
- [![Version](https://img.shields.io/npm/v/%40scalar/fastify-api-reference)](https://www.npmjs.com/package/@scalar/fastify-api-reference)
4
- [![Downloads](https://img.shields.io/npm/dm/%40scalar/fastify-api-reference)](https://www.npmjs.com/package/@scalar/fastify-api-reference)
5
- [![License](https://img.shields.io/npm/l/%40scalar%2Ffastify-api-reference)](https://www.npmjs.com/package/@scalar/fastify-api-reference)
8
+ # Scalar API Reference for Fastify
9
+
10
+ [![Version](https://img.shields.io/npm/v/@scalar/fastify-api-reference)](https://www.npmjs.com/package/@scalar/fastify-api-reference)
11
+ [![Downloads](https://img.shields.io/npm/dm/@scalar/fastify-api-reference)](https://www.npmjs.com/package/@scalar/fastify-api-reference)
12
+ [![License](https://img.shields.io/npm/l/@scalar/fastify-api-reference)](https://www.npmjs.com/package/@scalar/fastify-api-reference)
6
13
  [![Discord](https://img.shields.io/discord/1135330207960678410?style=flat&color=5865F2)](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's chat on Discord: <https://discord.gg/scalar>
27
+ We are API nerds. You too? Lets chat on Discord: <https://discord.gg/scalar>
15
28
 
16
29
  ## License
17
30