Releases: eugef/node-mocks-http
Releases · eugef/node-mocks-http
v1.6.6
Release 1.5.4
Bug fix release
Release 1.4.3
Fix
Update
- [email protected], @JohnnyEstilles, via ee23ed2
- [email protected], @JohnnyEstilles, via 3b5cf1b
- [email protected], @JohnnyEstilles, via b21b21b
- lib lint rules, @JohnnyEstilles, via 727bfd4
- test lint rules, @JohnnyEstilles, via b7dad23
Remove
- [email protected], @JohnnyEstilles, via 5a76aae
Release 1.4.2
Release 1.4.1
Release 1.4.0
Added
- Build Tools -
[email protected]
, @JohnnyEstilles - Build Tools -
[email protected]
, @JohnnyEstilles - Build Tools -
[email protected]
, @JohnnyEstilles - Build Tools -
[email protected]
, @JohnnyEstilles - Build Tools -
[email protected]
, @JohnnyEstilles - Build Tools -
[email protected]
, @JohnnyEstilles - Build Tools -
[email protected]
, @JohnnyEstilles - Build Tools -
[email protected]
, @JohnnyEstilles - Unit Tests - tests for
http-mock
, @JohnnyEstilles - Unit Tests - tests for
mockEventEmitter
, @JohnnyEstilles - Unit Tests - tests for
mockWritableStream
, @JohnnyEstilles
Updated
- Unit Tests - existing tests for
mockRequest
to usemocha
, @JohnnyEstilles - Unit Tests - existing tests for
mockResponse
to usemocha
, @JohnnyEstilles - Build Tools - travis-ci configuration to use gulp tasks, @JohnnyEstilles
- Build Tools - travis-ci configuration to send coverage to code climate, @JohnnyEstilles
Removed
- Unit Tests - legacy tests for
mockRequest
, @JohnnyEstilles - Unit Tests - legacy tests for
mockResponse
, @JohnnyEstilles - Build Tools - legacy task runner, @JohnnyEstilles
- Build Tools -
[email protected]
dependency, @JohnnyEstilles - Build Tools -
node-testify-errors
dependency, @JohnnyEstilles
Release 1.3.0
Added
- Docs - Gitter badge to
README.md
, @JohnnyEstilles - Docs - Coding Style/Convention Rules (
CODING_RULES.md
), via PR #51, @JohnnyEstilles - mockResponse -
.sendStatus()
, via PR #48, @JohnnyEstilles - Docs - code of conduct (
CODE_OF_CONDUCT.md
), @JohnnyEstilles - mockRequest -
.originalUrl
, via PR #43, @JohnnyEstilles - mockResponse -
.type()
, via PR #42, @JohnnyEstilles - Build Tools - Travis-CI, via PR #41, @JohnnyEstilles
Updated
- Build Tools - updated
ESLint
to0.17.1
, @JohnnyEstilles - Build Tools - replaced
JSHint
withESLint
, via PR #46, @JohnnyEstilles - Docs - updated
CONTRIBUTING.md
, @JohnnyEstilles
Release 1.2.7
Added
- mockRequest - ability to set
.signedCookies
via options, @JohnnyEstilles - mockRequest - ability to set signed cookies via
._setSignedCookiesVariable()
, @JohnnyEstilles - mockRequest - unit tests to validate fix, @JohnnyEstilles
Fixed
- mockRequest -
.session
should default to undefined, @JohnnyEstilles - mockRequest - ensure
.session
is an object before setting variable with._setSessionVariable()
, @JohnnyEstilles
Release 1.2.6
Fixed
- mockRequest -
.header()
doesn't handle theReferrer
header field edge-case, via PR #50, @JohnnyEstilles
Release 1.2.5
Added
- mockRequest - .path() to, via PR #31, @kishorevarma
Fixed
- mockResponse -
.set()
works like Express when passed an object, via PR #33, @gmaclennan - mockResponse - set
.statusCode
default to 200, via PR #38, @JohnnyEstilles