Skip to content
This repository was archived by the owner on Aug 1, 2025. It is now read-only.

Releases: davesag/mock-req-res

Version 1.2.1 (updated dependencies)

30 Jul 07:33

Choose a tag to compare

Allows use with Sinon > 10.0.0

Version 1.2.0

04 Jun 03:31

Choose a tag to compare

Added a number of other standard request and response properties and default values.

Version 1.1.4

26 Dec 02:59

Choose a tag to compare

Updated many development dependencies

Version 1.1.3

15 Nov 06:42

Choose a tag to compare

  • updated dependencies
  • set type to commonjs
  • restructured package

Version 1.1.2

08 Oct 05:01

Choose a tag to compare

No major API changes, however:

  • Added link to typescript definitions (thanks @sandorTuranszky)
  • updated many development dependencies

Version 1.1.1

21 May 09:43

Choose a tag to compare

  • Added spy for getHeader (thanks @gcgarrett )
  • updated various dependencies

Version 1.1.0

13 Apr 14:03

Choose a tag to compare

Now with headers in the request

also added

  • better formatting of readme
  • updated dependencies
  • mutation testing

Version 1.0.5 (updated dependencies)

08 Apr 14:46

Choose a tag to compare

  • Updated dependencies
  • Resolved security audit warnings
  • Ran prettier over docs
  • Improved package.json formatting

Version 1.0.4 (Updated dependencies and added setHeader)

08 Mar 01:44

Choose a tag to compare

  • Added setHeader — thanks @jkeyes
  • Updated dependencies
  • Updated example code in ReadMe
  • Added Contributor - John Keys

Version 1.0.3 (updated dependencies)

08 Feb 08:04

Choose a tag to compare

  • updated dependencies
  • reduced bundle size
  • updated documentation and fixed badge urls
  • test against latest node version in CI
  • added npm badge