Skip to content

Releases: eggjs/supertest

v8.2.0

17 Jan 13:58
Compare
Choose a tag to compare

8.2.0 (2025-01-17)

Features

  • support trace method request (#4) (1e3d92b)

This release is also available on:

v8.1.1

22 Dec 06:11
Compare
Choose a tag to compare

8.1.1 (2024-12-22)

Bug Fixes

  • add @types/superagent to dependencies (#3) (ec0a012)

This release is also available on:

v8.1.0

21 Dec 07:37
Compare
Choose a tag to compare

8.1.0 (2024-12-21)

Features


This release is also available on:

v8.0.0

21 Dec 07:17
Compare
Choose a tag to compare

8.0.0 (2024-12-21)

⚠ BREAKING CHANGES

  • drop Node.js < 18.19.0 support

part of eggjs/egg#3644

eggjs/egg#5257

Summary by CodeRabbit

  • New Features

  • Introduced a new TestAgent class for enhanced HTTP and HTTP/2
    requests.

    • Added a new Request class to facilitate server requests.
    • Implemented a new AssertError class for improved error handling.
    • Created new GitHub Actions workflows for CI and package publishing.
  • Documentation

  • Updated the README.md to reflect rebranding to @eggjs/supertest
    and revised installation instructions.

  • Bug Fixes

    • Enhanced error handling and type safety in tests.
  • Chores

    • Removed outdated configuration files and unnecessary dependencies.
    • Updated TypeScript configuration for stricter type checking.

Features

  • support cjs and esm both by tshy (#1) (09fb755)

This release is also available on: