Skip to content

Releases: fastify/light-my-request

v4.7.0

23 Nov 16:09
Compare
Choose a tag to compare

What's Changed

  • build(deps): bump actions/checkout from 2.3.4 to 2.3.5 by @dependabot in #162
  • build(deps): bump actions/checkout from 2.3.5 to 2.4.0 by @dependabot in #163
  • build(deps): bump fastify/github-action-merge-dependabot from 2.5.0 to 2.6.0 by @dependabot in #164
  • build(deps-dev): bump tsd from 0.18.0 to 0.19.0 by @dependabot in #165
  • Correctly support finished in Node v16 by @mcollina in #166

Full Changelog: v4.6.0...v4.7.0

v4.6.0

14 Oct 12:33
Compare
Choose a tag to compare

What's Changed

Full Changelog: v4.5.0...v4.6.0

v4.5.0

05 Oct 16:27
Compare
Choose a tag to compare

What's Changed

  • build(deps): bump fastify/github-action-merge-dependabot from 2.4.0 to 2.5.0 by @dependabot in #157
  • build(deps): bump actions/setup-node from 2.4.0 to 2.4.1 by @dependabot in #158
  • added rawHeaders to Request by @L2jLiga in #159

New Contributors

Full Changelog: v4.4.4...v4.5.0

v4.4.4

23 Aug 16:54
Compare
Choose a tag to compare

What's Changed

  • fixed parseURL and all tests passed for bug: Value of request.url when using .inject differs from a real server #3257 by @LobRockyl in #156

New Contributors

  • @LobRockyl made their first contribution in #156

Full Changelog: v4.4.3...v4.4.4

v4.4.3

18 Aug 10:29
Compare
Choose a tag to compare

What's Changed

  • chore: add missing semver dev dependency by @SimenB in #153
  • fix: copy headers when using express by @SimenB in #154

New Contributors

Full Changelog: v4.4.2...v4.4.3

v4.4.2

16 Aug 22:18
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v4.4.1...v4.4.2

v4.4.1

17 Dec 10:24
Compare
Choose a tag to compare

πŸ“š PR:

  • Revert "Use Ajv@7, remove dependency on Ajv (#115)"
  • Bumped v4.4.1
  • Bump tsd from 0.13.1 to 0.14.0 (#113)

v4.4.0

17 Dec 08:59
Compare
Choose a tag to compare

πŸ“š PR:

  • Use Ajv@7, remove dependency on Ajv (#115)

v4.3.0

08 Nov 20:13
Compare
Choose a tag to compare

πŸ“š PR:

  • Bump standard from 14.3.4 to 15.0.0
  • fix(test): add semver version to check node version on tests
  • types(Chain): add response as Promise on chainable methods
  • update: add tests for PromiseLike response
  • update(index): add end overload type
  • Merge pull request #110 from RafaelGSS/fix-typescript-chain
  • use let instead of var
  • feat: add stale (#106)
  • Bump standard from 15.0.1 to 16.0.1 (#111)

v4.2.1

20 Oct 08:34
Compare
Choose a tag to compare

πŸ“š PR:

  • module.exports.inject = inject (#104)