summaryrefslogtreecommitdiff
path: root/lang/nodejs/patches/patch-deps_v8_src_heap_code-range.cc
AgeCommit message (Collapse)AuthorFilesLines
2022-05-05nodejs: updated to 18.1.0adam1-9/+10
Version 18.1.0 (Current) Notable Changes - doc: add @kuriyosh to collaborators (Yoshiki Kurihara) - (SEMVER-MINOR) lib,src: implement WebAssembly Web API (Tobias Nießen) - (SEMVER-MINOR) test_runner: add initial CLI runner (Colin Ihrig) - (SEMVER-MINOR) worker: add hasRef() to MessagePort (Darshan Sen) Version 18.0.0 (Current) Node.js 18 is here! Highlights include the update of the V8 JavaScript engine to 10.1, global fetch enabled by default, and a core test runner module. Initially, Node.js 18 will replace Node.js 17 as our ‘Current’ release line. As per the release schedule, Node.js 18 will be the ‘Current’ release for the next 6 months and then promoted to Long-term Support (LTS) in October 2022. Once promoted to long-term support the release will be designated the codename ‘Hydrogen’. Node.js 18 will be supported until April 2025. Notable Changes Deprecations and Removals (SEMVER-MAJOR) fs: runtime deprecate string coercion in fs.write, fs.writeFileSync (Livia Medeiros) (SEMVER-MAJOR) dns: remove dns.lookup and dnsPromises.lookup options type coercion (Antoine du Hamel) (SEMVER-MAJOR) process: runtime deprecate multipleResolves (Benjamin Gruenbaum) (SEMVER-MAJOR) stream: remove thenable support (Robert Nagy) (SEMVER-MAJOR) tls: move tls.parseCertString to end-of-life (Tobias Nießen)
2022-05-02nodejs: updated to 16.15.0adam1-2/+2
Version 16.15.0 'Gallium' Notable changes Add fetch API Adds experimental support to the fetch API. This adds the --experimental-fetch flag that installs the fetch, Request, Response, Headers, and FormData globals. (SEMVER-MINOR) add fetch (Michaël Zasso) (SEMVER-MINOR) add FormData global when fetch is enabled (Michaël Zasso) Other notable changes build: remove broken x32 arch support (Ben Noordhuis) crypto: (SEMVER-MINOR) add KeyObject.prototype.equals method (Filip Skokan) doc: add @ShogunPanda to collaborators (Paolo Insogna) add JakobJingleheimer to collaborators list (Jacob Smith) add joesepi to collaborators (Joe Sepi) add marsonya to collaborators (Akhil Marsonya) deprecate string coercion in fs.write, fs.writeFileSync (Livia Medeiros) deprecate notice for process methods (Yash Ladha) esm: (SEMVER-MINOR) support https remotely and http locally under flag (Bradley Farias) module: (SEMVER-MINOR) unflag esm json modules (Geoffrey Booth) node-api: (SEMVER-MINOR) add node_api_symbol_for() (Darshan Sen) process: deprecate multipleResolves (Benjamin Gruenbaum) stream: (SEMVER-MINOR) support some and every (Benjamin Gruenbaum) (SEMVER-MINOR) add toArray (Benjamin Gruenbaum) (SEMVER-MINOR) add forEach method (Benjamin Gruenbaum)
2022-04-01nodejs: disable "near code ranges" on NetBSD/evbarm-aarch64 for nowtnn1-0/+19
It results in mmap(2) errors of the PR kern/55533 variety.