Skip to content

Latest commit

 

History

History
62 lines (35 loc) · 2.07 KB

CHANGELOG.md

File metadata and controls

62 lines (35 loc) · 2.07 KB

Changelog

8.2.0 (2025-01-17)

Features

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

8.1.1 (2024-12-22)

Bug Fixes

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

8.1.0 (2024-12-21)

Features

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)