Skip to content

Latest commit

 

History

History
69 lines (35 loc) · 1.67 KB

CHANGELOG.md

File metadata and controls

69 lines (35 loc) · 1.67 KB

svelte-migrate

1.0.0-next.10

Patch Changes

  • Revert change to suggest props destructuring (#6099)

1.0.0-next.9

Patch Changes

  • Handle Error without message, handle status 200, handle missing body (#6096)

1.0.0-next.8

Patch Changes

  • Suggest props destructuring if possible (#6069)
  • Fix typo in migration task (#6070)

1.0.0-next.7

Patch Changes

  • Migrate type comments on arrow functions (#5933)
  • Use LayoutLoad inside +layout.js files (#5931)

1.0.0-next.6

Patch Changes

  • Create .ts files from <script context="module" lang="ts"> (#5905)

1.0.0-next.5

Patch Changes

  • Rewrite type names (#5778)

1.0.0-next.4

Patch Changes

  • handle lone return statements (#5831)
  • Fix error placement on (arrow) function when checking load input (#5840)

1.0.0-next.3

Patch Changes

  • handle more import cases (#5828)
  • check load function input (#5838)

1.0.0-next.2

Patch Changes

  • Correctly rename files with spaces when migrating (#5820)

1.0.0-next.1

Patch Changes