Skip to content

Releases: fastify/light-my-request

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)

v4.2.0

18 Oct 18:53
Compare
Choose a tag to compare

πŸ“š PR:

  • fix: fix response.destroy (#102)
  • Removed warning in the test (#103)

v4.1.1

06 Oct 09:14
Compare
Choose a tag to compare

πŸ“š PR:

  • test: βœ… improve test line coverage (#100)
  • Expose a mock socket that is an EventEmitter like a real one would be (#101)

v4.1.0

01 Oct 20:40
Compare
Choose a tag to compare

πŸ“š PR:

  • fix: add missing request.socket (#87) (#99)

v4.0.2

11 Aug 08:07
Compare
Choose a tag to compare

πŸ“š PR:

  • Bump form-auto-content from 1.0.0 to 2.0.0
  • fix: change this to res in response.js (#93)
  • Bump tsd from 0.11.0 to 0.12.0 (#95)
  • Bump tsd from 0.12.1 to 0.13.1 (#96)
  • types: using generic type for request json parser (#97)
    q

v4.0.1

19 May 14:17
Compare
Choose a tag to compare
  • Add missing type for Response.raw.req (#92)
  • Bump @types/node from 13.13.6 to 14.0.1 (#91)

v4.0.0

05 May 18:19
Compare
Choose a tag to compare

πŸ“š PR:

  • Updated deps
  • Move from travis to github actions, drop old node, bump tap (#89)

v3.8.0

03 May 10:24
Compare
Choose a tag to compare

πŸ“š PR:

  • move to dependabot (#80)
  • fix: type in protocol (#81)
  • Fix type for Response.json() (#86)
  • Fix type returned by end() (#85)
  • docs: easy form (#88)