Skip to content

9.0.0

Choose a tag to compare

@kridai kridai released this 18 Sep 10:22
· 5 commits to main since this release
321964c

9.0.0 (2026-09-18)

⚠ BREAKING CHANGES

  • The minimum supported Node.js version is now 22.0.0.
    Node.js 18 and 20 are no longer supported. Consumers running an earlier
    runtime must upgrade to Node.js 22 or later before installing this version.

Library - Features

  • add API standards support — JSON bodies, PUT/PATCH, pagination,… (#310) (5258acc)
  • require Node.js 22.0.0 or later (#312) (21b57fe)

Library - Fixes

  • pin conventionalcommits preset to 9.x for writer 8 compatibility (#322) (321964c)

Library - Chores