Releases: chaijs/chai-http
Releases · chaijs/chai-http
5.1.2
What's Changed
- fix some readme typos by @torra in #343
 - fix: add superagent types as prod dependency by @43081j in #347
 - chore: add renovate by @43081j in #349
 - test: rework tests to node-only by @43081j in #350
 - chore(deps): update dependency mocha to v11 by @renovate in #352
 - chore(deps): update dependency @types/chai to v5 by @renovate in #351
 - chore(deps): update dependency npm-run-all2 to v7 by @renovate in #354
 - fix(deps): update dependencies by @renovate in #356
 - chore(deps): update dependencies by @renovate in #357
 - chore(deps): update dependencies by @renovate in #358
 - chore(deps): update dependencies by @renovate in #359
 - chore(deps): update dependencies by @renovate in #360
 - chore(deps): update dependencies by @renovate in #361
 - chore(deps): update dependencies by @renovate in #362
 - chore(deps): update dependencies to v9.25.0 by @renovate in #363
 - chore(deps): update dependency eslint-plugin-mocha to v11 by @renovate in #364
 - chore(deps): update dependencies to v9.25.1 by @renovate in #365
 - fix(deps): update dependency superagent to v10 by @renovate in #355
 - chore: run audit fix by @43081j in #367
 - fix: use default export by @43081j in #368
 
New Contributors
Full Changelog: 5.1.1...5.1.2
5.1.1
5.1.0
What's Changed
- fix(esm): main resolution extension required by @TobiTenno in #333
 - docs: update wording on usage by @43081j in #339
 - chore: use same import style as readme by @43081j in #340
 
New Contributors
- @TobiTenno made their first contribution in #333
 
Full Changelog: 5.0.0...5.1.0
5.0.0
What's Changed
- Readme Link Updates by @Trickfilm400 in #307
 - Dependency Updates by @Trickfilm400 in #308
 - Breaking: Set Node-Version to >=v16.20 by @Trickfilm400 in #309
 - [TASK] Update to superagent^9 by @thomashohn in #317
 - [TASK] Update low-hanging dependencies by @thomashohn in #321
 - Fix: Pipeline push not working by @Olrar in #319
 - [TASK] Updated npm-packages for releasing at raised node version to l… by @thomashohn in #323
 - [TASK] Update build pipeline to use v4 of actions by @thomashohn in #325
 - Fix #326 - readme: add how to import chai 5 and use chaiHttp 4 by @boly38 in #327
 - move to ESM (Chai 5) by @Trickfilm400 in #310
 - feat: add prettier and eslint by @Trickfilm400 in #328
 - feat: add publish workflows by @43081j in #329
 
New Contributors
- @thomashohn made their first contribution in #317
 - @Olrar made their first contribution in #319
 - @boly38 made their first contribution in #327
 - @43081j made their first contribution in #329
 
Full Changelog: 4.4.0...5.0.0
5.0.0-alpha2
What's Changed
- [TASK] Update to superagent^9 by @thomashohn in #317
 - [TASK] Update low-hanging dependencies by @thomashohn in #321
 - Fix: Pipeline push not working by @Olrar in #319
 - [TASK] Updated npm-packages for releasing at raised node version to l… by @thomashohn in #323
 - [TASK] Update build pipeline to use v4 of actions by @thomashohn in #325
 - Fix #326 - readme: add how to import chai 5 and use chaiHttp 4 by @boly38 in #327
 - move to ESM (Chai 5) by @Trickfilm400 in #310
 - feat: add prettier and eslint by @Trickfilm400 in #328
 - feat: add publish workflows by @43081j in #329
 
New Contributors
- @thomashohn made their first contribution in #317
 - @Olrar made their first contribution in #319
 - @boly38 made their first contribution in #327
 - @43081j made their first contribution in #329
 
Full Changelog: 5.0.0-alpha1...5.0.0-alpha2
5.0.0-alpha1
Breaking Changes
The minimum supported version of Node goes from >= 0.10 to >= v16.20
What's Changed
- Readme Link Updates by @Trickfilm400 in #307
 - Dependency Updates by @Trickfilm400 in #308
 - Breaking: Set Node-Version to >=v16.20 by @Trickfilm400 in #309
 
Full Changelog: 4.4.0...5.0.0-alpha1
4.4.0
What's Changed
- ci: add semantic-release by @austince in #248
 - ci: add secure variables to release stage by @austince in #250
 - ci: build before release, commit assets, remove .npmrc by @austince in #252
 - Fix for issue #254, add extended request method explanations to the README by @theodorewahle in #256
 - Add matcher to check for charset. by @kierans in #253
 - Build: Use GitHub Actions for CI/CD by @keithamus in #255
 - Update superagent to ^6.1.0 by @Exotrom in #281
 - ci: correctly template github event in 
ifcondition for release by @austince in #283 - ci: use correct 
event_nameproperty by @austince in #284 - ci: install node deps before release by @austince in #285
 - Added auth example with Bearer Token by @keyuls in #282
 - Update CI release token by @keithamus in #287
 - feat: drop support for node < 10 by @austince in #288
 - docs: add badges to the README by @austince in #286
 - ci: update npm token by @austince in #289
 - Dependency updates to fix security vulnerabilities by @Trickfilm400 in #306
 
New Contributors
- @theodorewahle made their first contribution in #256
 - @kierans made their first contribution in #253
 - @Exotrom made their first contribution in #281
 - @keyuls made their first contribution in #282
 - @Trickfilm400 made their first contribution in #306
 
Full Changelog: 4.3.0...4.4.0
4.3.0 / 2019-04-26
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
- #243 configures redirectTo to accept regex (by @mikemfleming)
 
4.2.1 / 2019-01-02
This patch fixes usability issues for TypeScript definitions.
Community Contributions
Code Features & Fixes
4.2.0 / 2018-08-29
This is a minor update that adds TypeScript definitions.