Releases: fastify/light-my-request
Releases · fastify/light-my-request
v5.11.1
What's Changed
- fix type CallbackFunc by @sirenkovladd in #256
- improve tests by @Uzlopak in #261
- remove semver dependency by @Uzlopak in #262
- chore: add
.gitattributes
file by @Fdawgs in #266 - test: add missing
use strict
directives by @Fdawgs in #267 - test(index): optimize split param by @Fdawgs in #268
- add workflow for Fastify Integration testing by @Uzlopak in #269
- chore(package): explicitly declare js module type by @Fdawgs in #270
- refactor(index): replace
typeof
undefined check by @Fdawgs in #272 - build(deps): bump fastify/workflows from 3 to 4 by @dependabot in #273
- Revert "build(deps): bump fastify/workflows from 3 to 4" by @jsumners in #274
- build(deps): bump cookie from 0.5.0 to 0.6.0 by @dependabot in #275
- build(deps-dev): bump tsd from 0.29.0 to 0.30.0 by @dependabot in #276
- chore(package): fix repository url by @Fdawgs in #278
- chore(.gitignore): add .tap/ dir by @Fdawgs in #280
- chore: Fix InjectOptions type with test additions by @thierrymarianne in #281
New Contributors
- @thierrymarianne made their first contribution in #281
Full Changelog: v5.11.0...v5.11.1
v5.11.0
What's Changed
- dont serialize null as header values by @Uzlopak in #250
- fix README typo by @mscottnelson in #251
- ci: benchmark workflow by @Uzlopak in #253
- chore: kebab-case filenames by @Uzlopak in #254
- build(deps-dev): bump tsd from 0.28.1 to 0.29.0 by @dependabot in #259
- perf: use
node:
prefix to bypass require.cache call for builtins by @Fdawgs in #260 - Improve benchmarks by @sirenkovladd in #258
New Contributors
- @mscottnelson made their first contribution in #251
- @sirenkovladd made their first contribution in #258
Full Changelog: v5.10.0...v5.11.0
v5.10.0
What's Changed
- fix: response headers serialization by @ivan-tymoshenko in #248
New Contributors
- @ivan-tymoshenko made their first contribution in #248
Full Changelog: v5.9.2...v5.10.0
v5.9.2
What's Changed
- chore(.gitignore): add bun lockfile by @Fdawgs in #238
- build(deps-dev): bump tsd from 0.25.0 to 0.26.0 by @dependabot in #239
- build(deps-dev): bump tsd from 0.26.1 to 0.27.0 by @dependabot in #240
- build(deps-dev): bump tsd from 0.27.0 to 0.28.0 by @dependabot in #241
- ci: only trigger on pushes to main branches by @Fdawgs in #243
- build(deps-dev): bump @types/node from 18.16.5 to 20.1.0 by @dependabot in #245
- fix: add missing type for request body by @Fdawgs in #246
- Calling req.destroy() after reading the whole payload should not error by @mcollina in #247
Full Changelog: v5.9.1...v5.9.2
v5.9.1
v5.9.0
What's Changed
- build(deps-dev): bump tsd from 0.24.1 to 0.25.0 by @dependabot in #233
- add response cookies type by @trim21 in #234
- chore(.gitignore): add clinic by @Fdawgs in #236
- #235 Add fake origin header by @alainrk in #237
New Contributors
Full Changelog: v5.8.0...v5.9.0
v5.8.0
v5.7.0
What's Changed
- build(deps-dev): bump tsd from 0.23.0 to 0.24.1 by @dependabot in #225
- build(deps-dev): bump form-auto-content from 2.2.1 to 3.0.0 by @dependabot in #226
- fix: Response.json() should not check the content-type by @WoH in #229
New Contributors
Full Changelog: v5.6.1...v5.7.0
v5.6.1
v5.6.0
What's Changed
- use hasOwnProperty from Object.prototype by @Uzlopak in #219
- build(deps-dev): bump tsd from 0.22.0 to 0.23.0 by @dependabot in #220
- chore: fix type test by @SimenB in #222
- fix: properly handle Express.js send payload by @L2jLiga in #221
Full Changelog: v5.5.1...v5.6.0