Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BREAKING(mime/multipart): return array for multiple values with same form name #722

Merged
merged 9 commits into from
Jul 6, 2021

Commits on Feb 11, 2021

  1. fix(multipart): fixes reading array form data

    also adds the related tests
    jd1378 committed Feb 11, 2021
    Configuration menu
    Copy the full SHA
    89229de View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c73d16c View commit details
    Browse the repository at this point in the history
  3. refactor(multipart)!: unify data types to array

    BREAKING CHANGE: renamed keys of `MultipartFormData` interface
    file -> files
    value -> values
    
    updated tests accordingly
    jd1378 committed Feb 11, 2021
    Configuration menu
    Copy the full SHA
    b2e8d39 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8298ab9 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2021

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

    bartlomieju committed Jul 6, 2021
    Configuration menu
    Copy the full SHA
    13dce30 View commit details
    Browse the repository at this point in the history
  3. fix test2

    bartlomieju committed Jul 6, 2021
    Configuration menu
    Copy the full SHA
    c85110c View commit details
    Browse the repository at this point in the history
  4. lint

    bartlomieju committed Jul 6, 2021
    Configuration menu
    Copy the full SHA
    ef85b55 View commit details
    Browse the repository at this point in the history
  5. reset CI

    bartlomieju committed Jul 6, 2021
    Configuration menu
    Copy the full SHA
    c7f1821 View commit details
    Browse the repository at this point in the history