Node 18 goes LTS

#​460 — October 27, 2022 Read on the Web Together with  route-list: CLI Tool to Display Express/Koa/Hapi/Fastify Routes — If you’ve got a Node-based webapp and you want to see all of its endpoints in an elegant way, here’s an option. Read more…

Node v18.12.0 (LTS)

Notable Changes This release marks the transition of Node.js 18.x into Long Term Support (LTS) with the codename ‘Hydrogen’. The 18.x release line now moves into “Active LTS” and will remain so until October 2023. After that time, it will Read more…

Node 19 released

#​459 — October 20, 2022 Read on the Web Together with  Node.js 19 Released As an odd-numbered release, Node 19 will never become an ‘active LTS’ version, but sits as the ‘current’ release that gets all the tastiest new features Read more…

Node v19.0.0 (Current)

Notable Changes Deprecations and Removals [ 17dd2f41c73 ] – (SEMVER-MAJOR) module: runtime deprecate exports double slash maps (Guy Bedford) #44495 [ 1ada2d053ae ] – (SEMVER-MAJOR) process: runtime deprecate coercion to integer in 1process.exit() (Daeyeon Jeong) #44711 HTTP(S)/1.1 KeepAlive by default Read more…

Node v18.11.0 (Current)

Notable changes watch mode (experimental) Running in ‘watch’ mode using 1node –watch restarts the process when an imported file is changed. Contributed by Moshe Atlow in #44366 Other notable changes fs: (SEMVER-MINOR) add 1FileHandle.prototype.readLines (Antoine du Hamel) #42590 http: (SEMVER-MINOR) Read more…

Node v16.18.0 (LTS)

Notable changes [ 11cc050eaa8 ] – (SEMVER-MINOR) assert: add 1getCalls and 1reset to callTracker (Moshe Atlow) #44191 [ 1e5c9975f11 ] – (SEMVER-MINOR) crypto: allow zero-length secret KeyObject (Filip Skokan) #44201 [ 1317cd051ce ] – (SEMVER-MINOR) crypto: allow zero-length IKM in Read more…