Minor Changes
- #5277
15d9cd5
Thanks @dario-piotrowicz! - feature: addbuild-cf-types
script to Next.js projects
Patch Changes
-
#5218
0c535e7
Thanks @jculvey! - refactor: Refactor C3 internal helpers. Includes a few small changes:- Drops
--save
from internalpnpm
andnpm
install invocations - Switches to
git branch --show-current
for detecting current branch
- Drops
-
#5242
86c5f98
Thanks @jculvey! - chore: Remove customgetPlatformProxy
hook from SvelteKit template.sveltejs/adapter-cloudflare@4.2.0
has been released which provides direct support for bindings emulation viagetPlatformProxy
, so the custom hook is no longer needed. -
#5269
d4c23d2
Thanks @jculvey! - feature: Updates the commented out sections of the defaultwrangler.toml
in templates to include recent features. Also updates the documentation links to the appropriate section of the bindings docs. -
#5259
4ce7a5d
Thanks @jculvey! - fix: Require arguments for flags that expect themThis fixes an issue where
c3
would didn't require an argument to be passed to certain flags that expect them (ex.--framework
,--template
). Using these flags without an argument will now throw an error. -
#5277
15d9cd5
Thanks @dario-piotrowicz! - fix: remove timestamps from nuxt, qwik and remix type d.ts files