Releases: jest-express/jest-express
Releases · jest-express/jest-express
v1.12.0
Compare
Sorry, something went wrong.
No results found
1.12.0 (2020-04-17)
Features
Response: Updated 'redirect' method (33f9468 )
v1.11.3
Compare
Sorry, something went wrong.
No results found
1.11.3 (2020-03-09)
Bug Fixes
Response: set the response.body when using response write methods (1f76c72 )
v1.11.2
Compare
Sorry, something went wrong.
No results found
1.11.2 (2020-03-07)
Bug Fixes
v1.11.1
Compare
Sorry, something went wrong.
No results found
1.11.1 (2020-03-03)
Bug Fixes
response: added statusCode property to response (29bff44 ), closes #426
v1.11.0
Compare
Sorry, something went wrong.
No results found
1.11.0 (2020-01-22)
Features
Response: add 'responseHeader' method (4da1832 )
Response: add 'responseHeader' method (#393 ) (7336bcb )
v1.10.2
Compare
Sorry, something went wrong.
No results found
1.10.2 (2020-01-16)
Bug Fixes
Request: Change Request.body from string to any (3c80e73 )
v1.10.1
Compare
Sorry, something went wrong.
No results found
1.10.1 (2019-05-03)
Bug Fixes
TypeScript: Added jest-node-http to start breaking out http from express (dec15a3 )
v1.10.0
Compare
Sorry, something went wrong.
No results found
1.10.0 (2019-02-01)
Features
req.app: adds functionality documented in express to access app on request object (50b8f8b ), closes #183
v1.9.4
Compare
Sorry, something went wrong.
No results found
1.9.4 (2019-01-19)
Bug Fixes
response: Made response.send chainable (56cc18b )
v1.9.3
Compare
Sorry, something went wrong.
No results found
1.9.3 (2018-12-17)
Bug Fixes
Request.get: Request.get(headerName) returns headerValue (41dfad3 )
src/request.ts: fixes ts:build which had been failing on request.get type def. (bd62b1b )