Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: expressjs/multer
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.0.2
Choose a base ref
...
head repository: expressjs/multer
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.1.0
Choose a head ref
  • 12 commits
  • 22 files changed
  • 11 contributors

Commits on Jul 23, 2025

  1. Configuration menu
    Copy the full SHA
    2e07e77 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2025

  1. Configuration menu
    Copy the full SHA
    6bb3512 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5c8407f View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2025

  1. Configuration menu
    Copy the full SHA
    b6e4b1f View commit details
    Browse the repository at this point in the history

Commits on Dec 19, 2025

  1. Configuration menu
    Copy the full SHA
    51529e3 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2026

  1. Configuration menu
    Copy the full SHA
    e28d678 View commit details
    Browse the repository at this point in the history

Commits on Jan 28, 2026

  1. Configuration menu
    Copy the full SHA
    c13ab94 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2026

  1. feat: add defParamCharset option for UTF-8 filename support (#1210)

    Add support for busboy's `defParamCharset` option to allow proper handling of non-ASCII characters in multipart form-data headers (e.g., filenames).
    
    Default: 'latin1' (backward compatible)
    
    Usage: `multer({ defParamCharset: 'utf8' })`
    
    Resolves #1104
    Resolves #1194
    Doc999tor authored Feb 16, 2026
    Configuration menu
    Copy the full SHA
    fd3c7d3 View commit details
    Browse the repository at this point in the history
  2. docs: add Turkish translation (README-tr.md) (#1360)

    Co-authored-by: Efe <dogukankrskl@gmail.com>
    Sabandogan and efekrskl authored Feb 16, 2026
    Configuration menu
    Copy the full SHA
    2c8cd23 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2026

  1. Configuration menu
    Copy the full SHA
    cccf0fe View commit details
    Browse the repository at this point in the history
  2. 🔒 fix orphaned files issue

    Co-authored-by: Ethan Kim <ethan@cremit.io>
    ctcpip and EthanKim88 committed Feb 27, 2026
    Configuration menu
    Copy the full SHA
    7399190 View commit details
    Browse the repository at this point in the history
  3. 2.1.0 (#1371)

    UlisesGascon authored Feb 27, 2026
    Configuration menu
    Copy the full SHA
    809f9dd View commit details
    Browse the repository at this point in the history
Loading