light-my-request

Fake HTTP injection library

OTHER License

Downloads
7.5M
Stars
310
Committers
66

Bot releases are hidden (Show)

light-my-request - v4.0.0

Published by mcollina over 4 years ago

📚 PR:

  • Updated deps
  • Move from travis to github actions, drop old node, bump tap (#89)
light-my-request - v3.8.0

Published by mcollina over 4 years ago

📚 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)
light-my-request - v3.7.4

Published by mcollina over 4 years ago

📚 PR:

  • fix type: missing query param multi-value definition (#77)
light-my-request - v3.7.3

Published by mcollina over 4 years ago

📚 PR:

  • fix incorrect typescript defs for query (#76)
light-my-request - v3.7.2

Published by mcollina over 4 years ago

📚 PR:

  • Add cookies property to the InjectOptions interface type definition (#74)
light-my-request - v3.7.1

Published by delvedor over 4 years ago

Fixes:

  • Improved headers handling - #73
light-my-request - v3.7.0

Published by mcollina almost 5 years ago

📚 PR:

  • Easy cookie (#72)
light-my-request - v3.6.3

Published by mcollina almost 5 years ago

📚 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)
light-my-request - v3.6.2

Published by mcollina almost 5 years ago

📚 PR:

  • restore autostart when using fire-and-forget promises. (#63)
light-my-request - v3.6.1

Published by mcollina almost 5 years ago

📚 PR:

  • Remove throw utility (#61)
  • fix regression introduced in v3.6.0 with string urls (#62)
light-my-request - v3.6.0

Published by delvedor almost 5 years ago

Features:

  • Chainable api support - #53

Fixes:

  • Update TypeScript typings (#57) - #58
  • Update doc and typings for res.json() - #56
light-my-request - v3.5.0

Published by mcollina about 5 years ago

📚 PR:

  • chore(package): update standard to version 13.0.1
  • Fix standard
  • Updated dependencies
  • Update standard to the latest version 🚀 (#47)
  • chore(package): update standard to version 14.0.2 (#49)
  • README.md typo (#51)
  • Add json() handler for Response (#55)
light-my-request - v3.4.1

Published by mcollina over 5 years ago

  • Add Node 12 to Travis #46
  • Fix dep0066 #45
light-my-request - v3.4.0

Published by delvedor over 5 years ago

  • Use path as alias of url - #43
light-my-request - v3.3.0

Published by mcollina over 5 years ago

  • typings #39
light-my-request - v3.2.0

Published by mcollina over 5 years ago

  • Migrate to WHATWG URL #33
light-my-request - v3.1.0

Published by mcollina about 6 years ago

  • Added body->payload aliases #28
light-my-request - v3.0.0

Published by mcollina about 6 years ago

  • Updated readable-stream@3 #25 #26
light-my-request - v2.0.3

Published by mcollina over 6 years ago

  • Force stream resume #24
light-my-request - v2.0.2

Published by delvedor over 6 years ago

  • Allow onyl http.METHODS - #20