@scalar/fastify-api-reference 0.6.3 → 0.6.5
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 +113 -0
- package/dist/templates/fastify-api-reference.js +40859 -25216
- package/package.json +4 -3
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,113 @@
|
|
|
1
|
+
# @scalar/fastify-api-reference
|
|
2
|
+
|
|
3
|
+
## 0.6.5
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- @scalar/api-reference@0.6.5
|
|
8
|
+
|
|
9
|
+
## 0.6.4
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- 048555c6: feat: add CHANGELOG.md to the package
|
|
14
|
+
- Updated dependencies [449305f4]
|
|
15
|
+
- Updated dependencies [3e912c75]
|
|
16
|
+
- Updated dependencies [048555c6]
|
|
17
|
+
- Updated dependencies [df62875a]
|
|
18
|
+
- @scalar/api-reference@0.6.4
|
|
19
|
+
|
|
20
|
+
## 0.6.3
|
|
21
|
+
|
|
22
|
+
### Patch Changes
|
|
23
|
+
|
|
24
|
+
- 5288e2ce: fix: node shims for the fastify plugin
|
|
25
|
+
|
|
26
|
+
## 0.6.2
|
|
27
|
+
|
|
28
|
+
### Patch Changes
|
|
29
|
+
|
|
30
|
+
- 64daacf3: chore: improve Node.js build
|
|
31
|
+
- effc1f31: feat: add new HTML API based on script tags
|
|
32
|
+
chore: deprecate old div based HTML API
|
|
33
|
+
- Updated dependencies [75a69ba7]
|
|
34
|
+
- Updated dependencies [effc1f31]
|
|
35
|
+
- Updated dependencies [75a69ba7]
|
|
36
|
+
- Updated dependencies [b03a09c7]
|
|
37
|
+
- Updated dependencies [11270915]
|
|
38
|
+
- @scalar/api-reference@0.6.3
|
|
39
|
+
|
|
40
|
+
## 0.6.1
|
|
41
|
+
|
|
42
|
+
### Patch Changes
|
|
43
|
+
|
|
44
|
+
- fdca56a9: feat: bundle JS with the plugin
|
|
45
|
+
- 33e32a86: refactor: use templating engine
|
|
46
|
+
- Updated dependencies [b184bdf2]
|
|
47
|
+
- Updated dependencies [e9861139]
|
|
48
|
+
- Updated dependencies [8751c874]
|
|
49
|
+
- Updated dependencies [addd9fa2]
|
|
50
|
+
- @scalar/api-reference@0.6.2
|
|
51
|
+
|
|
52
|
+
## 0.6.0
|
|
53
|
+
|
|
54
|
+
### Minor Changes
|
|
55
|
+
|
|
56
|
+
- 3333a2fb: refactor: new fastify plugin, rename prefix to routePrefix
|
|
57
|
+
|
|
58
|
+
## 0.5.0
|
|
59
|
+
|
|
60
|
+
### Minor Changes
|
|
61
|
+
|
|
62
|
+
- 87fda5af: chore: update dependencies
|
|
63
|
+
|
|
64
|
+
### Patch Changes
|
|
65
|
+
|
|
66
|
+
- ef080a26: chore: format package.json
|
|
67
|
+
- 87fda5af: feat: optionally pass a callback to the spec option
|
|
68
|
+
- 26f96c50: fix: types (again)
|
|
69
|
+
|
|
70
|
+
## 0.4.2
|
|
71
|
+
|
|
72
|
+
### Patch Changes
|
|
73
|
+
|
|
74
|
+
- d51aebe5: chore: remove source files from packages
|
|
75
|
+
- 478b200c: fix: types
|
|
76
|
+
|
|
77
|
+
## 0.4.1
|
|
78
|
+
|
|
79
|
+
### Patch Changes
|
|
80
|
+
|
|
81
|
+
- f029be41: fix: custom TypeScript type for the fastify plugin
|
|
82
|
+
- 10498d9d: chore: add README
|
|
83
|
+
- 494083a0: add more information to the package.json
|
|
84
|
+
|
|
85
|
+
## 0.4.0
|
|
86
|
+
|
|
87
|
+
### Minor Changes
|
|
88
|
+
|
|
89
|
+
- 5057e213: make npm packages public :-)
|
|
90
|
+
|
|
91
|
+
## 0.3.2
|
|
92
|
+
|
|
93
|
+
### Patch Changes
|
|
94
|
+
|
|
95
|
+
- 237e28b0: fix: ESM support for fastify api reference package
|
|
96
|
+
|
|
97
|
+
## 0.3.1
|
|
98
|
+
|
|
99
|
+
### Patch Changes
|
|
100
|
+
|
|
101
|
+
- 53d9bae: fix: make fastify an external dependency
|
|
102
|
+
|
|
103
|
+
## 0.3.0
|
|
104
|
+
|
|
105
|
+
### Minor Changes
|
|
106
|
+
|
|
107
|
+
- b0f5221: manually releasing all packages to make sure the lastest version is on npm
|
|
108
|
+
|
|
109
|
+
## 0.2.0
|
|
110
|
+
|
|
111
|
+
### Minor Changes
|
|
112
|
+
|
|
113
|
+
- a ton of fixes, new fastify plugin
|