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

Fixed bug #4727 : toFormData Blob issue on node>v17; #4728

Merged
merged 9 commits into from May 20, 2022

Commits on May 18, 2022

  1. Fixed bug axios#4727;

    Added node 18.x to the CI;
    Added hotfix for `ERR_OSSL_EVP_UNSUPPORTED` issue with karma running on node >=17.x;
    Added `cross-env` to allow running build and test scripts on Windows platforms;
    DigitalBrainJS committed May 18, 2022
    Copy the full SHA
    632bebd View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    2f7392c View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    f6d93ee View commit details
    Browse the repository at this point in the history

Commits on May 20, 2022

  1. Copy the full SHA
    c52376b View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    f7511b8 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' of https://github.com/axios/axios into fix/form…

    …-data-blob
    
    � Conflicts:
    �	lib/helpers/toFormData.js
    DigitalBrainJS committed May 20, 2022
    Copy the full SHA
    b8e0d31 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    8152480 View commit details
    Browse the repository at this point in the history
  5. Merge remote-tracking branch 'origin/fix/form-data-blob' into fix/for…

    …m-data-blob
    
    # Conflicts:
    #	lib/helpers/toFormData.js
    DigitalBrainJS committed May 20, 2022
    Copy the full SHA
    8554a2d View commit details
    Browse the repository at this point in the history
  6. Added test for converting the data uri to a Blob;

    Fixed bug with parsing mime type for Blob;
    DigitalBrainJS committed May 20, 2022
    Copy the full SHA
    530d7c6 View commit details
    Browse the repository at this point in the history