@storm-software/tsdoc 0.10.6 → 0.10.7
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 +811 -0
- package/README.md +1 -1
- package/package.json +8 -9
- /package/{config/api-extractor.json → api-extractor.json} +0 -0
- /package/{config/base.json → base.json} +0 -0
- /package/{config/callouts.json → callouts.json} +0 -0
- /package/{config/core.json → core.json} +0 -0
- /package/{config/recommended.json → recommended.json} +0 -0
- /package/{config/typedoc.json → typedoc.json} +0 -0
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,811 @@
|
|
|
1
|
+

|
|
2
|
+
|
|
3
|
+
# Changelog for Storm Ops - Tsdoc
|
|
4
|
+
|
|
5
|
+
## [0.10.6](https://github.com/storm-software/storm-ops/releases/tag/tsdoc%400.10.6) (2025-09-15)
|
|
6
|
+
|
|
7
|
+
### Miscellaneous
|
|
8
|
+
|
|
9
|
+
- **monorepo:** Update workspace package links
|
|
10
|
+
([c7373c93c](https://github.com/storm-software/storm-ops/commit/c7373c93c))
|
|
11
|
+
|
|
12
|
+
## [0.10.5](https://github.com/storm-software/storm-ops/releases/tag/tsdoc%400.10.5) (2025-09-15)
|
|
13
|
+
|
|
14
|
+
### Miscellaneous
|
|
15
|
+
|
|
16
|
+
- **monorepo:** Regenerate README markdown files
|
|
17
|
+
([5896194fa](https://github.com/storm-software/storm-ops/commit/5896194fa))
|
|
18
|
+
|
|
19
|
+
## [0.10.4](https://github.com/storm-software/storm-ops/releases/tag/tsdoc%400.10.4) (2025-09-15)
|
|
20
|
+
|
|
21
|
+
### Miscellaneous
|
|
22
|
+
|
|
23
|
+
- **monorepo:** Regenerate README markdown files
|
|
24
|
+
([e71a83bc4](https://github.com/storm-software/storm-ops/commit/e71a83bc4))
|
|
25
|
+
|
|
26
|
+
## [0.10.3](https://github.com/storm-software/storm-ops/releases/tag/tsdoc%400.10.3) (2025-09-15)
|
|
27
|
+
|
|
28
|
+
### Miscellaneous
|
|
29
|
+
|
|
30
|
+
- **monorepo:** Regenerate README markdown files
|
|
31
|
+
([4db53df30](https://github.com/storm-software/storm-ops/commit/4db53df30))
|
|
32
|
+
|
|
33
|
+
## [0.10.2](https://github.com/storm-software/storm-ops/releases/tag/tsdoc%400.10.2) (2025-09-15)
|
|
34
|
+
|
|
35
|
+
### Miscellaneous
|
|
36
|
+
|
|
37
|
+
- **pnpm-tools:** Update script file name and write workspace contents to
|
|
38
|
+
warning message
|
|
39
|
+
([ac72547b3](https://github.com/storm-software/storm-ops/commit/ac72547b3))
|
|
40
|
+
- **monorepo:** Regenerate README markdown files
|
|
41
|
+
([beeeb4edc](https://github.com/storm-software/storm-ops/commit/beeeb4edc))
|
|
42
|
+
|
|
43
|
+
## [0.10.1](https://github.com/storm-software/storm-ops/releases/tag/tsdoc%400.10.1) (2025-09-13)
|
|
44
|
+
|
|
45
|
+
### Miscellaneous
|
|
46
|
+
|
|
47
|
+
- **monorepo:** Regenerate README markdown files
|
|
48
|
+
([f6d595334](https://github.com/storm-software/storm-ops/commit/f6d595334))
|
|
49
|
+
|
|
50
|
+
## [0.10.0](https://github.com/storm-software/storm-ops/releases/tag/tsdoc%400.10.0) (2025-09-13)
|
|
51
|
+
|
|
52
|
+
### Features
|
|
53
|
+
|
|
54
|
+
- **eslint:** Update `eslint-plugin-tsdoc` patch to allow local custom config
|
|
55
|
+
files
|
|
56
|
+
([57257ac47](https://github.com/storm-software/storm-ops/commit/57257ac47))
|
|
57
|
+
|
|
58
|
+
### Miscellaneous
|
|
59
|
+
|
|
60
|
+
- **tsdoc:** Rename `@credits` to `@credit` tag
|
|
61
|
+
([0c5db2add](https://github.com/storm-software/storm-ops/commit/0c5db2add))
|
|
62
|
+
- **monorepo:** Regenerate README markdown files
|
|
63
|
+
([5a5124fd7](https://github.com/storm-software/storm-ops/commit/5a5124fd7))
|
|
64
|
+
|
|
65
|
+
## [0.9.0](https://github.com/storm-software/storm-ops/releases/tag/tsdoc%400.9.0) (2025-09-13)
|
|
66
|
+
|
|
67
|
+
### Features
|
|
68
|
+
|
|
69
|
+
- **workspace-tools:** Added the ability to support the `tsgo` compiler
|
|
70
|
+
([86ad08c45](https://github.com/storm-software/storm-ops/commit/86ad08c45))
|
|
71
|
+
|
|
72
|
+
### Bug Fixes
|
|
73
|
+
|
|
74
|
+
- **monorepo:** Resolve issues with invalid workspace package
|
|
75
|
+
([a5e95d09a](https://github.com/storm-software/storm-ops/commit/a5e95d09a))
|
|
76
|
+
|
|
77
|
+
### Miscellaneous
|
|
78
|
+
|
|
79
|
+
- **monorepo:** Regenerate README markdown files
|
|
80
|
+
([268809036](https://github.com/storm-software/storm-ops/commit/268809036))
|
|
81
|
+
|
|
82
|
+
## [0.8.15](https://github.com/storm-software/storm-ops/releases/tag/tsdoc%400.8.15) (2025-09-08)
|
|
83
|
+
|
|
84
|
+
### Miscellaneous
|
|
85
|
+
|
|
86
|
+
- **monorepo:** Update workspace package links
|
|
87
|
+
([08b9b2380](https://github.com/storm-software/storm-ops/commit/08b9b2380))
|
|
88
|
+
|
|
89
|
+
## [0.8.14](https://github.com/storm-software/storm-ops/releases/tag/tsdoc%400.8.14) (2025-09-06)
|
|
90
|
+
|
|
91
|
+
### Miscellaneous
|
|
92
|
+
|
|
93
|
+
- **monorepo:** Update workspace package links
|
|
94
|
+
([0ecd5b833](https://github.com/storm-software/storm-ops/commit/0ecd5b833))
|
|
95
|
+
|
|
96
|
+
## [0.8.13](https://github.com/storm-software/storm-ops/releases/tag/tsdoc%400.8.13) (2025-09-06)
|
|
97
|
+
|
|
98
|
+
### Miscellaneous
|
|
99
|
+
|
|
100
|
+
- **monorepo:** Update README markdown files
|
|
101
|
+
([b641c33df](https://github.com/storm-software/storm-ops/commit/b641c33df))
|
|
102
|
+
|
|
103
|
+
## [0.8.12](https://github.com/storm-software/storm-ops/releases/tag/tsdoc%400.8.12) (2025-08-28)
|
|
104
|
+
|
|
105
|
+
### Miscellaneous
|
|
106
|
+
|
|
107
|
+
- **monorepo:** Regenerate README markdown files
|
|
108
|
+
([b25aa8830](https://github.com/storm-software/storm-ops/commit/b25aa8830))
|
|
109
|
+
|
|
110
|
+
## [0.8.11](https://github.com/storm-software/storm-ops/releases/tag/tsdoc%400.8.11) (2025-08-28)
|
|
111
|
+
|
|
112
|
+
### Miscellaneous
|
|
113
|
+
|
|
114
|
+
- **monorepo:** Update workspace package links
|
|
115
|
+
([5c32031c0](https://github.com/storm-software/storm-ops/commit/5c32031c0))
|
|
116
|
+
- **monorepo:** Regenerate README markdown files
|
|
117
|
+
([b15066368](https://github.com/storm-software/storm-ops/commit/b15066368))
|
|
118
|
+
|
|
119
|
+
## [0.8.10](https://github.com/storm-software/storm-ops/releases/tag/tsdoc%400.8.10) (2025-08-28)
|
|
120
|
+
|
|
121
|
+
### Miscellaneous
|
|
122
|
+
|
|
123
|
+
- **monorepo:** Update workspace package links
|
|
124
|
+
([3adc8a08a](https://github.com/storm-software/storm-ops/commit/3adc8a08a))
|
|
125
|
+
- **monorepo:** Regenerate README markdown files
|
|
126
|
+
([95612041b](https://github.com/storm-software/storm-ops/commit/95612041b))
|
|
127
|
+
|
|
128
|
+
## [0.8.9](https://github.com/storm-software/storm-ops/releases/tag/tsdoc%400.8.9) (2025-08-28)
|
|
129
|
+
|
|
130
|
+
### Miscellaneous
|
|
131
|
+
|
|
132
|
+
- **monorepo:** Update workspace package links
|
|
133
|
+
([a7115e0ed](https://github.com/storm-software/storm-ops/commit/a7115e0ed))
|
|
134
|
+
- **monorepo:** Regenerate README markdown files
|
|
135
|
+
([f15589f1b](https://github.com/storm-software/storm-ops/commit/f15589f1b))
|
|
136
|
+
|
|
137
|
+
## [0.8.8](https://github.com/storm-software/storm-ops/releases/tag/tsdoc%400.8.8) (2025-08-28)
|
|
138
|
+
|
|
139
|
+
### Miscellaneous
|
|
140
|
+
|
|
141
|
+
- **monorepo:** Update workspace package links
|
|
142
|
+
([6c5a4055c](https://github.com/storm-software/storm-ops/commit/6c5a4055c))
|
|
143
|
+
- **monorepo:** Regenerate README markdown files
|
|
144
|
+
([078f35026](https://github.com/storm-software/storm-ops/commit/078f35026))
|
|
145
|
+
|
|
146
|
+
## [0.8.7](https://github.com/storm-software/storm-ops/releases/tag/tsdoc%400.8.7) (2025-08-27)
|
|
147
|
+
|
|
148
|
+
### Miscellaneous
|
|
149
|
+
|
|
150
|
+
- **monorepo:** Upgrade Nx to v21.4.1
|
|
151
|
+
([398bbbb03](https://github.com/storm-software/storm-ops/commit/398bbbb03))
|
|
152
|
+
- **monorepo:** Regenerate README markdown files
|
|
153
|
+
([6a176b865](https://github.com/storm-software/storm-ops/commit/6a176b865))
|
|
154
|
+
|
|
155
|
+
## [0.8.6](https://github.com/storm-software/storm-ops/releases/tag/tsdoc%400.8.6) (2025-08-11)
|
|
156
|
+
|
|
157
|
+
### Miscellaneous
|
|
158
|
+
|
|
159
|
+
- **monorepo:** Update to TypeScript v5.9.2
|
|
160
|
+
([cf34d601f](https://github.com/storm-software/storm-ops/commit/cf34d601f))
|
|
161
|
+
- **monorepo:** Regenerate README markdown files
|
|
162
|
+
([5b9ffe718](https://github.com/storm-software/storm-ops/commit/5b9ffe718))
|
|
163
|
+
|
|
164
|
+
## [0.8.5](https://github.com/storm-software/storm-ops/releases/tag/tsdoc%400.8.5) (2025-08-09)
|
|
165
|
+
|
|
166
|
+
### Miscellaneous
|
|
167
|
+
|
|
168
|
+
- **monorepo:** Updated the workspace package dependencies
|
|
169
|
+
([fff0b6534](https://github.com/storm-software/storm-ops/commit/fff0b6534))
|
|
170
|
+
|
|
171
|
+
## [0.8.4](https://github.com/storm-software/storm-ops/releases/tag/tsdoc%400.8.4) (2025-08-08)
|
|
172
|
+
|
|
173
|
+
### Miscellaneous
|
|
174
|
+
|
|
175
|
+
- **monorepo:** Update workspace dependencies and README markdown
|
|
176
|
+
([67e119b05](https://github.com/storm-software/storm-ops/commit/67e119b05))
|
|
177
|
+
|
|
178
|
+
## [0.8.3](https://github.com/storm-software/storm-ops/releases/tag/tsdoc%400.8.3) (2025-08-07)
|
|
179
|
+
|
|
180
|
+
### Miscellaneous
|
|
181
|
+
|
|
182
|
+
- **monorepo:** Regenerate README files and update `wrangler`
|
|
183
|
+
([2231aafa7](https://github.com/storm-software/storm-ops/commit/2231aafa7))
|
|
184
|
+
|
|
185
|
+

|
|
186
|
+
|
|
187
|
+
# Changelog for Storm Ops - Tsdoc
|
|
188
|
+
|
|
189
|
+
## [0.8.2](https://github.com/storm-software/storm-ops/releases/tag/tsdoc%400.8.2) (2025-08-07)
|
|
190
|
+
|
|
191
|
+
### Miscellaneous
|
|
192
|
+
|
|
193
|
+
- **monorepo:** Update workspace package links
|
|
194
|
+
([cc1710a99](https://github.com/storm-software/storm-ops/commit/cc1710a99))
|
|
195
|
+
|
|
196
|
+
## [0.8.1](https://github.com/storm-software/storm-ops/releases/tag/tsdoc%400.8.1) (2025-08-07)
|
|
197
|
+
|
|
198
|
+
### Miscellaneous
|
|
199
|
+
|
|
200
|
+
- **monorepo:** Reformat workspace package files
|
|
201
|
+
([7b6add0f5](https://github.com/storm-software/storm-ops/commit/7b6add0f5))
|
|
202
|
+
|
|
203
|
+
## [0.8.0](https://github.com/storm-software/storm-ops/releases/tag/tsdoc%400.8.0) (2025-08-06)
|
|
204
|
+
|
|
205
|
+
### Features
|
|
206
|
+
|
|
207
|
+
- **config:** Update the configuration schema to use `zod/mini` to reduce size
|
|
208
|
+
([1a89aae2e](https://github.com/storm-software/storm-ops/commit/1a89aae2e))
|
|
209
|
+
|
|
210
|
+
### Miscellaneous
|
|
211
|
+
|
|
212
|
+
- **monorepo:** Regenerate README markdown files
|
|
213
|
+
([92d5d61a0](https://github.com/storm-software/storm-ops/commit/92d5d61a0))
|
|
214
|
+
|
|
215
|
+

|
|
216
|
+
|
|
217
|
+
# Changelog for Storm Ops - Tsdoc
|
|
218
|
+
|
|
219
|
+
## [0.7.1](https://github.com/storm-software/storm-ops/releases/tag/tsdoc%400.7.1) (2025-08-05)
|
|
220
|
+
|
|
221
|
+
### Miscellaneous
|
|
222
|
+
|
|
223
|
+
- **monorepo:** Updated workspace package links
|
|
224
|
+
([51780ded4](https://github.com/storm-software/storm-ops/commit/51780ded4))
|
|
225
|
+
- **monorepo:** Regenerate README markdown files
|
|
226
|
+
([1763510bb](https://github.com/storm-software/storm-ops/commit/1763510bb))
|
|
227
|
+
|
|
228
|
+
## [0.7.0](https://github.com/storm-software/storm-ops/releases/tag/tsdoc%400.7.0) (2025-08-05)
|
|
229
|
+
|
|
230
|
+
### Features
|
|
231
|
+
|
|
232
|
+
- **workspace-tools:** Added the `enableTypeCheck` option to the base Nx plugin
|
|
233
|
+
([c11a3c96e](https://github.com/storm-software/storm-ops/commit/c11a3c96e))
|
|
234
|
+
|
|
235
|
+
### Miscellaneous
|
|
236
|
+
|
|
237
|
+
- **monorepo:** Regenerate README markdown files
|
|
238
|
+
([cf6bd2d92](https://github.com/storm-software/storm-ops/commit/cf6bd2d92))
|
|
239
|
+
|
|
240
|
+
## [0.6.31](https://github.com/storm-software/storm-ops/releases/tag/tsdoc%400.6.31) (2025-08-05)
|
|
241
|
+
|
|
242
|
+
### Miscellaneous
|
|
243
|
+
|
|
244
|
+
- **monorepo:** Regenerate README markdown files
|
|
245
|
+
([21fa7cc54](https://github.com/storm-software/storm-ops/commit/21fa7cc54))
|
|
246
|
+
|
|
247
|
+
## [0.6.30](https://github.com/storm-software/storm-ops/releases/tag/tsdoc%400.6.30) (2025-08-05)
|
|
248
|
+
|
|
249
|
+
### Miscellaneous
|
|
250
|
+
|
|
251
|
+
- **monorepo:** Updated workspace package links
|
|
252
|
+
([ace2eb32c](https://github.com/storm-software/storm-ops/commit/ace2eb32c))
|
|
253
|
+
|
|
254
|
+
## [0.6.29](https://github.com/storm-software/storm-ops/releases/tag/tsdoc%400.6.29) (2025-08-05)
|
|
255
|
+
|
|
256
|
+
### Miscellaneous
|
|
257
|
+
|
|
258
|
+
- **monorepo:** Update package dependency links
|
|
259
|
+
([9a2b632e4](https://github.com/storm-software/storm-ops/commit/9a2b632e4))
|
|
260
|
+
|
|
261
|
+
## [0.6.28](https://github.com/storm-software/storm-ops/releases/tag/tsdoc%400.6.28) (2025-08-05)
|
|
262
|
+
|
|
263
|
+
### Miscellaneous
|
|
264
|
+
|
|
265
|
+
- **monorepo:** Update workspace package links
|
|
266
|
+
([8645cc15f](https://github.com/storm-software/storm-ops/commit/8645cc15f))
|
|
267
|
+
|
|
268
|
+
## [0.6.27](https://github.com/storm-software/storm-ops/releases/tag/tsdoc%400.6.27) (2025-08-03)
|
|
269
|
+
|
|
270
|
+
### Miscellaneous
|
|
271
|
+
|
|
272
|
+
- **monorepo:** Added `bentocache` vocab to dictionary
|
|
273
|
+
([0ddb182dd](https://github.com/storm-software/storm-ops/commit/0ddb182dd))
|
|
274
|
+
- **monorepo:** Regenerate README markdown files
|
|
275
|
+
([cd88b3e0d](https://github.com/storm-software/storm-ops/commit/cd88b3e0d))
|
|
276
|
+
|
|
277
|
+
## [0.6.26](https://github.com/storm-software/storm-ops/releases/tag/tsdoc%400.6.26) (2025-08-03)
|
|
278
|
+
|
|
279
|
+
### Miscellaneous
|
|
280
|
+
|
|
281
|
+
- **cspell:** Added external package names to dictionary
|
|
282
|
+
([a322e5039](https://github.com/storm-software/storm-ops/commit/a322e5039))
|
|
283
|
+
- **monorepo:** Regenerate README files and package.json links
|
|
284
|
+
([aef5b3b2b](https://github.com/storm-software/storm-ops/commit/aef5b3b2b))
|
|
285
|
+
|
|
286
|
+
## [0.6.25](https://github.com/storm-software/storm-ops/releases/tag/tsdoc%400.6.25) (2025-08-03)
|
|
287
|
+
|
|
288
|
+
### Miscellaneous
|
|
289
|
+
|
|
290
|
+
- **monorepo:** Git hook file updates - triggering release
|
|
291
|
+
([326b351e1](https://github.com/storm-software/storm-ops/commit/326b351e1))
|
|
292
|
+
|
|
293
|
+
## [0.6.24](https://github.com/storm-software/storm-ops/releases/tag/tsdoc%400.6.24) (2025-08-03)
|
|
294
|
+
|
|
295
|
+
### Miscellaneous
|
|
296
|
+
|
|
297
|
+
- **monorepo:** Updates from git lifecycle hooks
|
|
298
|
+
([8662866d8](https://github.com/storm-software/storm-ops/commit/8662866d8))
|
|
299
|
+
|
|
300
|
+
## [0.6.23](https://github.com/storm-software/storm-ops/releases/tag/tsdoc%400.6.23) (2025-08-03)
|
|
301
|
+
|
|
302
|
+
### Miscellaneous
|
|
303
|
+
|
|
304
|
+
- **monorepo:** Update README files and package dependencies
|
|
305
|
+
([98aa92354](https://github.com/storm-software/storm-ops/commit/98aa92354))
|
|
306
|
+
|
|
307
|
+
## [0.6.22](https://github.com/storm-software/storm-ops/releases/tag/tsdoc%400.6.22) (2025-08-03)
|
|
308
|
+
|
|
309
|
+
### Miscellaneous
|
|
310
|
+
|
|
311
|
+
- **monorepo:** Updates to package dependencies
|
|
312
|
+
([d3178b9fe](https://github.com/storm-software/storm-ops/commit/d3178b9fe))
|
|
313
|
+
|
|
314
|
+
## [0.6.21](https://github.com/storm-software/storm-ops/releases/tag/tsdoc%400.6.21) (2025-08-03)
|
|
315
|
+
|
|
316
|
+
### Miscellaneous
|
|
317
|
+
|
|
318
|
+
- **monorepo:** Updates to README and dependencies
|
|
319
|
+
([d5fa740ba](https://github.com/storm-software/storm-ops/commit/d5fa740ba))
|
|
320
|
+
|
|
321
|
+
## [0.6.20](https://github.com/storm-software/storm-ops/releases/tag/tsdoc%400.6.20) (2025-08-03)
|
|
322
|
+
|
|
323
|
+
### Miscellaneous
|
|
324
|
+
|
|
325
|
+
- **monorepo:** Update workspace dependency links for packages
|
|
326
|
+
([e311f77ef](https://github.com/storm-software/storm-ops/commit/e311f77ef))
|
|
327
|
+
|
|
328
|
+
## [0.6.19](https://github.com/storm-software/storm-ops/releases/tag/tsdoc%400.6.19) (2025-08-03)
|
|
329
|
+
|
|
330
|
+
### Miscellaneous
|
|
331
|
+
|
|
332
|
+
- **monorepo:** Update README and package dependency versions
|
|
333
|
+
([cf2786e59](https://github.com/storm-software/storm-ops/commit/cf2786e59))
|
|
334
|
+
|
|
335
|
+
## [0.6.18](https://github.com/storm-software/storm-ops/releases/tag/tsdoc%400.6.18) (2025-08-03)
|
|
336
|
+
|
|
337
|
+
### Miscellaneous
|
|
338
|
+
|
|
339
|
+
- **monorepo:** Update workspace package dependencies
|
|
340
|
+
([a51e7f3f5](https://github.com/storm-software/storm-ops/commit/a51e7f3f5))
|
|
341
|
+
- **monorepo:** Regenerate README markdown files
|
|
342
|
+
([bfce1b325](https://github.com/storm-software/storm-ops/commit/bfce1b325))
|
|
343
|
+
|
|
344
|
+
## [0.6.17](https://github.com/storm-software/storm-ops/releases/tag/tsdoc%400.6.17) (2025-08-03)
|
|
345
|
+
|
|
346
|
+
### Miscellaneous
|
|
347
|
+
|
|
348
|
+
- **monorepo:** Update workspace package dependencies
|
|
349
|
+
([c6fbbda93](https://github.com/storm-software/storm-ops/commit/c6fbbda93))
|
|
350
|
+
|
|
351
|
+
## [0.6.16](https://github.com/storm-software/storm-ops/releases/tag/tsdoc%400.6.16) (2025-08-02)
|
|
352
|
+
|
|
353
|
+
### Bug Fixes
|
|
354
|
+
|
|
355
|
+
- **git-tools:** Resolve issue with missing external dependencies
|
|
356
|
+
([d47adff14](https://github.com/storm-software/storm-ops/commit/d47adff14))
|
|
357
|
+
|
|
358
|
+
### Miscellaneous
|
|
359
|
+
|
|
360
|
+
- **monorepo:** Regenerate README markdown files
|
|
361
|
+
([b867380ec](https://github.com/storm-software/storm-ops/commit/b867380ec))
|
|
362
|
+
|
|
363
|
+
## [0.6.15](https://github.com/storm-software/storm-ops/releases/tag/tsdoc%400.6.15) (2025-08-01)
|
|
364
|
+
|
|
365
|
+
### Bug Fixes
|
|
366
|
+
|
|
367
|
+
- **git-tools:** Update `package.json` to ensure external dependencies are
|
|
368
|
+
installed
|
|
369
|
+
([506a0cf30](https://github.com/storm-software/storm-ops/commit/506a0cf30))
|
|
370
|
+
|
|
371
|
+
## [0.6.14](https://github.com/storm-software/storm-ops/releases/tag/tsdoc%400.6.14) (2025-08-01)
|
|
372
|
+
|
|
373
|
+
### Miscellaneous
|
|
374
|
+
|
|
375
|
+
- **monorepo:** Update README markdown and package links
|
|
376
|
+
([2468d6357](https://github.com/storm-software/storm-ops/commit/2468d6357))
|
|
377
|
+
|
|
378
|
+
## [0.6.13](https://github.com/storm-software/storm-ops/releases/tag/tsdoc%400.6.13) (2025-07-31)
|
|
379
|
+
|
|
380
|
+
### Miscellaneous
|
|
381
|
+
|
|
382
|
+
- **monorepo:** Ran `update-storm` package script
|
|
383
|
+
([71f8c1c1e](https://github.com/storm-software/storm-ops/commit/71f8c1c1e))
|
|
384
|
+
|
|
385
|
+
## [0.6.12](https://github.com/storm-software/storm-ops/releases/tag/tsdoc%400.6.12) (2025-07-31)
|
|
386
|
+
|
|
387
|
+
### Miscellaneous
|
|
388
|
+
|
|
389
|
+
- **monorepo:** Update workspace package links
|
|
390
|
+
([86bc24e80](https://github.com/storm-software/storm-ops/commit/86bc24e80))
|
|
391
|
+
- **monorepo:** Regenerate README markdown files
|
|
392
|
+
([984745037](https://github.com/storm-software/storm-ops/commit/984745037))
|
|
393
|
+
|
|
394
|
+
## [0.6.11](https://github.com/storm-software/storm-ops/releases/tag/tsdoc%400.6.11) (2025-07-31)
|
|
395
|
+
|
|
396
|
+
### Bug Fixes
|
|
397
|
+
|
|
398
|
+
- **git-tools:** Resolve issue with incorrect log formatting
|
|
399
|
+
([062583d84](https://github.com/storm-software/storm-ops/commit/062583d84))
|
|
400
|
+
|
|
401
|
+
### Miscellaneous
|
|
402
|
+
|
|
403
|
+
- **monorepo:** Regenerate README markdown files
|
|
404
|
+
([e5c02a04d](https://github.com/storm-software/storm-ops/commit/e5c02a04d))
|
|
405
|
+
|
|
406
|
+
## [0.6.10](https://github.com/storm-software/storm-ops/releases/tag/tsdoc%400.6.10) (2025-07-31)
|
|
407
|
+
|
|
408
|
+
### Miscellaneous
|
|
409
|
+
|
|
410
|
+
- **monorepo:** Update TypeScript to v5.9.2
|
|
411
|
+
([d4a90784d](https://github.com/storm-software/storm-ops/commit/d4a90784d))
|
|
412
|
+
- **monorepo:** Regenerate README markdown files
|
|
413
|
+
([18c227394](https://github.com/storm-software/storm-ops/commit/18c227394))
|
|
414
|
+
- **monorepo:** Update workspace package links
|
|
415
|
+
([3ec10b48b](https://github.com/storm-software/storm-ops/commit/3ec10b48b))
|
|
416
|
+
- **monorepo:** Regenerate README markdown files
|
|
417
|
+
([8aeb77070](https://github.com/storm-software/storm-ops/commit/8aeb77070))
|
|
418
|
+
- **monorepo:** Regenerate workspace repository packages
|
|
419
|
+
([a78abe68e](https://github.com/storm-software/storm-ops/commit/a78abe68e))
|
|
420
|
+
- **monorepo:** Regenerate README markdown files
|
|
421
|
+
([b7b8fec51](https://github.com/storm-software/storm-ops/commit/b7b8fec51))
|
|
422
|
+
- **eslint:** Update package dependencies
|
|
423
|
+
([a6eaee75a](https://github.com/storm-software/storm-ops/commit/a6eaee75a))
|
|
424
|
+
- **monorepo:** Regenerate README markdown files
|
|
425
|
+
([d02c46b78](https://github.com/storm-software/storm-ops/commit/d02c46b78))
|
|
426
|
+
- **git-tools:** Ensure dependencies are marked `external` by default for `bin`
|
|
427
|
+
build
|
|
428
|
+
([b6c66aae5](https://github.com/storm-software/storm-ops/commit/b6c66aae5))
|
|
429
|
+
- **monorepo:** Regenerate README markdown files
|
|
430
|
+
([fa4b5a24f](https://github.com/storm-software/storm-ops/commit/fa4b5a24f))
|
|
431
|
+
|
|
432
|
+
## [0.6.9](https://github.com/storm-software/storm-ops/releases/tag/tsdoc%400.6.9) (2025-07-14)
|
|
433
|
+
|
|
434
|
+
### Miscellaneous
|
|
435
|
+
|
|
436
|
+
- **monorepo:** Update workspace package links
|
|
437
|
+
([aa3c5e120](https://github.com/storm-software/storm-ops/commit/aa3c5e120))
|
|
438
|
+
- **monorepo:** Regenerate README markdown files
|
|
439
|
+
([11ac201a7](https://github.com/storm-software/storm-ops/commit/11ac201a7))
|
|
440
|
+
|
|
441
|
+
## [0.6.8](https://github.com/storm-software/storm-ops/releases/tag/tsdoc%400.6.8) (2025-07-14)
|
|
442
|
+
|
|
443
|
+
### Miscellaneous
|
|
444
|
+
|
|
445
|
+
- **monorepo:** Regenerate README markdown files
|
|
446
|
+
([9c1c8c7cc](https://github.com/storm-software/storm-ops/commit/9c1c8c7cc))
|
|
447
|
+
|
|
448
|
+
## [0.6.7](https://github.com/storm-software/storm-ops/releases/tag/tsdoc%400.6.7) (2025-07-11)
|
|
449
|
+
|
|
450
|
+
### Bug Fixes
|
|
451
|
+
|
|
452
|
+
- **monorepo:** Resolve issues with outdated `lefthook` schema
|
|
453
|
+
([16d0d2e99](https://github.com/storm-software/storm-ops/commit/16d0d2e99))
|
|
454
|
+
|
|
455
|
+
### Miscellaneous
|
|
456
|
+
|
|
457
|
+
- **monorepo:** Update the `pnpm-lock.yaml` file
|
|
458
|
+
([e24f8515a](https://github.com/storm-software/storm-ops/commit/e24f8515a))
|
|
459
|
+
- **monorepo:** Regenerate README markdown files
|
|
460
|
+
([111c8bf3c](https://github.com/storm-software/storm-ops/commit/111c8bf3c))
|
|
461
|
+
- **monorepo:** Regenerate README markdown files
|
|
462
|
+
([be8521423](https://github.com/storm-software/storm-ops/commit/be8521423))
|
|
463
|
+
|
|
464
|
+
## [0.6.6](https://github.com/storm-software/storm-ops/releases/tag/tsdoc%400.6.6) (2025-07-11)
|
|
465
|
+
|
|
466
|
+
### Miscellaneous
|
|
467
|
+
|
|
468
|
+
- **monorepo:** Regenerate README markdown files
|
|
469
|
+
([c13e76556](https://github.com/storm-software/storm-ops/commit/c13e76556))
|
|
470
|
+
|
|
471
|
+
## [0.6.5](https://github.com/storm-software/storm-ops/releases/tag/tsdoc%400.6.5) (2025-07-10)
|
|
472
|
+
|
|
473
|
+
### Miscellaneous
|
|
474
|
+
|
|
475
|
+
- **monorepo:** Regenerate workspace artifacts
|
|
476
|
+
([f45c14e5f](https://github.com/storm-software/storm-ops/commit/f45c14e5f))
|
|
477
|
+
|
|
478
|
+
## [0.6.4](https://github.com/storm-software/storm-ops/releases/tag/tsdoc%400.6.4) (2025-07-10)
|
|
479
|
+
|
|
480
|
+
### Miscellaneous
|
|
481
|
+
|
|
482
|
+
- **monorepo:** Regenerate README markdown files
|
|
483
|
+
([98723860a](https://github.com/storm-software/storm-ops/commit/98723860a))
|
|
484
|
+
|
|
485
|
+
## [0.6.3](https://github.com/storm-software/storm-ops/releases/tag/tsdoc%400.6.3) (2025-07-08)
|
|
486
|
+
|
|
487
|
+
### Miscellaneous
|
|
488
|
+
|
|
489
|
+
- **monorepo:** Update README markdown files
|
|
490
|
+
([a201e9178](https://github.com/storm-software/storm-ops/commit/a201e9178))
|
|
491
|
+
|
|
492
|
+
## [0.6.2](https://github.com/storm-software/storm-ops/releases/tag/tsdoc%400.6.2) (2025-07-06)
|
|
493
|
+
|
|
494
|
+
### Miscellaneous
|
|
495
|
+
|
|
496
|
+
- **monorepo:** Regenerate README markdown files
|
|
497
|
+
([03db3eded](https://github.com/storm-software/storm-ops/commit/03db3eded))
|
|
498
|
+
|
|
499
|
+
## [0.6.1](https://github.com/storm-software/storm-ops/releases/tag/tsdoc%400.6.1) (2025-07-05)
|
|
500
|
+
|
|
501
|
+
### Miscellaneous
|
|
502
|
+
|
|
503
|
+
- **monorepo:** Regenerate README markdown files
|
|
504
|
+
([de1ec3c9b](https://github.com/storm-software/storm-ops/commit/de1ec3c9b))
|
|
505
|
+
|
|
506
|
+
## [0.6.0](https://github.com/storm-software/storm-ops/releases/tag/tsdoc%400.6.0) (2025-07-03)
|
|
507
|
+
|
|
508
|
+
### Features
|
|
509
|
+
|
|
510
|
+
- **tsdoc:** Added the `@credits` tag for providing recognition to other devs
|
|
511
|
+
([b58b17214](https://github.com/storm-software/storm-ops/commit/b58b17214))
|
|
512
|
+
|
|
513
|
+
### Miscellaneous
|
|
514
|
+
|
|
515
|
+
- **monorepo:** Regenerate README markdown files
|
|
516
|
+
([0d65555eb](https://github.com/storm-software/storm-ops/commit/0d65555eb))
|
|
517
|
+
|
|
518
|
+
## [0.5.6](https://github.com/storm-software/storm-ops/releases/tag/tsdoc%400.5.6) (2025-07-03)
|
|
519
|
+
|
|
520
|
+
### Miscellaneous
|
|
521
|
+
|
|
522
|
+
- **monorepo:** Regenerate README markdown files
|
|
523
|
+
([d45ffe6c6](https://github.com/storm-software/storm-ops/commit/d45ffe6c6))
|
|
524
|
+
|
|
525
|
+
## [0.5.5](https://github.com/storm-software/storm-ops/releases/tag/tsdoc%400.5.5) (2025-07-02)
|
|
526
|
+
|
|
527
|
+
### Miscellaneous
|
|
528
|
+
|
|
529
|
+
- **monorepo:** Regenerate README markdown files
|
|
530
|
+
([a606340bb](https://github.com/storm-software/storm-ops/commit/a606340bb))
|
|
531
|
+
|
|
532
|
+
## [0.5.4](https://github.com/storm-software/storm-ops/releases/tag/tsdoc%400.5.4) (2025-07-01)
|
|
533
|
+
|
|
534
|
+
### Miscellaneous
|
|
535
|
+
|
|
536
|
+
- **monorepo:** Update workspace package links
|
|
537
|
+
([21c64ff50](https://github.com/storm-software/storm-ops/commit/21c64ff50))
|
|
538
|
+
|
|
539
|
+
## [0.5.3](https://github.com/storm-software/storm-ops/releases/tag/tsdoc%400.5.3) (2025-06-29)
|
|
540
|
+
|
|
541
|
+
### Miscellaneous
|
|
542
|
+
|
|
543
|
+
- **monorepo:** Regenerate README markdown files
|
|
544
|
+
([0d0461a4d](https://github.com/storm-software/storm-ops/commit/0d0461a4d))
|
|
545
|
+
|
|
546
|
+
## [0.5.2](https://github.com/storm-software/storm-ops/releases/tag/tsdoc%400.5.2) (2025-06-27)
|
|
547
|
+
|
|
548
|
+
### Bug Fixes
|
|
549
|
+
|
|
550
|
+
- **tsdoc:** Resolve issues with duplicate `tagDefinitions` configuration
|
|
551
|
+
([582c75494](https://github.com/storm-software/storm-ops/commit/582c75494))
|
|
552
|
+
|
|
553
|
+
### Miscellaneous
|
|
554
|
+
|
|
555
|
+
- **monorepo:** Regenerate README markdown files
|
|
556
|
+
([651b8c2a6](https://github.com/storm-software/storm-ops/commit/651b8c2a6))
|
|
557
|
+
|
|
558
|
+
## [0.5.1](https://github.com/storm-software/storm-ops/releases/tag/tsdoc%400.5.1) (2025-06-27)
|
|
559
|
+
|
|
560
|
+
### Miscellaneous
|
|
561
|
+
|
|
562
|
+
- **monorepo:** Regenerated README markdown files
|
|
563
|
+
([e86c0228b](https://github.com/storm-software/storm-ops/commit/e86c0228b))
|
|
564
|
+
|
|
565
|
+
## [0.5.0](https://github.com/storm-software/storm-ops/releases/tag/tsdoc%400.5.0) (2025-06-27)
|
|
566
|
+
|
|
567
|
+
### Features
|
|
568
|
+
|
|
569
|
+
- **tsdoc:** Added the `callouts` and `recommended` configuration JSONs
|
|
570
|
+
([2f70b47a3](https://github.com/storm-software/storm-ops/commit/2f70b47a3))
|
|
571
|
+
|
|
572
|
+
## [0.4.13](https://github.com/storm-software/storm-ops/releases/tag/tsdoc%400.4.13) (2025-06-27)
|
|
573
|
+
|
|
574
|
+
### Miscellaneous
|
|
575
|
+
|
|
576
|
+
- **monorepo:** Regenerate README markdown files
|
|
577
|
+
([6358bee04](https://github.com/storm-software/storm-ops/commit/6358bee04))
|
|
578
|
+
|
|
579
|
+
## [0.4.12](https://github.com/storm-software/storm-ops/releases/tag/tsdoc%400.4.12) (2025-06-26)
|
|
580
|
+
|
|
581
|
+
### Miscellaneous
|
|
582
|
+
|
|
583
|
+
- **monorepo:** Regenerate README markdown files
|
|
584
|
+
([a8119c53b](https://github.com/storm-software/storm-ops/commit/a8119c53b))
|
|
585
|
+
|
|
586
|
+
## [0.4.11](https://github.com/storm-software/storm-ops/releases/tag/tsdoc%400.4.11) (2025-06-22)
|
|
587
|
+
|
|
588
|
+
### Miscellaneous
|
|
589
|
+
|
|
590
|
+
- **monorepo:** Regenerate README markdown files
|
|
591
|
+
([d8eb8a9de](https://github.com/storm-software/storm-ops/commit/d8eb8a9de))
|
|
592
|
+
|
|
593
|
+
## [0.4.10](https://github.com/storm-software/storm-ops/releases/tag/tsdoc%400.4.10) (2025-06-20)
|
|
594
|
+
|
|
595
|
+
### Miscellaneous
|
|
596
|
+
|
|
597
|
+
- **monorepo:** Update README markdown files
|
|
598
|
+
([cd1727b2a](https://github.com/storm-software/storm-ops/commit/cd1727b2a))
|
|
599
|
+
|
|
600
|
+
## [0.4.9](https://github.com/storm-software/storm-ops/releases/tag/tsdoc%400.4.9) (2025-06-20)
|
|
601
|
+
|
|
602
|
+
### Miscellaneous
|
|
603
|
+
|
|
604
|
+
- **monorepo:** Update README markdown files
|
|
605
|
+
([90a90bfac](https://github.com/storm-software/storm-ops/commit/90a90bfac))
|
|
606
|
+
|
|
607
|
+
## [0.4.8](https://github.com/storm-software/storm-ops/releases/tag/tsdoc%400.4.8) (2025-06-20)
|
|
608
|
+
|
|
609
|
+
### Miscellaneous
|
|
610
|
+
|
|
611
|
+
- **monorepo:** Regenerate README markdown files
|
|
612
|
+
([0bdc8a84e](https://github.com/storm-software/storm-ops/commit/0bdc8a84e))
|
|
613
|
+
|
|
614
|
+
## [0.4.7](https://github.com/storm-software/storm-ops/releases/tag/tsdoc%400.4.7) (2025-06-18)
|
|
615
|
+
|
|
616
|
+
### Miscellaneous
|
|
617
|
+
|
|
618
|
+
- **monorepo:** Regenerate README markdown files
|
|
619
|
+
([0975b603d](https://github.com/storm-software/storm-ops/commit/0975b603d))
|
|
620
|
+
|
|
621
|
+
## [0.4.6](https://github.com/storm-software/storm-ops/releases/tag/tsdoc%400.4.6) (2025-06-18)
|
|
622
|
+
|
|
623
|
+
### Miscellaneous
|
|
624
|
+
|
|
625
|
+
- **monorepo:** Regenerate README markdown files
|
|
626
|
+
([aa59eabdd](https://github.com/storm-software/storm-ops/commit/aa59eabdd))
|
|
627
|
+
|
|
628
|
+
## [0.4.5](https://github.com/storm-software/storm-ops/releases/tag/tsdoc%400.4.5) (2025-06-18)
|
|
629
|
+
|
|
630
|
+
### Miscellaneous
|
|
631
|
+
|
|
632
|
+
- **monorepo:** Regenerate README markdown files
|
|
633
|
+
([39fa60f2c](https://github.com/storm-software/storm-ops/commit/39fa60f2c))
|
|
634
|
+
|
|
635
|
+
## [0.4.4](https://github.com/storm-software/storm-ops/releases/tag/tsdoc%400.4.4) (2025-06-17)
|
|
636
|
+
|
|
637
|
+
### Miscellaneous
|
|
638
|
+
|
|
639
|
+
- **monorepo:** Regenerate README markdown files
|
|
640
|
+
|
|
641
|
+
## [0.4.3](https://github.com/storm-software/storm-ops/releases/tag/tsdoc%400.4.3) (2025-06-12)
|
|
642
|
+
|
|
643
|
+
### Miscellaneous
|
|
644
|
+
|
|
645
|
+
- **monorepo:** Update workspace package links and README markdown files
|
|
646
|
+
|
|
647
|
+
## [0.4.2](https://github.com/storm-software/storm-ops/releases/tag/tsdoc%400.4.2) (2025-06-08)
|
|
648
|
+
|
|
649
|
+
### Miscellaneous
|
|
650
|
+
|
|
651
|
+
- **monorepo:** Regenerate README markdown files
|
|
652
|
+
|
|
653
|
+
## [0.4.1](https://github.com/storm-software/storm-ops/releases/tag/tsdoc%400.4.1) (2025-06-06)
|
|
654
|
+
|
|
655
|
+
### Bug Fixes
|
|
656
|
+
|
|
657
|
+
- **tsdoc:** Added `noStandardTags` back to `core.json` configuration
|
|
658
|
+
|
|
659
|
+
### Miscellaneous
|
|
660
|
+
|
|
661
|
+
- **monorepo:** Regenerate README markdown files
|
|
662
|
+
- **monorepo:** Regenerate README markdown files
|
|
663
|
+
|
|
664
|
+
## [0.4.0](https://github.com/storm-software/storm-ops/releases/tag/tsdoc%400.4.0) (2025-06-06)
|
|
665
|
+
|
|
666
|
+
### Features
|
|
667
|
+
|
|
668
|
+
- **esbuild:** Allow `null` value as `tsconfig` option to skip defaulting
|
|
669
|
+
|
|
670
|
+
### Bug Fixes
|
|
671
|
+
|
|
672
|
+
- **tsdoc:** Update the `tagName` back to `title`
|
|
673
|
+
|
|
674
|
+
### Miscellaneous
|
|
675
|
+
|
|
676
|
+
- **monorepo:** Regenerate README markdown files
|
|
677
|
+
|
|
678
|
+
## [0.3.7](https://github.com/storm-software/storm-ops/releases/tag/tsdoc%400.3.7) (2025-06-06)
|
|
679
|
+
|
|
680
|
+
### Bug Fixes
|
|
681
|
+
|
|
682
|
+
- **tsdoc:** Resolve issue with missing `tagDefinitions` properties
|
|
683
|
+
|
|
684
|
+
## [0.3.6](https://github.com/storm-software/storm-ops/releases/tag/tsdoc%400.3.6) (2025-06-06)
|
|
685
|
+
|
|
686
|
+
### Bug Fixes
|
|
687
|
+
|
|
688
|
+
- **tsdoc:** Remove the `supportedTags` property
|
|
689
|
+
|
|
690
|
+
## [0.3.5](https://github.com/storm-software/storm-ops/releases/tag/tsdoc%400.3.5) (2025-06-05)
|
|
691
|
+
|
|
692
|
+
### Bug Fixes
|
|
693
|
+
|
|
694
|
+
- **tsdoc:** Remove duplicate configuration from `core.json` file
|
|
695
|
+
|
|
696
|
+
### Miscellaneous
|
|
697
|
+
|
|
698
|
+
- **monorepo:** Regenerate README markdown files
|
|
699
|
+
- **monorepo:** Regenerate README markdown files
|
|
700
|
+
|
|
701
|
+
## [0.3.4](https://github.com/storm-software/storm-ops/releases/tag/tsdoc%400.3.4) (2025-06-05)
|
|
702
|
+
|
|
703
|
+
### Bug Fixes
|
|
704
|
+
|
|
705
|
+
- **tsdoc:** Resolve issue with duplicate extended `tagDefinitions` config
|
|
706
|
+
|
|
707
|
+
### Miscellaneous
|
|
708
|
+
|
|
709
|
+
- **monorepo:** Regenerate README markdown files
|
|
710
|
+
|
|
711
|
+
## [0.3.3](https://github.com/storm-software/storm-ops/releases/tag/tsdoc%400.3.3) (2025-06-05)
|
|
712
|
+
|
|
713
|
+
### Bug Fixes
|
|
714
|
+
|
|
715
|
+
- **tsdoc:** Merge `tagDefinitions` values in child TSDoc configurations
|
|
716
|
+
|
|
717
|
+
### Miscellaneous
|
|
718
|
+
|
|
719
|
+
- **monorepo:** Regenerate README markdown files
|
|
720
|
+
|
|
721
|
+
## [0.3.2](https://github.com/storm-software/storm-ops/releases/tag/tsdoc%400.3.2) (2025-06-05)
|
|
722
|
+
|
|
723
|
+
### Miscellaneous
|
|
724
|
+
|
|
725
|
+
- **monorepo:** Regenerate README markdown files
|
|
726
|
+
|
|
727
|
+
## [0.3.1](https://github.com/storm-software/storm-ops/releases/tag/tsdoc%400.3.1) (2025-06-05)
|
|
728
|
+
|
|
729
|
+
### Bug Fixes
|
|
730
|
+
|
|
731
|
+
- **tsdoc:** Remove the `supportForTags` property
|
|
732
|
+
|
|
733
|
+
### Miscellaneous
|
|
734
|
+
|
|
735
|
+
- **monorepo:** Regenerate README markdown files
|
|
736
|
+
|
|
737
|
+
## [0.3.0](https://github.com/storm-software/storm-ops/releases/tag/tsdoc%400.3.0) (2025-06-05)
|
|
738
|
+
|
|
739
|
+
### Features
|
|
740
|
+
|
|
741
|
+
- **tsdoc:** Added the `api-extractor.json` and `config.json` files
|
|
742
|
+
|
|
743
|
+
### Miscellaneous
|
|
744
|
+
|
|
745
|
+
- **tsdoc:** Rename `config.json` to `core.json`
|
|
746
|
+
- **monorepo:** Update workspace packages and README markdown
|
|
747
|
+
|
|
748
|
+
## [0.2.0](https://github.com/storm-software/storm-ops/releases/tag/tsdoc%400.2.0) (2025-06-04)
|
|
749
|
+
|
|
750
|
+
### Features
|
|
751
|
+
|
|
752
|
+
- **tsdoc:** Extend `@microsoft/api-extractor` configuration in `base.json`
|
|
753
|
+
|
|
754
|
+
## [0.1.7](https://github.com/storm-software/storm-ops/releases/tag/tsdoc%400.1.7) (2025-05-29)
|
|
755
|
+
|
|
756
|
+
### Miscellaneous
|
|
757
|
+
|
|
758
|
+
- **monorepo:** Regenerate README markdown files
|
|
759
|
+
- **monorepo:** Regenerate README markdown files
|
|
760
|
+
|
|
761
|
+
## [0.1.6](https://github.com/storm-software/storm-ops/releases/tag/tsdoc%400.1.6) (2025-05-29)
|
|
762
|
+
|
|
763
|
+
### Miscellaneous
|
|
764
|
+
|
|
765
|
+
- **monorepo:** Update Storm workspace packages
|
|
766
|
+
|
|
767
|
+
## [0.1.5](https://github.com/storm-software/storm-ops/releases/tag/tsdoc%400.1.5) (2025-05-28)
|
|
768
|
+
|
|
769
|
+
### Miscellaneous
|
|
770
|
+
|
|
771
|
+
- **monorepo:** Regenerate README markdown files
|
|
772
|
+
|
|
773
|
+
## [0.1.4](https://github.com/storm-software/storm-ops/releases/tag/tsdoc%400.1.4) (2025-05-28)
|
|
774
|
+
|
|
775
|
+
### Miscellaneous
|
|
776
|
+
|
|
777
|
+
- **monorepo:** Update workspace package links
|
|
778
|
+
|
|
779
|
+
## [0.1.3](https://github.com/storm-software/storm-ops/releases/tag/tsdoc%400.1.3) (2025-05-25)
|
|
780
|
+
|
|
781
|
+
### Bug Fixes
|
|
782
|
+
|
|
783
|
+
- **tsdoc:** Removed invalid comments from `typedoc.json` configuration
|
|
784
|
+
- **tsdoc:** Resolved issue with missing configuration in output
|
|
785
|
+
|
|
786
|
+
### Miscellaneous
|
|
787
|
+
|
|
788
|
+
- **monorepo:** Regenerate README markdown files
|
|
789
|
+
|
|
790
|
+
## [0.1.2](https://github.com/storm-software/storm-ops/releases/tag/tsdoc%400.1.2) (2025-05-25)
|
|
791
|
+
|
|
792
|
+
### Miscellaneous
|
|
793
|
+
|
|
794
|
+
- **monorepo:** Regenerate README markdown files
|
|
795
|
+
|
|
796
|
+
## [0.1.1](https://github.com/storm-software/storm-ops/releases/tag/tsdoc%400.1.1) (2025-05-25)
|
|
797
|
+
|
|
798
|
+
### Miscellaneous
|
|
799
|
+
|
|
800
|
+
- **monorepo:** Regenerate README markdown files
|
|
801
|
+
|
|
802
|
+
## [0.1.0](https://github.com/storm-software/storm-ops/releases/tag/tsdoc%400.1.0) (2025-05-25)
|
|
803
|
+
|
|
804
|
+
### Features
|
|
805
|
+
|
|
806
|
+
- **eslint:** Patched tsdoc plugin to use config from `@storm-software/tsdoc`
|
|
807
|
+
- **tsdoc:** Initial check-in of the `tsdoc` package
|
|
808
|
+
|
|
809
|
+
### Bug Fixes
|
|
810
|
+
|
|
811
|
+
- **tsdoc:** Resolved issue with invalid output directories
|
package/README.md
CHANGED
|
@@ -21,7 +21,7 @@ This package is part of the <b>⚡Storm-Ops</b> monorepo. The Storm-Ops packages
|
|
|
21
21
|
|
|
22
22
|
<h3 align="center">💻 Visit <a href="https://stormsoftware.com" target="_blank">stormsoftware.com</a> to stay up to date with this developer</h3><br />
|
|
23
23
|
|
|
24
|
-
[](https://prettier.io/) [](http://nx.dev/) [](https://nextjs.org/) [](http://commitizen.github.io/cz-cli/)  [](https://fumadocs.vercel.app/) 
|
|
25
25
|
|
|
26
26
|
<!-- prettier-ignore-start -->
|
|
27
27
|
<!-- markdownlint-disable -->
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@storm-software/tsdoc",
|
|
3
|
-
"version": "0.10.
|
|
3
|
+
"version": "0.10.7",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "This package contains shared TSDoc configurations used in Storm Software projects.",
|
|
6
6
|
"repository": {
|
|
@@ -44,12 +44,12 @@
|
|
|
44
44
|
"module": "./dist/index.js",
|
|
45
45
|
"exports": {
|
|
46
46
|
"./package.json": "./package.json",
|
|
47
|
-
"./base.json": "./
|
|
48
|
-
"./typedoc.json": "./
|
|
49
|
-
"./api-extractor.json": "./
|
|
50
|
-
"./core.json": "./
|
|
51
|
-
"./callouts.json": "./
|
|
52
|
-
"./recommended.json": "./
|
|
47
|
+
"./base.json": "./base.json",
|
|
48
|
+
"./typedoc.json": "./typedoc.json",
|
|
49
|
+
"./api-extractor.json": "./api-extractor.json",
|
|
50
|
+
"./core.json": "./core.json",
|
|
51
|
+
"./callouts.json": "./callouts.json",
|
|
52
|
+
"./recommended.json": "./recommended.json",
|
|
53
53
|
"./index": {
|
|
54
54
|
"import": { "types": "./dist/index.d.ts", "default": "./dist/index.js" },
|
|
55
55
|
"require": {
|
|
@@ -68,7 +68,6 @@
|
|
|
68
68
|
}
|
|
69
69
|
},
|
|
70
70
|
"types": "./dist/index.d.ts",
|
|
71
|
-
"files": ["config/**/*", "dist/**/*"],
|
|
72
71
|
"keywords": ["tsdoc", "typedoc", "storm", "storm-ops", "storm-software"],
|
|
73
72
|
"peerDependencies": {
|
|
74
73
|
"@microsoft/api-extractor": ">=7.52.0",
|
|
@@ -87,5 +86,5 @@
|
|
|
87
86
|
},
|
|
88
87
|
"publishConfig": { "access": "public" },
|
|
89
88
|
"sideEffects": false,
|
|
90
|
-
"gitHead": "
|
|
89
|
+
"gitHead": "e3a65d569028bf9ea0883e17613944a9edae541d"
|
|
91
90
|
}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|