2018-08-01 Version 10.8.0 (Current) @targos #226
Closed
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
| ★ wanayoo — archive 1999 https://github.com/beevelop/docker-android-nodejs/issues/226 | Nouvelle recherche | Portail wanayoo |
Notable Changes
places for bugs, support, and PRs.
xcode_emulationinnode-gyptoalso handle version numbers with multiple-digit major versions which would
otherwise break under use of XCode 10.
package has gone from 8MB to 4.8MB.
6.2.0-next.0,
6.2.0-next.1,
6.2.0.
Commits
335575e49b] - benchmark: remove arrays benchmark (Peter Marshall) #2183162024b651e] - build: create V8 code cache after script is run (Joyee Cheung) #2156750ccda2a00] - build: increase macOS minimum supported version (Michaël Zasso) #218835e1ceaabaa] - build: remove redundant Makefile target (Rich Trott) #219154f00562ef0] - build: add new benchmark targets (Kenny Yuan) #209054c5fc5c7ce] - build: move tonpm ciwhere possible (Rich Trott) #21802e0f3d5703a] - build,win,v8: allow precompiling objects-inl.h (João Reis) #2177287ed6e6351] - (SEMVER-MINOR) deps: upgrade npm to 6.2.0 (Kat Marchán) #21592f868415cf6] - deps: cherry-pick 804a693 from upstream V8 (Matheus Marchini) #21855b56c8ad879] - deps: V8: Backport of 0dd3390 from upstream (James M Snell) #21899ec0ff7008a] - deps: cherry-pick 907d7bc from upstream V8 (Michaël Zasso) #21838c23e8b51ea] - deps: cherry-pick 2075910 from upstream V8 (Michaël Zasso) #2183840fedd3620] - dgram: add getters/setters for private APIs (cjihrig) #2192398ef8cfb8e] - dgram: make _createSocketHandle() internal only (cjihrig) #21923ae17d18013] - dgram: hide underscored Socket properties (cjihrig) #21923b5b74382e0] - dgram: hide _healthCheck() and _stopReceiving() (cjihrig) #21923b5ae33959b] - doc: add pronouns to readme (Teddy Katz) #22036f4b6031e39] - doc: clarify text about internal module changes (MaleDong) #220241f9570bd10] - doc: add missing worker error (Benjamin Gruenbaum) #2194767d7a15886] - doc: fix typo in releases.md (Vitor Bruno de Oliveira Barth) #219902a0fa4792e] - doc: do not advise to cancel full CI on onboarding (Vse Mozhet Byt) #21977478dbee8fe] - doc: replace deprecated CI job (Vse Mozhet Byt) #219385b0c451e61] - doc: add guide for updating N-API API surface (Hitesh Kanwathirtha) #2187796bb6052e9] - doc: add node-test-commit-custom-suites to docs (Rich Trott) #21927c44df51249] - doc: link n-api module init to multi-load addons (Gabriel Schulhof) #21891c3d9000111] - doc: document http2 network error behaviour (Anna Henningsen) #21861e8d5787840] - doc: document MODULE_NOT_FOUND error (Jacob Page) #218945e562fd792] - doc: fix sorting in thevm.Modulesection (Vse Mozhet Byt) #21931eabe907e03] - doc: fix descriptions of sync methods in fs.md (Tim Ruffles) #21747bd352f0298] - doc: update and improve the release guide (Michaël Zasso) #21868fd5a0c7a1f] - doc: fix incorrect method name (Anto Aravinth) #21908af1530e06d] - doc: add cjihrig pronouns (cjihrig) #219014d78a21d8c] - doc: add missingrequireto example in http2.md (Kevin Simper) #21858ab0da57150] - doc: make minor improvements to collab guide (Rich Trott) #21862b510cdc756] - doc: fix worker example to receive message (Sakthipriyan Vairamani (thefourtheye)) #21486d91742aa9a] - fs: reduce memory retention when streaming small files (Anna Henningsen) #21968484140e223] - fs: stop lazy loading stream constructors (Michaël Zasso) #217768799f43fb0] - http: revert "http: always emit close on req and res" (Michaël Zasso) #21809a5928712c9] - http: name anonymous function in _http_common.js (Petras) #21755337b2df82f] - http2: release request()'s "connect" event listener after it runs (James Ide) #219161e15581823] - http2: remove unused nghttp2 error list (Anna Henningsen) #21827baf3027c77] - lib: remove usc-2 encoding (Brian White) #219649817e405ee] - (SEMVER-MINOR) lib,src: replace all C++ promises with JS promises (Ruben Bridgewater) #2083045816c50ac] - n-api: guard against cond null dereference (Gabriel Schulhof) #218712548f75a92] - src: use UTF-8 for naming interfaces in unix (Ujjwal Sharma) #219266b6a26bb8d] - src: use kInternalized instead of kNormal (Ujjwal Sharma) #219262c95b96e8e] - src: remove calls to deprecated v8 functions (NewFromUtf8) (Ujjwal Sharma) #21926e0336b2891] - src: fix may be uninitialized warning in n-api (Michael Dawson) #218982f3a28dbf2] - src: use available ReqWrap instance for libuv req (Jon Moss) #2198080b5c914bb] - src: add proper MemoryInfoName to wrappers (Joyee Cheung) #21939f6606bf9e4] - src: add missing cmath include to traced_value.cc (Anna Henningsen) #21924be75795868] - src: don't store one-use strings in variable (Jon Moss) #21876d9cd171a6b] - src: remove unnecessary else (Jon Moss) #218744f8620e2b7] - src: fix formatting of PIDs (Tobias Nießen) #21852d0f8af021f] - src: use offset calc. instead ofreq-\>datain node_file (Anna Henningsen) #2183941ff1bb9c7] - src: prepare for V8 Swallowed Rejection Hook (Benedikt Meurer) #21838c45623a548] - src: avoid unnecessarily formatting a warning (Tobias Nießen) #218326af4f1f515] - stream: name anonymous function in _stream_writable.js (mariotsi) #21753d0c16f4b2a] - stream: named anonymous functions in _stream_readable.js (Simionescu, Radu) #217503d05d82353] - test: improve assertions in child-process-execsync (bhavayAnand9) #2201662fd84528e] - test: improve inspect readability (Ruben Bridgewater) #21624fe1823dc21] - test: remove custom AsyncHooksTestConfiguration (Jon Moss) #220084510ca349e] - test: add tests for fs/promises chown functions (shisama) #2057461ae592c4f] - test: remove setTimeout in test-net-connect-unref (conectado) #219694958501ac0] - test: remove timeout from test-pipe-stream (Anna Henningsen) #21837af6b82469d] - test: fix unreliable test-fs-stat-bigint (sagulati) #21949793a5bb4af] - test: don't fail http2 abort test if 'data' is called multiple times (Sam Ruby) #21925623ef4961b] - test: address flaky worker test (Rich Trott) #218933213c09e3a] - test: provide better message for orphan output documentation (Sam Ruby) #21913eea199bf98] - test: fix http2 connection abort test (Anna Henningsen) #21861bea1ee8e8e] - test: make crashOnUnhandleRejection opt-out (Michaël Zasso) #2184981915632e4] - test: allow tests to pass without internet (Helio Frota) #2190946d14fc0e8] - test: refactor cluster-net-listen-relative-path (Rich Trott) #21863756dff498a] - test: refactor test-module-loading assertions (Bruno Pinho) #21833292aa42bd1] - test: fix faulty relpath test (Gus Caplan) #20954a086604f8f] - test: remove 3rd arg from to assert.strictEqual() (hectorcoronado) #21828580071dde4] - tls: named anonymous functions in _tls_wrap.js (prayag21) #217560f70017f35] - tls: name anonymous function in tls.js (Kevin Lacabane) #217540151486b9d] - tools: patch gyp to avoid xcrun errors (Ujjwal Sharma) #21520b520216518] - tools: update cpplint to check for inline headers (Ujjwal Sharma) #2152198d461e8cc] - tools: update ESLint to 5.2.0 (Yuta Hiroto) #21817ce527d973a] - tools: define xrange() in Python 3 (cclauss) #21945254aa83174] - tools: remove obsolete entries from license (Rich Trott) #2197936f8b82697] - tools: flatten apidoc headers (Sam Ruby) #219365e71d63bfe] - tools: validate apidoc links (Sam Ruby) #21889b98bf829d0] - tools: build API TOC using raw headers (Sam Ruby) #219225606f0b1f2] - tools: create HTML docs with unified/remark/rehype (Sam Ruby) #21490f89d194deb] - tools: improve update-eslint.sh (Rich Trott) #218196b925ebaba] - tools: make getnodeversion.py python3-compatible (silverwind) #21872ff5c6dcd1b] - tools: properly convert .gypi in install.py (Michael Achenbach) #2185002e665c712] - tools,test: remove unused config hooks (Jon Moss) #22010cfeed2b193] - trace_events: add support for builtin trace (James M Snell) #21899d7edee4954] - trace_events: add more process metadata (James M Snell) #217859a88fe4d5e] - vm: rename vm.Module to vm.SourceTextModule (Gus Caplan) #22007The text was updated successfully, but these errors were encountered: