Skip to content

Version 4.0.0 (2022-09-21)

Compare
Choose a tag to compare
@striezel striezel released this 21 Sep 00:30
· 94 commits to master since this release
  • [breaking change]
    Support for Node.js 8, Node.js 9, Node.js 10, and Node.js 11 is dropped.
    The minimum required version is now Node.js 12.
    Node.js 8 has reached its end of life on 2019-12-31, Node.js 9 reached its end of life on 2018-06-30, Node.js 10 reached its end of life on 2021-04-30, Node.js 11 reached its end of life on 2019-06-01. 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.
  • [breaking change]
    Update dependency uuid to 9.0.0. This version of uuid drops support for Node.js 10 (and earlier).