Skip to content

v3.0.0

Choose a tag to compare

@github-actions github-actions released this 23 Jun 09:33
· 4 commits to master since this release

3.0.0 (2024-06-23)

⚠ BREAKING CHANGES

  • drop Node.js < 18.19.0 support

part of eggjs/egg#3644

Summary by CodeRabbit

  • New Features

  • Introduced comprehensive support for TypeScript in project
    configurations.

  • Added new cookie management functionalities, including setting,
    encryption, and validation.

    • Added support for Keygrip class for cryptographic operations.
  • Documentation

  • Updated package name in README files from egg-cookies to
    @eggjs/cookies.

  • Adjusted code snippets and URLs in documentation to reflect the new
    package name.

  • Tests

  • Enhanced test suite with additional test cases for cookie encryption,
    caching, and error handling.

    • Added new test files for Keygrip and cookie functionalities.
  • Chores

    • Updated .gitignore to include new patterns for ignoring files.
  • Improved CI workflow with updated Node.js versions and Codecov token
    integration.

  • Updated dependencies and scripts in package.json to align with the
    new package structure and TypeScript support.

Features

  • support cjs and esm both by tshy (#54) (12db545)

This release is also available on: