Skip to content

Releases: eggjs/multipart

v4.0.0

03 Feb 14:49
Compare
Choose a tag to compare

4.0.0 (2025-02-03)

⚠ 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 middleware for handling multipart requests.
    • Added improved error handling for oversized file uploads.
  • Refactor

  • Streamlined configuration and context enhancements for better
    stability and TypeScript support.

  • Modernized the codebase by transitioning to ES modules and updating
    type definitions.

  • Chores

  • Updated package metadata, dependencies, and continuous integration
    settings to support newer Node.js versions.

  • Introduced a new TypeScript configuration for stricter type-checking.

  • Tests

  • Added unit tests to validate application behavior under incorrect
    configurations.

  • Established comprehensive tests for multipart form handling to ensure
    correct processing of file uploads.

  • Transitioned existing tests to TypeScript and updated assertions for
    consistency.

Features

  • support cjs and esm both by tshy (#67) (ccefb3e)

This release is also available on:

v3.5.0

22 Jan 16:21
Compare
Choose a tag to compare

3.5.0 (2025-01-22)

Features

  • support custom pathToRegexpModule (#66) (d474eec)

This release is also available on:

v3.4.0

07 Jun 06:58
Compare
Choose a tag to compare

3.4.0 (2024-06-07)

Features

  • remove unuse "stream-wormhole" deps (#63) (f61d60f)

This release is also available on:

v3.3.0

18 Dec 08:58
Compare
Choose a tag to compare

3.3.0 (2022-12-18)

Features


This release is also available on: