Skip to content

Releases: eugef/node-mocks-http

v1.8.0

17 Sep 16:54
Compare
Choose a tag to compare
Release 1.8.0

1.7.2

05 Oct 08:04
Compare
Choose a tag to compare
Release 1.7.2

1.7.1

03 Oct 15:37
Compare
Choose a tag to compare
Release 1.7.1

v1.7.0

18 May 08:36
Compare
Choose a tag to compare
1.7.0

v1.6.7

09 Mar 08:58
Compare
Choose a tag to compare
Release of version 1.6.7

v1.6.6

09 Feb 12:22
Compare
Choose a tag to compare
1.6.6

Release 1.5.4

14 Sep 04:43
Compare
Choose a tag to compare

Bug fix release

Release 1.4.3

03 Jun 04:18
Compare
Choose a tag to compare

Fix

  • Emitting send and end events at json call, @tima, via ae6c785

Update

  • eslint@0.22.1, @JohnnyEstilles, via ee23ed2
  • gulp-eslint@0.12.0, @JohnnyEstilles, via 3b5cf1b
  • gulp-istanbul@0.9.0, @JohnnyEstilles, via b21b21b
  • lib lint rules, @JohnnyEstilles, via 727bfd4
  • test lint rules, @JohnnyEstilles, via b7dad23

Remove

  • eslint-plugin-mocha@0.2.2, @JohnnyEstilles, via 5a76aae

Release 1.4.2

30 Apr 03:03
Compare
Choose a tag to compare

Added

  • Docs - api methods and options, @JohnnyEstilles

Fixed

  • mockResponse - expose _headers (emulating OutgoingMessage()), PR #60, @jaslo

Release 1.4.1

14 Apr 12:28
Compare
Choose a tag to compare

Fixed

  • mockRequest - fixed headers via options should be case insensitive, PR #57, @antonmos
  • Docs - fixed test suite running instructions, PR #57, @antonmos