v15.0.0 — Corrected major release for Node.js support
This release establishes the SemVer-correct major version for the Node.js compatibility change introduced in v14.2.0.
v15.0.0 includes all functionality and security updates from v14.2.0 through v14.3.3. Compared with v14.3.3, there are no intended functional changes.
Breaking change
Supported Node.js versions are now:
^20.19.0^22.12.0>=24.0.0
Node.js 12, 14, 16, 18, and earlier releases of Node 20 and 22 are no longer supported.
Deprecated releases
The following releases were published as 14.x despite this breaking runtime requirement and are now deprecated:
- v14.2.0
- v14.3.0
- v14.3.1
- v14.3.2
- v14.3.3
Upgrade
npm install @pkg-nec/http-server@^15.0.0For global installation:
npm install --global @pkg-nec/http-server@^15.0.0