Skip to content

Releases: fastify/light-my-request

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)

v3.7.1

03 Feb 16:55
Compare
Choose a tag to compare

Fixes:

  • Improved headers handling - #73

v3.7.0

06 Jan 23:19
Compare
Choose a tag to compare

πŸ“š PR:

  • Easy cookie (#72)

v3.6.3

27 Dec 11:56
Compare
Choose a tag to compare

πŸ“š PR:

  • chore(package): update form-data to version 3.0.0 (#65)
  • Override Response.setTimeout to make response timeout handler work (#69)
  • chore(package): update @types/node to version 13.1.0 (#70)

v3.6.2

29 Oct 08:45
Compare
Choose a tag to compare

πŸ“š PR:

  • restore autostart when using fire-and-forget promises. (#63)