Skip to content

Version 7.0.0 (2025-01-08)

Compare
Choose a tag to compare
@striezel striezel released this 08 Jan 10:48
· 37 commits to master since this release
  • [breaking change]
    Support for Node.js 16 and Node.js 17 is dropped.
    The minimum required version is now Node.js 18.
    These old Node.js versions have reached their end of life. All those versions are not maintained anymore by the Node.js developers. If you are still using older versions of Node.js, then please consider updating to a newer one.

  • [maintenance]
    Update dependency canvas to 3.0.1.
    This version of canvas drops support for Node.js 16.

  • [maintenance]
    The lock file package-lock.json is converted from version 2 to version 3.
    Version 3 has been supported since (at least) Node.js 16 and is the default in Node.js 18. Since this project already requires Node.js 18 or later it is save to convert the file to the newer version.

  • [maintenance]
    Update Dockerfile to use Node.js 22 instead of Node.js 20.