Releases: fastify/light-my-request
Releases · fastify/light-my-request
v6.3.0
v6.2.0
What's Changed
- refactor(lib/request): use
Object.hasOwn()
by @Fdawgs in #304 - build(deps-dev): bump @types/node from 20.16.13 to 22.7.7 by @dependabot in #306
- build(deps): bump cookie from 0.7.2 to 1.0.1 by @dependabot in #307
- build(deps): bump fastify/workflows from 5.0.0 to 5.0.1 by @dependabot in #305
- Add payloadAsStream option by @mcollina in #308
Full Changelog: v6.1.0...v6.2.0
v6.1.0
v5.14.0
v6.0.0
v5.13.0
What's Changed
- feat: response.stream() by @climba03003 in #284
- build(deps-dev): bump tsd from 0.30.7 to 0.31.0 by @dependabot in #285
- feat: support
FormData
by @climba03003 in #286
Full Changelog: v5.12.0...v5.13.0
v5.12.0
What's Changed
- build(deps): bump process-warning from 2.3.2 to 3.0.0 by @dependabot in #277
Full Changelog: v5.11.1...v5.12.0
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