@tanstack/create-start 0.48.9 → 0.58.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 +534 -0
- package/dist/index.js +0 -3
- package/package.json +3 -3
- package/src/index.ts +0 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,539 @@
|
|
|
1
1
|
# @tanstack/create-start
|
|
2
2
|
|
|
3
|
+
## 0.58.5
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [[`dbd3086`](https://github.com/TanStack/cli/commit/dbd308621464d14bbc03158b2972fd061ea6ccb1), [`4f7c925`](https://github.com/TanStack/cli/commit/4f7c9255f365b1993ec91ac447dfcbfe6dd4903d)]:
|
|
8
|
+
- @tanstack/create@0.59.4
|
|
9
|
+
- @tanstack/cli@0.58.5
|
|
10
|
+
|
|
11
|
+
## 0.58.4
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- Updated dependencies [[`0c0ee31`](https://github.com/TanStack/cli/commit/0c0ee318f78896f228623aa05e2a58cfb50e6f81)]:
|
|
16
|
+
- @tanstack/cli@0.58.4
|
|
17
|
+
|
|
18
|
+
## 0.58.3
|
|
19
|
+
|
|
20
|
+
### Patch Changes
|
|
21
|
+
|
|
22
|
+
- Updated dependencies [[`a93d7e5`](https://github.com/TanStack/cli/commit/a93d7e5d43bc1db37f2251bf88de7681c9a7387d)]:
|
|
23
|
+
- @tanstack/create@0.59.3
|
|
24
|
+
- @tanstack/cli@0.58.3
|
|
25
|
+
|
|
26
|
+
## 0.58.2
|
|
27
|
+
|
|
28
|
+
### Patch Changes
|
|
29
|
+
|
|
30
|
+
- Updated dependencies [[`2f3c4d7`](https://github.com/TanStack/cli/commit/2f3c4d79b1ecdf8b8404d23e7b25bfbbbf77f48f)]:
|
|
31
|
+
- @tanstack/create@0.59.2
|
|
32
|
+
- @tanstack/cli@0.58.2
|
|
33
|
+
|
|
34
|
+
## 0.58.1
|
|
35
|
+
|
|
36
|
+
### Patch Changes
|
|
37
|
+
|
|
38
|
+
- Updated dependencies [[`0f2744e`](https://github.com/TanStack/cli/commit/0f2744ea4675dbc61ff14ebbe57f77438606b26b)]:
|
|
39
|
+
- @tanstack/create@0.59.1
|
|
40
|
+
- @tanstack/cli@0.58.1
|
|
41
|
+
|
|
42
|
+
## 0.58.0
|
|
43
|
+
|
|
44
|
+
### Minor Changes
|
|
45
|
+
|
|
46
|
+
- feat(mcp): add getAddOnDetails tool and expand add-on metadata
|
|
47
|
+
|
|
48
|
+
Add new MCP tool to retrieve detailed add-on information including
|
|
49
|
+
routes, package additions, files, and documentation. Also expand
|
|
50
|
+
listTanStackAddOns to include type, category, link, warning, and
|
|
51
|
+
exclusive fields.
|
|
52
|
+
|
|
53
|
+
- feat: force TanStack Start with Tailwind CSS always enabled
|
|
54
|
+
|
|
55
|
+
- Remove code-router mode and --router-only flag (TanStack Start only)
|
|
56
|
+
- Remove start add-on (baked into base templates)
|
|
57
|
+
- Remove module-federation add-on
|
|
58
|
+
- Force Tailwind CSS to always be enabled
|
|
59
|
+
- Remove --tailwind/--no-tailwind CLI flags
|
|
60
|
+
- Remove selectTailwind and selectTypescript prompts
|
|
61
|
+
- Remove forcedMode parameter (mode always file-router)
|
|
62
|
+
- Simplify template conditionals and hardcode typescript/tailwind values
|
|
63
|
+
- Update README.md.ejs with instructions for removing Tailwind
|
|
64
|
+
- Clean up dead code and unused functions
|
|
65
|
+
- Update all CLI wrappers to show deprecation warnings
|
|
66
|
+
|
|
67
|
+
### Patch Changes
|
|
68
|
+
|
|
69
|
+
- ci: Version Packages (#338)
|
|
70
|
+
|
|
71
|
+
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
|
72
|
+
|
|
73
|
+
- ci: Version Packages (#311)
|
|
74
|
+
|
|
75
|
+
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
|
76
|
+
|
|
77
|
+
- ci: Version Packages (#337)
|
|
78
|
+
|
|
79
|
+
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
|
80
|
+
|
|
81
|
+
- ci: Version Packages (#335)
|
|
82
|
+
|
|
83
|
+
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
|
84
|
+
|
|
85
|
+
- ci: Version Packages (#327)
|
|
86
|
+
|
|
87
|
+
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
|
88
|
+
|
|
89
|
+
- ci: Version Packages (#312)
|
|
90
|
+
|
|
91
|
+
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
|
92
|
+
|
|
93
|
+
- ci: Version Packages (#325)
|
|
94
|
+
|
|
95
|
+
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
|
96
|
+
|
|
97
|
+
- ci: Version Packages (#326)
|
|
98
|
+
|
|
99
|
+
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
|
100
|
+
|
|
101
|
+
- ci: Version Packages (#313)
|
|
102
|
+
|
|
103
|
+
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
|
104
|
+
Co-authored-by: Tanner Linsley <tannerlinsley@gmail.com>
|
|
105
|
+
|
|
106
|
+
- ci: Version Packages (#336)
|
|
107
|
+
|
|
108
|
+
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
|
109
|
+
|
|
110
|
+
- ci: Version Packages (#334)
|
|
111
|
+
|
|
112
|
+
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
|
113
|
+
|
|
114
|
+
- Updated dependencies []:
|
|
115
|
+
- @tanstack/cli@0.58.0
|
|
116
|
+
- @tanstack/create@0.59.0
|
|
117
|
+
|
|
118
|
+
## 0.57.0
|
|
119
|
+
|
|
120
|
+
### Minor Changes
|
|
121
|
+
|
|
122
|
+
- feat(mcp): add getAddOnDetails tool and expand add-on metadata
|
|
123
|
+
|
|
124
|
+
Add new MCP tool to retrieve detailed add-on information including
|
|
125
|
+
routes, package additions, files, and documentation. Also expand
|
|
126
|
+
listTanStackAddOns to include type, category, link, warning, and
|
|
127
|
+
exclusive fields.
|
|
128
|
+
|
|
129
|
+
- feat: force TanStack Start with Tailwind CSS always enabled
|
|
130
|
+
|
|
131
|
+
- Remove code-router mode and --router-only flag (TanStack Start only)
|
|
132
|
+
- Remove start add-on (baked into base templates)
|
|
133
|
+
- Remove module-federation add-on
|
|
134
|
+
- Force Tailwind CSS to always be enabled
|
|
135
|
+
- Remove --tailwind/--no-tailwind CLI flags
|
|
136
|
+
- Remove selectTailwind and selectTypescript prompts
|
|
137
|
+
- Remove forcedMode parameter (mode always file-router)
|
|
138
|
+
- Simplify template conditionals and hardcode typescript/tailwind values
|
|
139
|
+
- Update README.md.ejs with instructions for removing Tailwind
|
|
140
|
+
- Clean up dead code and unused functions
|
|
141
|
+
- Update all CLI wrappers to show deprecation warnings
|
|
142
|
+
|
|
143
|
+
### Patch Changes
|
|
144
|
+
|
|
145
|
+
- ci: Version Packages (#325)
|
|
146
|
+
|
|
147
|
+
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
|
148
|
+
|
|
149
|
+
- ci: Version Packages (#336)
|
|
150
|
+
|
|
151
|
+
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
|
152
|
+
|
|
153
|
+
- ci: Version Packages (#313)
|
|
154
|
+
|
|
155
|
+
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
|
156
|
+
Co-authored-by: Tanner Linsley <tannerlinsley@gmail.com>
|
|
157
|
+
|
|
158
|
+
- ci: Version Packages (#334)
|
|
159
|
+
|
|
160
|
+
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
|
161
|
+
|
|
162
|
+
- ci: Version Packages (#335)
|
|
163
|
+
|
|
164
|
+
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
|
165
|
+
|
|
166
|
+
- ci: Version Packages (#326)
|
|
167
|
+
|
|
168
|
+
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
|
169
|
+
|
|
170
|
+
- ci: Version Packages (#312)
|
|
171
|
+
|
|
172
|
+
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
|
173
|
+
|
|
174
|
+
- ci: Version Packages (#311)
|
|
175
|
+
|
|
176
|
+
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
|
177
|
+
|
|
178
|
+
- ci: Version Packages (#337)
|
|
179
|
+
|
|
180
|
+
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
|
181
|
+
|
|
182
|
+
- ci: Version Packages (#327)
|
|
183
|
+
|
|
184
|
+
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
|
185
|
+
|
|
186
|
+
- Updated dependencies []:
|
|
187
|
+
- @tanstack/cli@0.57.0
|
|
188
|
+
- @tanstack/create@0.58.0
|
|
189
|
+
|
|
190
|
+
## 0.56.0
|
|
191
|
+
|
|
192
|
+
### Minor Changes
|
|
193
|
+
|
|
194
|
+
- feat: force TanStack Start with Tailwind CSS always enabled
|
|
195
|
+
|
|
196
|
+
- Remove code-router mode and --router-only flag (TanStack Start only)
|
|
197
|
+
- Remove start add-on (baked into base templates)
|
|
198
|
+
- Remove module-federation add-on
|
|
199
|
+
- Force Tailwind CSS to always be enabled
|
|
200
|
+
- Remove --tailwind/--no-tailwind CLI flags
|
|
201
|
+
- Remove selectTailwind and selectTypescript prompts
|
|
202
|
+
- Remove forcedMode parameter (mode always file-router)
|
|
203
|
+
- Simplify template conditionals and hardcode typescript/tailwind values
|
|
204
|
+
- Update README.md.ejs with instructions for removing Tailwind
|
|
205
|
+
- Clean up dead code and unused functions
|
|
206
|
+
- Update all CLI wrappers to show deprecation warnings
|
|
207
|
+
|
|
208
|
+
- feat(mcp): add getAddOnDetails tool and expand add-on metadata
|
|
209
|
+
|
|
210
|
+
Add new MCP tool to retrieve detailed add-on information including
|
|
211
|
+
routes, package additions, files, and documentation. Also expand
|
|
212
|
+
listTanStackAddOns to include type, category, link, warning, and
|
|
213
|
+
exclusive fields.
|
|
214
|
+
|
|
215
|
+
### Patch Changes
|
|
216
|
+
|
|
217
|
+
- ci: Version Packages (#313)
|
|
218
|
+
|
|
219
|
+
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
|
220
|
+
Co-authored-by: Tanner Linsley <tannerlinsley@gmail.com>
|
|
221
|
+
|
|
222
|
+
- ci: Version Packages (#311)
|
|
223
|
+
|
|
224
|
+
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
|
225
|
+
|
|
226
|
+
- ci: Version Packages (#336)
|
|
227
|
+
|
|
228
|
+
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
|
229
|
+
|
|
230
|
+
- ci: Version Packages (#327)
|
|
231
|
+
|
|
232
|
+
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
|
233
|
+
|
|
234
|
+
- ci: Version Packages (#325)
|
|
235
|
+
|
|
236
|
+
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
|
237
|
+
|
|
238
|
+
- ci: Version Packages (#334)
|
|
239
|
+
|
|
240
|
+
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
|
241
|
+
|
|
242
|
+
- ci: Version Packages (#326)
|
|
243
|
+
|
|
244
|
+
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
|
245
|
+
|
|
246
|
+
- ci: Version Packages (#335)
|
|
247
|
+
|
|
248
|
+
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
|
249
|
+
|
|
250
|
+
- ci: Version Packages (#312)
|
|
251
|
+
|
|
252
|
+
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
|
253
|
+
|
|
254
|
+
- Updated dependencies []:
|
|
255
|
+
- @tanstack/cli@0.56.0
|
|
256
|
+
- @tanstack/create@0.57.0
|
|
257
|
+
|
|
258
|
+
## 0.55.0
|
|
259
|
+
|
|
260
|
+
### Minor Changes
|
|
261
|
+
|
|
262
|
+
- feat(mcp): add getAddOnDetails tool and expand add-on metadata
|
|
263
|
+
|
|
264
|
+
Add new MCP tool to retrieve detailed add-on information including
|
|
265
|
+
routes, package additions, files, and documentation. Also expand
|
|
266
|
+
listTanStackAddOns to include type, category, link, warning, and
|
|
267
|
+
exclusive fields.
|
|
268
|
+
|
|
269
|
+
- feat: force TanStack Start with Tailwind CSS always enabled
|
|
270
|
+
|
|
271
|
+
- Remove code-router mode and --router-only flag (TanStack Start only)
|
|
272
|
+
- Remove start add-on (baked into base templates)
|
|
273
|
+
- Remove module-federation add-on
|
|
274
|
+
- Force Tailwind CSS to always be enabled
|
|
275
|
+
- Remove --tailwind/--no-tailwind CLI flags
|
|
276
|
+
- Remove selectTailwind and selectTypescript prompts
|
|
277
|
+
- Remove forcedMode parameter (mode always file-router)
|
|
278
|
+
- Simplify template conditionals and hardcode typescript/tailwind values
|
|
279
|
+
- Update README.md.ejs with instructions for removing Tailwind
|
|
280
|
+
- Clean up dead code and unused functions
|
|
281
|
+
- Update all CLI wrappers to show deprecation warnings
|
|
282
|
+
|
|
283
|
+
### Patch Changes
|
|
284
|
+
|
|
285
|
+
- ci: Version Packages (#325)
|
|
286
|
+
|
|
287
|
+
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
|
288
|
+
|
|
289
|
+
- ci: Version Packages (#335)
|
|
290
|
+
|
|
291
|
+
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
|
292
|
+
|
|
293
|
+
- ci: Version Packages (#312)
|
|
294
|
+
|
|
295
|
+
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
|
296
|
+
|
|
297
|
+
- ci: Version Packages (#326)
|
|
298
|
+
|
|
299
|
+
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
|
300
|
+
|
|
301
|
+
- ci: Version Packages (#311)
|
|
302
|
+
|
|
303
|
+
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
|
304
|
+
|
|
305
|
+
- ci: Version Packages (#313)
|
|
306
|
+
|
|
307
|
+
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
|
308
|
+
Co-authored-by: Tanner Linsley <tannerlinsley@gmail.com>
|
|
309
|
+
|
|
310
|
+
- ci: Version Packages (#334)
|
|
311
|
+
|
|
312
|
+
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
|
313
|
+
|
|
314
|
+
- ci: Version Packages (#327)
|
|
315
|
+
|
|
316
|
+
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
|
317
|
+
|
|
318
|
+
- Updated dependencies []:
|
|
319
|
+
- @tanstack/cli@0.55.0
|
|
320
|
+
- @tanstack/create@0.56.0
|
|
321
|
+
|
|
322
|
+
## 0.54.0
|
|
323
|
+
|
|
324
|
+
### Minor Changes
|
|
325
|
+
|
|
326
|
+
- feat(mcp): add getAddOnDetails tool and expand add-on metadata
|
|
327
|
+
|
|
328
|
+
Add new MCP tool to retrieve detailed add-on information including
|
|
329
|
+
routes, package additions, files, and documentation. Also expand
|
|
330
|
+
listTanStackAddOns to include type, category, link, warning, and
|
|
331
|
+
exclusive fields.
|
|
332
|
+
|
|
333
|
+
- feat: force TanStack Start with Tailwind CSS always enabled
|
|
334
|
+
|
|
335
|
+
- Remove code-router mode and --router-only flag (TanStack Start only)
|
|
336
|
+
- Remove start add-on (baked into base templates)
|
|
337
|
+
- Remove module-federation add-on
|
|
338
|
+
- Force Tailwind CSS to always be enabled
|
|
339
|
+
- Remove --tailwind/--no-tailwind CLI flags
|
|
340
|
+
- Remove selectTailwind and selectTypescript prompts
|
|
341
|
+
- Remove forcedMode parameter (mode always file-router)
|
|
342
|
+
- Simplify template conditionals and hardcode typescript/tailwind values
|
|
343
|
+
- Update README.md.ejs with instructions for removing Tailwind
|
|
344
|
+
- Clean up dead code and unused functions
|
|
345
|
+
- Update all CLI wrappers to show deprecation warnings
|
|
346
|
+
|
|
347
|
+
### Patch Changes
|
|
348
|
+
|
|
349
|
+
- ci: Version Packages (#327)
|
|
350
|
+
|
|
351
|
+
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
|
352
|
+
|
|
353
|
+
- ci: Version Packages (#313)
|
|
354
|
+
|
|
355
|
+
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
|
356
|
+
Co-authored-by: Tanner Linsley <tannerlinsley@gmail.com>
|
|
357
|
+
|
|
358
|
+
- ci: Version Packages (#326)
|
|
359
|
+
|
|
360
|
+
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
|
361
|
+
|
|
362
|
+
- ci: Version Packages (#311)
|
|
363
|
+
|
|
364
|
+
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
|
365
|
+
|
|
366
|
+
- ci: Version Packages (#312)
|
|
367
|
+
|
|
368
|
+
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
|
369
|
+
|
|
370
|
+
- ci: Version Packages (#334)
|
|
371
|
+
|
|
372
|
+
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
|
373
|
+
|
|
374
|
+
- ci: Version Packages (#325)
|
|
375
|
+
|
|
376
|
+
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
|
377
|
+
|
|
378
|
+
- Updated dependencies []:
|
|
379
|
+
- @tanstack/cli@0.54.0
|
|
380
|
+
- @tanstack/create@0.55.0
|
|
381
|
+
|
|
382
|
+
## 0.53.0
|
|
383
|
+
|
|
384
|
+
### Minor Changes
|
|
385
|
+
|
|
386
|
+
- feat(mcp): add getAddOnDetails tool and expand add-on metadata
|
|
387
|
+
|
|
388
|
+
Add new MCP tool to retrieve detailed add-on information including
|
|
389
|
+
routes, package additions, files, and documentation. Also expand
|
|
390
|
+
listTanStackAddOns to include type, category, link, warning, and
|
|
391
|
+
exclusive fields.
|
|
392
|
+
|
|
393
|
+
- feat: force TanStack Start with Tailwind CSS always enabled
|
|
394
|
+
|
|
395
|
+
- Remove code-router mode and --router-only flag (TanStack Start only)
|
|
396
|
+
- Remove start add-on (baked into base templates)
|
|
397
|
+
- Remove module-federation add-on
|
|
398
|
+
- Force Tailwind CSS to always be enabled
|
|
399
|
+
- Remove --tailwind/--no-tailwind CLI flags
|
|
400
|
+
- Remove selectTailwind and selectTypescript prompts
|
|
401
|
+
- Remove forcedMode parameter (mode always file-router)
|
|
402
|
+
- Simplify template conditionals and hardcode typescript/tailwind values
|
|
403
|
+
- Update README.md.ejs with instructions for removing Tailwind
|
|
404
|
+
- Clean up dead code and unused functions
|
|
405
|
+
- Update all CLI wrappers to show deprecation warnings
|
|
406
|
+
|
|
407
|
+
### Patch Changes
|
|
408
|
+
|
|
409
|
+
- ci: Version Packages (#313)
|
|
410
|
+
|
|
411
|
+
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
|
412
|
+
Co-authored-by: Tanner Linsley <tannerlinsley@gmail.com>
|
|
413
|
+
|
|
414
|
+
- ci: Version Packages (#325)
|
|
415
|
+
|
|
416
|
+
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
|
417
|
+
|
|
418
|
+
- ci: Version Packages (#326)
|
|
419
|
+
|
|
420
|
+
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
|
421
|
+
|
|
422
|
+
- ci: Version Packages (#327)
|
|
423
|
+
|
|
424
|
+
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
|
425
|
+
|
|
426
|
+
- ci: Version Packages (#311)
|
|
427
|
+
|
|
428
|
+
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
|
429
|
+
|
|
430
|
+
- ci: Version Packages (#312)
|
|
431
|
+
|
|
432
|
+
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
|
433
|
+
|
|
434
|
+
- Updated dependencies []:
|
|
435
|
+
- @tanstack/cli@0.53.0
|
|
436
|
+
- @tanstack/create@0.54.0
|
|
437
|
+
|
|
438
|
+
## 0.52.2
|
|
439
|
+
|
|
440
|
+
### Patch Changes
|
|
441
|
+
|
|
442
|
+
- Updated dependencies [[`61011ec`](https://github.com/TanStack/cli/commit/61011ec171283cd6de020e2cb6ac9f943a3aa47b), [`2cf6703`](https://github.com/TanStack/cli/commit/2cf6703a082d0441f96f599eab21559b05742f92), [`46a4903`](https://github.com/TanStack/cli/commit/46a49033547f7e6c9905f4e94cca07ce0988f63a)]:
|
|
443
|
+
- @tanstack/cli@0.52.2
|
|
444
|
+
- @tanstack/create@0.53.2
|
|
445
|
+
|
|
446
|
+
## 0.52.1
|
|
447
|
+
|
|
448
|
+
### Patch Changes
|
|
449
|
+
|
|
450
|
+
- Updated dependencies [[`72049cb`](https://github.com/TanStack/cli/commit/72049cb134f9ecd169da161154899cc84a5c39b8)]:
|
|
451
|
+
- @tanstack/create@0.53.1
|
|
452
|
+
- @tanstack/cli@0.52.1
|
|
453
|
+
|
|
454
|
+
## 0.52.0
|
|
455
|
+
|
|
456
|
+
### Minor Changes
|
|
457
|
+
|
|
458
|
+
- force tailwind, force typescript ([`337eeba`](https://github.com/TanStack/cli/commit/337eebaafa190de96194910b6c8c9e550ca142fc))
|
|
459
|
+
|
|
460
|
+
### Patch Changes
|
|
461
|
+
|
|
462
|
+
- Updated dependencies [[`337eeba`](https://github.com/TanStack/cli/commit/337eebaafa190de96194910b6c8c9e550ca142fc)]:
|
|
463
|
+
- @tanstack/create@0.53.0
|
|
464
|
+
- @tanstack/cli@0.52.0
|
|
465
|
+
|
|
466
|
+
## 0.51.0
|
|
467
|
+
|
|
468
|
+
### Minor Changes
|
|
469
|
+
|
|
470
|
+
- feat(mcp): add getAddOnDetails tool and expand add-on metadata
|
|
471
|
+
|
|
472
|
+
Add new MCP tool to retrieve detailed add-on information including
|
|
473
|
+
routes, package additions, files, and documentation. Also expand
|
|
474
|
+
listTanStackAddOns to include type, category, link, warning, and
|
|
475
|
+
exclusive fields.
|
|
476
|
+
|
|
477
|
+
### Patch Changes
|
|
478
|
+
|
|
479
|
+
- ci: Version Packages (#311)
|
|
480
|
+
|
|
481
|
+
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
|
482
|
+
|
|
483
|
+
- ci: Version Packages (#312)
|
|
484
|
+
|
|
485
|
+
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
|
486
|
+
|
|
487
|
+
- Updated dependencies []:
|
|
488
|
+
- @tanstack/cli@0.51.0
|
|
489
|
+
- @tanstack/create@0.52.0
|
|
490
|
+
|
|
491
|
+
## 0.50.0
|
|
492
|
+
|
|
493
|
+
### Minor Changes
|
|
494
|
+
|
|
495
|
+
- feat(mcp): add getAddOnDetails tool and expand add-on metadata
|
|
496
|
+
|
|
497
|
+
Add new MCP tool to retrieve detailed add-on information including
|
|
498
|
+
routes, package additions, files, and documentation. Also expand
|
|
499
|
+
listTanStackAddOns to include type, category, link, warning, and
|
|
500
|
+
exclusive fields.
|
|
501
|
+
|
|
502
|
+
### Patch Changes
|
|
503
|
+
|
|
504
|
+
- ci: Version Packages (#311)
|
|
505
|
+
|
|
506
|
+
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
|
507
|
+
|
|
508
|
+
- Updated dependencies []:
|
|
509
|
+
- @tanstack/cli@0.50.0
|
|
510
|
+
- @tanstack/create@0.51.0
|
|
511
|
+
|
|
512
|
+
## 0.49.0
|
|
513
|
+
|
|
514
|
+
### Minor Changes
|
|
515
|
+
|
|
516
|
+
- feat(mcp): add getAddOnDetails tool and expand add-on metadata
|
|
517
|
+
|
|
518
|
+
Add new MCP tool to retrieve detailed add-on information including
|
|
519
|
+
routes, package additions, files, and documentation. Also expand
|
|
520
|
+
listTanStackAddOns to include type, category, link, warning, and
|
|
521
|
+
exclusive fields.
|
|
522
|
+
|
|
523
|
+
### Patch Changes
|
|
524
|
+
|
|
525
|
+
- Updated dependencies []:
|
|
526
|
+
- @tanstack/cli@0.49.0
|
|
527
|
+
- @tanstack/create@0.50.0
|
|
528
|
+
|
|
529
|
+
## 0.48.10
|
|
530
|
+
|
|
531
|
+
### Patch Changes
|
|
532
|
+
|
|
533
|
+
- Updated dependencies [[`30edd20`](https://github.com/TanStack/cli/commit/30edd208fd81b5c501fa42cd476232273ff108d1)]:
|
|
534
|
+
- @tanstack/create@0.49.3
|
|
535
|
+
- @tanstack/cli@0.48.7
|
|
536
|
+
|
|
3
537
|
## 0.48.9
|
|
4
538
|
|
|
5
539
|
### Patch Changes
|
package/dist/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tanstack/create-start",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.58.5",
|
|
4
4
|
"description": "Tanstack Start Builder",
|
|
5
5
|
"bin": "./dist/index.js",
|
|
6
6
|
"type": "module",
|
|
@@ -24,8 +24,8 @@
|
|
|
24
24
|
"author": "Jack Herrington <jherr@pobox.com>",
|
|
25
25
|
"license": "MIT",
|
|
26
26
|
"dependencies": {
|
|
27
|
-
"@tanstack/cli": "0.
|
|
28
|
-
"@tanstack/create": "0.
|
|
27
|
+
"@tanstack/cli": "0.58.5",
|
|
28
|
+
"@tanstack/create": "0.59.4"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
31
|
"@types/node": "^22.13.4",
|
package/src/index.ts
CHANGED