| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Sorry, something went wrong.
|
Date should be 2022-11-02 🙂 |
Sorry, something went wrong.
|
|
Sorry, something went wrong.
Notable changes: * deps: * update ICU to 72.1 (Michaël Zasso) [#45068](#45068) * doc: * add lukekarrys to collaborators (Luke Karrys) [#45180](#45180) * add anonrig to collaborators (Yagiz Nizipli) [#45002](#45002) * fs: * (SEMVER-MINOR) fs: add recursive watch to linux (Yagiz Nizipli) [#45098](#45098) * util * (SEMVER-MINOR) add MIME utilities (Bradley Farias) [#21128](#21128) PR-URL: #45269
Sorry, something went wrong.
Sorry, something went wrong.
Sorry, something went wrong.
Sorry, something went wrong.
|
FYI We'll delay it to happen after the Security Release. |
Sorry, something went wrong.
Sorry, something went wrong.
Sorry, something went wrong.
|
CI: https://ci.nodejs.org/job/node-test-pull-request/47896/ |
Sorry, something went wrong.
|
@RafaelGSS Can we include the latest utf-8 fast path pull request? |
Sorry, something went wrong.
|
Maybe it's also not to late to pull #45139 🙄 |
Sorry, something went wrong.
|
I prefer to include both in the next release. This release is already delayed and I have no bandwidth to include it over the weekend (considering it should be ready to be released on Monday). Sorry folks. |
Sorry, something went wrong.
Sorry, something went wrong.
Notable changes: * deps: * update ICU to 72.1 (Michaël Zasso) [#45068](#45068) * doc: * add lukekarrys to collaborators (Luke Karrys) [#45180](#45180) * add anonrig to collaborators (Yagiz Nizipli) [#45002](#45002) * fs: * (SEMVER-MINOR) fs: add recursive watch to linux (Yagiz Nizipli) [#45098](#45098) * lib: * drop fetch experimental warning (Matteo Collina) [#45287](#45287) * test_runner: * support function mocking (Colin Ihrig) [#45326](#45326) * util * (SEMVER-MINOR) add MIME utilities (Bradley Farias) [#21128](#21128) * improve textdecoder decode performance (Yagiz Nizipli) [#45294](#45294) PR-URL: #45269
|
@RafaelGSS The main CHANGELOG.md needs to be updated with the current v19 version as well. Without it, it's currently causing markdown linting errors in PRs. |
Sorry, something went wrong.
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
2022-11-14, Version 19.1.0 (Current), @RafaelGSS
Notable changes
Support function mocking on Node.js test runner
The node:test module supports mocking during testing via a top-level mock
object.
Contributed by Colin Ihrig in #45326
fs.watch recursive support on Linux
fs.watch supports recursive watch using the recursive: true option.
Contributed by Yagiz Nizipli in #45098
Other notable changes
Commits