Releases: fastify/light-my-request
Releases Β· fastify/light-my-request
v3.7.4
π PR:
- fix type: missing query param multi-value definition (#77)
v3.7.3
π PR:
- fix incorrect typescript defs for query (#76)
v3.7.2
π PR:
- Add cookies property to the InjectOptions interface type definition (#74)
v3.7.1
Fixes:
- Improved headers handling - #73
v3.6.3
π PR:
- chore(package): update form-data to version 3.0.0 (#65)
- Override Response.setTimeout to make response timeout handler work (#69)
- chore(package): update @types/node to version 13.1.0 (#70)
v3.6.2
π PR:
- restore autostart when using fire-and-forget promises. (#63)
v3.6.1
π PR:
- Remove throw utility (#61)
- fix regression introduced in v3.6.0 with string urls (#62)
v3.6.0
Features:
- Chainable api support - #53
Fixes:
- Update TypeScript typings (#57) - #58
- Update doc and typings for res.json() - #56
v3.5.0
π PR:
- chore(package): update standard to version 13.0.1
- Fix standard
- Updated dependencies
- Update standard to the latest version π (#47)
- chore(package): update standard to version 14.0.2 (#49)
- README.md typo (#51)
- Add json() handler for Response (#55)