-
fix: update
@sveltejs/package
to avoidpeerDependencies
warning (#282) -
chore: update repository information (#274)
- fix: prevent duplicate imports (#12931)
- fix: prefer TS in unclear migration situations if
tsconfig.json
found (#12881)
- docs: update URLs for new svelte.dev site (#12857)
-
docs: demonstrate sv migrate over prior commands (#12840)
-
fix: bump enhanced-img version to avoid peer dep warning (#12852)
- fix: migrate
svelte
andvite-plugin-svelte
to latest (#12838)
- chore: add
svelte-eslint-parser
to list of migratable dependencies (#12828)
- chore: upgrade to ts-morph 24 (#12781)
- chore: upgrade to ts-morph 23 (#12607)
- feat: pass filename to
migrate
to allow forsvelte:self
migration (#12749)
- fix: prompt SvelteKit 2 migration during Svelte 5 migration if necessary (#12748)
- fix: use
next
versions forsvelte
andvite-plugin-svelte
(#12729)
- feat: add Svelte 5 migration (#12519)
- chore: configure provenance in a simpler manner (#12570)
- chore: package provenance (#12567)
- chore: add keywords for discovery in npm search (#12330)
- fix: bump import-meta-resolve to remove deprecation warnings (#12240)
- fix: continue traversing the children of non-self-closing elements (#12175)
- feat: add self-closing-tags migration (#12128)
- chore(deps): update dependency ts-morph to v22 (
4447269e979f2b5be18e0fded0b5843a6258542d
)
- fix: don't downgrade versions when bumping dependencies (#11716)
- fix: correct link to docs (#11407)
- chore: update primary branch from master to main (
47779436c5f6c4d50011d0ef8b2709a07c0fec5d
)
- suggest running migrate command with latest if migration does not exist (#11362)
-
chore: insert package at sorted position (#11332)
-
fix: adjust cookie migration logic, note installation (#11331)
- fix: handle jsconfig.json (#11325)
- chore: fix broken migration links (#11320)
- feat: add sveltekit v2 migration (#11294)
- chore(deps): update dependency ts-morph to v21 (#11181)
- chore(deps): update dependency ts-morph to v20 (#10766)
- fix: do not downgrade versions (#10352)
- fix: note old eslint plugin deprecation (#10319)
- fix: ensure glob finds all files in folders (#10230)
- fix: handle missing fields in migrate script (#10221)
-
fix: finalize svelte-4 migration (#10195)
-
fix: changed
index
toindex.d.ts
intypesVersions
(#10180)
- docs: update readme (#10066)
- feat: add Svelte 4 migration (#9729)
- fix: include index in typesVersions because it's always matched (#9147)
-
fix: update existing exports with prepended outdir (#9133)
-
fix: use typesVersions to wire up deep imports (#9133)
- fix: include utils in migrate's published files (#9085)
- feat: add
@sveltejs/package
migration (v1->v2) (#8922)
- fix: correctly check for old load props (#8537)
First major release, see below for the history of changes that lead up to this. Starting from now all releases follow semver and changes will be listed as Major/Minor/Patch
- fix: more robust uppercase migration (#7033)
- feat: do uppercase http verbs migration on the fly (#6371)
- fix: git mv files correctly when they contain $ characters (#6129)
- Revert change to suggest props destructuring (#6099)
- Handle Error without message, handle status 200, handle missing body (#6096)
- Create
.ts
files from<script context="module" lang="ts">
(#5905)
- Rewrite type names (#5778)
- handle lone return statements (#5831)
- Fix error placement on (arrow) function when checking load input (#5840)
- Correctly rename files with spaces when migrating (#5820)
- Add a README (#5817)