- 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)