Skip to content
This repository was archived by the owner on Mar 29, 2026. It is now read-only.

v5.0.1: As v5

Choose a tag to compare

@Neztore Neztore released this 01 Aug 23:53
· 57 commits to master since this release

This is a big release - we're back!
The package at version v5.0.0 is taken by a past error and cannot be unpublished from NPM. Use v5.0.1 onwards - v5 and v5.0.1 on github releases are identical, but different on NPM.
Welcome to our new contributors. It's great to have you on board.

πŸ’₯ 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