- Update to NodeJS 18.11.0:
* added experimental watch mode -- running in 'watch' mode using node --watch restarts the process when an imported file is changed * fs: add FileHandle.prototype.readLines * http: add writeEarlyHints function to ServerResponse * http2: make early hints generic * lib: refactor transferable AbortSignal * src: add detailed embedder process initialization API * util: add default value option to parsearg - legacy_python.patch, versioned.patch: updated OBS-URL: https://build.opensuse.org/package/show/devel:languages:nodejs/nodejs18?expand=0&rev=24
This commit is contained in:
@@ -1,3 +1,18 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 17 13:02:52 UTC 2022 - Adam Majer <adam.majer@suse.de>
|
||||
|
||||
- Update to NodeJS 18.11.0:
|
||||
* added experimental watch mode -- running in 'watch' mode using
|
||||
node --watch restarts the process when an imported file is changed
|
||||
* fs: add FileHandle.prototype.readLines
|
||||
* http: add writeEarlyHints function to ServerResponse
|
||||
* http2: make early hints generic
|
||||
* lib: refactor transferable AbortSignal
|
||||
* src: add detailed embedder process initialization API
|
||||
* util: add default value option to parsearg
|
||||
|
||||
- legacy_python.patch, versioned.patch: updated
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Wed Oct 12 08:14:29 UTC 2022 - Adam Majer <adam.majer@suse.de>
|
||||
|
||||
|
Reference in New Issue
Block a user