Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

v1.5.0

Choose a tag to compare

@pi0 pi0 released this 28 Oct 10:43
· 20 commits to main since this release

compare changes

πŸš€ Enhancements

  • Serialize with URLSearchParams for application/x-www-form-urlencoded content type header (#482)
  • Auto detect text/event-stream as stream response type (#486)

🩹 Fixes

  • Mark FormData & URLSearchParams as non-serializable for bun compatibility (#483)

πŸ’… Refactors

  • Deprecate params in favor of query (#511)

πŸ“– Documentation

  • readme: Use ProxyAgent in example (#465)
  • Fix typo (#472)
  • Add retryStatusCodes option to auto retry example (#480)
  • Guide on augmenting FetchOptions (#487)
  • Replace ProxyAgent with Agent in self-signed certs example (#516)

❀️ Contributors