Next | Query returned 363 messages, browsing 11 to 20 | Previous

History of commit frequency

CVS Commit History:


   2023-12-04 09:24:06 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
nodejs: updated to 21.3.0

Version 21.3.0 (Current)

New --disable-warning flag
Update Root Certificates to NSS 3.95
Fast fs.writeFileSync with UTF-8 Strings
   2023-11-23 17:57:37 by Jonathan Perkin | Files touched by this commit (5)
Log message:
nodejs*: Consolidate and fix python includes.

Ensures that PYTHON_FOR_BUILD_ONLY is set prior to including pyversion.mk,
and ensures python and its dependencies are not buildlinked.
   2023-11-22 17:30:23 by Jonathan Perkin | Files touched by this commit (1)
Log message:
nodejs: Switch PYTHON_FOR_BUILD_ONLY to "tool".

Avoids problems where python is buildlinked, and buildlink dependencies of
python ending up being available during the build but not registered as full
dependencies, resulting in them potentially being unavailable at runtime.
   2023-11-15 19:13:05 by Adam Ciarcinski | Files touched by this commit (6) | Package updated
Log message:
nodejs: updated to 21.2.0

Version 21.2.0 (Current)

Notable Changes

- doc: add MrJithil to collaborators (Jithil P Ponnan)
- doc: add Ethan-Arrowood as a collaborator (Ethan Arrowood)
- (SEMVER-MINOR) esm: add import.meta.dirname and import.meta.filename (James \ 
Sumners)
- fs: add stacktrace to fs/promises (翠 / green)
- (SEMVER-MINOR) lib: add --no-experimental-global-navigator CLI flag (Antoine \ 
du Hamel)
- (SEMVER-MINOR) lib: add navigator.language & navigator.languages (Aras Abbasi)
- (SEMVER-MINOR) lib: add navigator.platform (Aras Abbasi)
- (SEMVER-MINOR) stream: add support for deflate-raw format to webstreams \ 
compression (Damian Krzeminski)
- stream: use Array for Readable buffer (Robert Nagy)
- stream: optimize creation (Robert Nagy)
- (SEMVER-MINOR) test_runner: adds built in lcov reporter (Phil Nash)
- (SEMVER-MINOR) test_runner: add Date to the supported mock APIs (Lucas Santos)
- (SEMVER-MINOR) test_runner, cli: add --test-timeout flag (Shubham Pandey)
   2023-11-08 14:21:43 by Thomas Klausner | Files touched by this commit (2377)
Log message:
*: recursive bump for icu 74.1
   2023-11-02 14:22:42 by Adam Ciarcinski | Files touched by this commit (3)
Log message:
nodejs: cleanup
   2023-11-02 14:18:41 by Adam Ciarcinski | Files touched by this commit (2)
Log message:
nodejs: add missing patches
   2023-11-02 14:18:16 by Adam Ciarcinski | Files touched by this commit (7) | Package updated
Log message:
nodejs: updated to 21.1.0

Version 21.1.0 (Current)

Notable Changes

Automatically detect and run ESM syntax

The new flag --experimental-detect-module can be used to automatically run ES \ 
modules when their syntax can be detected. For “ambiguous” files, which are \ 
.js or extensionless files with no package.json with a type field, Node.js will \ 
parse the file to detect ES module syntax; if found, it will run the file as an \ 
ES module, otherwise it will run the file as a CommonJS module. The same applies \ 
to string input via --eval or STDIN.

We hope to make detection enabled by default in a future version of Node.js. \ 
Detection increases startup time, so we encourage everyone — especially \ 
package authors — to add a type field to package.json, even for the default \ 
"type": "commonjs". The presence of a type field, or \ 
explicit extensions such as .mjs or .cjs, will opt out of detection.

vm: fix V8 compilation cache support for vm.Script

Previously repeated compilation of the same source code using vm.Script stopped \ 
hitting the V8 compilation cache after v16.x when support for \ 
importModuleDynamically was added to vm.Script, resulting in a performance \ 
regression that blocked users (in particular Jest users) from upgrading from \ 
v16.x.

The recent fixes landed in v21.1.0 allow the compilation cache to be hit again \ 
for vm.Script when --experimental-vm-modules is not used even in the presence of \ 
the importModuleDynamically option, so that users affected by the performance \ 
regression can now upgrade. Ongoing work is also being done to enable \ 
compilation cache support for vm.CompileFunction.
   2023-10-29 14:44:04 by Ryo ONODERA | Files touched by this commit (2)
Log message:
nodejs: Add Python 3.12 support
   2023-10-25 00:11:51 by Thomas Klausner | Files touched by this commit (2298)
Log message:
*: bump for openssl 3

Next | Query returned 363 messages, browsing 11 to 20 | Previous