Skip to content

v7.0.0

Choose a tag to compare

@github-actions github-actions released this 26 Dec 15:40
· 219 commits to main since this release
ab22584

7.0.0 (2022-12-26)

⚠ BREAKING CHANGES

  • drop Node.js <18.12.1 support
  • merge constructor options
  • rename fetchOptions to init
  • update the constructor options
  • remove the .trace() method

Features

  • add formData to transform types (6283c1b)
  • the .head() method returns Response (0b4535d)

Performance Improvements

  • add generics to public methods instead of the class (18f8d76)
  • drop Node.js <18.12.1 support (9180063)
  • merge constructor options (8876d29)

Code Refactoring

  • remove the .trace() method (9ec8f24)
  • rename fetchOptions to init (f43e1c5)
  • update the constructor options (6cd6863)

Dependencies

  • bump node-fetch from 3.2.6 to 3.2.10 (654eac9)
  • upgrade undici from 5.10.0 to 5.14.0 (6551dae)
  • use the fetch API provided by the undici module (d25aa67)