Skip to content

chore(release bump) - Bump package.json to version 2.0.0

Compare
Choose a tag to compare
@rapidapi-devops rapidapi-devops released this 17 Mar 09:27
· 82 commits to dd880757609cec6284632eae206198995940d156 since this release

Bug Fixes

  • add check for existing clients (4946569)

  • bug where FormData in the js fetch target wasn't applied (#202) (200b1fd)

  • can't load the form-data polyfill in browsers because fs doesn't exist (#184) (0fc7f4a)

  • coding against native FormData and form-data (ce5f277)

  • don't convert header names to lowercase (#178) (6afa231), closes #74

  • moving form-data usage over to using the native FormData object (d493781)

  • node-fetch doesn't support the qs option (#213) (d82a992)

  • not sending form urlencoded properly in JS fetch snippets (#218) (6b85ba2)

  • out of date regex that was causing readstreams to be stringified (89177c3)

  • regression in header case-insensitivity (#188) (86e7b0e)

  • setting the form-data boundary when under node (86c52ba)

  • updating the curl target to prioritize param.fileName (ea50f99)

  • updating the node request target to prefer single quotes (f98662c)

  • updating the node request target to prioritize param.fileName (36a1a5b)

  • updating the node-fetch target to handle form-urlencoded requests (#187) (07d5ebf)

  • using null instead of NULL (6dbb2b7)

  • chore(release bump) - Bump package.json to version 2.0.0 (7fd160c)

Features

  • cleaner python requests json snippets (#189) (e81f30a)
  • updating javascript targets to use const instead of var (cd034d0)
  • updating php targets to use [] instead of array() (6a814ab)

BREAKING CHANGES

  • removed support for Node < 10