Skip to content

v5.0.0: Switch to maintained request library and more

Compare
Choose a tag to compare
@Neztore Neztore released this 01 Aug 23:36
· 7 commits to master since this release
5781d80

💥 Breaking Change

  • We now require node v18.18. v18 is the oldest LTS, so you should be on it anyway - and v18.18 is required by our eslint dependency.
    • Dropping support for old node versions means we can use newer features, like native fetch, to make the library better.
  • Remove checkDeveloperProductName reference from addDeveloperPoduct (redundant and deprecated) #814 (@alanbixby)
  • Update dependencies and minimum node version requirements #817 (@Neztore)

🐛 Bug Fix

🏠 Internal

🔩 Dependency Updates

  • Removed token parameter which prevented the function from respecting custom parameter values #792 (@AEW745)

Authors: 9

New Contributors