Skip to content

Releases: jest-express/jest-express

v1.12.0

Choose a tag to compare

@jameswlane jameswlane released this 17 Apr 23:46
33f9468

1.12.0 (2020-04-17)

Features

  • Response: Updated 'redirect' method (33f9468)

v1.11.3

Choose a tag to compare

@jameswlane jameswlane released this 09 Mar 16:22
1f76c72

1.11.3 (2020-03-09)

Bug Fixes

  • Response: set the response.body when using response write methods (1f76c72)

v1.11.2

Choose a tag to compare

@jameswlane jameswlane released this 07 Mar 21:08
74ec6d6

1.11.2 (2020-03-07)

Bug Fixes

  • release: forced release (74ec6d6)

v1.11.1

Choose a tag to compare

@jameswlane jameswlane released this 03 Mar 06:30

1.11.1 (2020-03-03)

Bug Fixes

  • response: added statusCode property to response (29bff44), closes #426

v1.11.0

Choose a tag to compare

@jameswlane jameswlane released this 22 Jan 15:19
7336bcb

1.11.0 (2020-01-22)

Features

  • Response: add 'responseHeader' method (4da1832)
  • Response: add 'responseHeader' method (#393) (7336bcb)

v1.10.2

Choose a tag to compare

@jameswlane jameswlane released this 16 Jan 17:49
076bcb7

1.10.2 (2020-01-16)

Bug Fixes

  • Request: Change Request.body from string to any (3c80e73)

v1.10.1

Choose a tag to compare

@jameswlane jameswlane released this 03 May 16:15

1.10.1 (2019-05-03)

Bug Fixes

  • TypeScript: Added jest-node-http to start breaking out http from express (dec15a3)

v1.10.0

Choose a tag to compare

@jameswlane jameswlane released this 01 Feb 04:36
6b53a01

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

Choose a tag to compare

@jameswlane jameswlane released this 19 Jan 16:45

1.9.4 (2019-01-19)

Bug Fixes

  • response: Made response.send chainable (56cc18b)

v1.9.3

Choose a tag to compare

@jameswlane jameswlane released this 17 Dec 20:55
181e102

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)