Skip to content

Releases: fastify/light-my-request

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)

v3.7.4

26 Mar 18:34
Compare
Choose a tag to compare

πŸ“š PR:

  • fix type: missing query param multi-value definition (#77)

v3.7.3

24 Mar 10:46
Compare
Choose a tag to compare

πŸ“š PR:

  • fix incorrect typescript defs for query (#76)

v3.7.2

03 Mar 21:43
Compare
Choose a tag to compare

πŸ“š PR:

  • Add cookies property to the InjectOptions interface type definition (#74)