Skip to content

v3.0.0

Compare
Choose a tag to compare
@jd1378 jd1378 released this 11 Feb 08:45
· 34 commits to main since this release
  • BREAKING CHANGE: Changed form option to formData and used form option as a application/x-www-form-urlencoded value instead of multipart/form-data.
    this means anything meant to be sent as a multipart/form-data now should be passed as formData option.