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)
- Suggest props destructuring if possible (#6069)
- Fix typo in migration task (#6070)
- Migrate type comments on arrow functions (#5933)
- Use LayoutLoad inside +layout.js files (#5931)
- 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)
- handle more import cases (#5828)
- check load function input (#5838)
- Correctly rename files with spaces when migrating (#5820)
- Add a README (#5817)