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

feat(Body): Added support for BodyMixin.formData() and constructing bodies with FormData #1314

Merged
merged 34 commits into from Nov 8, 2021

Commits on Sep 26, 2021

  1. Copy the full SHA
    73a19ff View commit details
    Browse the repository at this point in the history
  2. added formData method

    jimmywarting committed Sep 26, 2021
    Copy the full SHA
    9f6c298 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    fe0de91 View commit details
    Browse the repository at this point in the history
  4. lint + fix

    jimmywarting committed Sep 26, 2021
    Copy the full SHA
    78f32f3 View commit details
    Browse the repository at this point in the history
  5. xo fix

    jimmywarting committed Sep 26, 2021
    Copy the full SHA
    0f6e10d View commit details
    Browse the repository at this point in the history
  6. latest v

    jimmywarting committed Sep 26, 2021
    Copy the full SHA
    7b514a3 View commit details
    Browse the repository at this point in the history
  7. add type support

    jimmywarting committed Sep 26, 2021
    Copy the full SHA
    0f2f9bd View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2021

  1. Copy the full SHA
    57ce9eb View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    3a9c1bd View commit details
    Browse the repository at this point in the history
  3. update comment

    jimmywarting committed Sep 28, 2021
    Copy the full SHA
    560320d View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    7384b52 View commit details
    Browse the repository at this point in the history
  5. rm PART_END

    jimmywarting committed Sep 28, 2021
    Copy the full SHA
    58005c3 View commit details
    Browse the repository at this point in the history
  6. added comment/suggestion

    jimmywarting committed Sep 28, 2021
    Copy the full SHA
    d472c94 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    8c869e5 View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2021

  1. Copy the full SHA
    b06dd35 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    405bcc0 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    0881b13 View commit details
    Browse the repository at this point in the history
  4. misc

    jimmywarting committed Sep 29, 2021
    Copy the full SHA
    6a6b949 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    d98efc2 View commit details
    Browse the repository at this point in the history
  6. lint stuff

    jimmywarting committed Sep 29, 2021
    Copy the full SHA
    1058f55 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    5a3b042 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2021

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

Commits on Oct 1, 2021

  1. Copy the full SHA
    87d1bbb View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2021

  1. Copy the full SHA
    2145fd8 View commit details
    Browse the repository at this point in the history
  2. lint fix

    jimmywarting committed Oct 8, 2021
    Copy the full SHA
    b267584 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2021

  1. bring back return

    jimmywarting committed Oct 15, 2021
    Copy the full SHA
    c9a1a57 View commit details
    Browse the repository at this point in the history
  2. throw on default

    jimmywarting committed Oct 15, 2021
    Copy the full SHA
    d3b3899 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    bcec478 View commit details
    Browse the repository at this point in the history
  4. change the first state

    jimmywarting committed Oct 15, 2021
    Copy the full SHA
    d331ad8 View commit details
    Browse the repository at this point in the history
  5. better name

    jimmywarting committed Oct 15, 2021
    Copy the full SHA
    81dc639 View commit details
    Browse the repository at this point in the history
  6. remove start state

    jimmywarting committed Oct 15, 2021
    Copy the full SHA
    2882e39 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2021

  1. shorter comments

    jimmywarting committed Oct 16, 2021
    Copy the full SHA
    cfaeb63 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2021

  1. Merge branch 'main' into feature/body-formData

    # Conflicts:
    #	package.json
    #	src/utils/form-data.js
    jimmywarting committed Oct 28, 2021
    Copy the full SHA
    9e59b14 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2021

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