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