Skip to content

Releases: chaijs/chai-http

5.1.1

06 Oct 10:24
ffb54a4
Compare
Choose a tag to compare

What's Changed

  • fix: update docs and types to expose request by @43081j in #341

Full Changelog: 5.1.0...5.1.1

5.1.0

02 Sep 09:48
1e1abbe
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 5.0.0...5.1.0

5.0.0

07 Jun 21:13
3d1c5d1
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 4.4.0...5.0.0

5.0.0-alpha2

24 May 16:02
3d1c5d1
Compare
Choose a tag to compare
5.0.0-alpha2 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: 5.0.0-alpha1...5.0.0-alpha2

5.0.0-alpha1

19 Jun 13:39
4cb31ee
Compare
Choose a tag to compare
5.0.0-alpha1 Pre-release
Pre-release

Breaking Changes

The minimum supported version of Node goes from >= 0.10 to >= v16.20

What's Changed

Full Changelog: 4.4.0...5.0.0-alpha1

4.4.0

09 Jun 09:13
a3715c4
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 4.3.0...4.4.0

4.3.0 / 2019-04-26

26 Apr 14:27
799f668
Compare
Choose a tag to compare

This feature release allows you to pass a Regular Expression to the redirectTo function.

expect(res).to.redirectTo(/^\/search\/results\?orderBy=desc$/);

Community Contributions

Code Features & Fixes

4.2.1 / 2019-01-02

02 Jan 10:08
24ef17b
Compare
Choose a tag to compare

This patch fixes usability issues for TypeScript definitions.

Community Contributions

Code Features & Fixes

4.2.0 / 2018-08-29

29 Aug 11:05
0cbcd3a
Compare
Choose a tag to compare

This is a minor update that adds TypeScript definitions.

Community Contributions

Code Features & Fixes

4.1.0 / 2018-08-03

17 Aug 11:02
2c342c8
Compare
Choose a tag to compare

This is a minor update to fix a bug with keepOpen() now allowing close() to be called, and also some additional support for other http libraries - namely the http-errors library.

Community Contributions

Code Features & Fixes

  • #219 Allow for status / statusCode to exist on the prototype (by @austince)
  • #217 Enable closing after keepOpen() has been called (by @martypdx)