Node.js v6.6.0 (Current) 发布,大幅度更新
欢迎加入运维网交流群:263444886Node.js v6.6.0 (Current) 发布了,Node.js 是一套用来编写高性能网络服务器的 JavaScript 工具包,本次更新如下:
Notable changes
[*] crypto: Added crypto.timingSafeEqual(). (not-an-aardvark) #8304
[*] events: Made the "max event listeners" memory leak warning more accessible. (Anna Henningsen) #8298
[*] promises: Unhandled rejections now emit a process warning after the first tick. (Benjamin Gruenbaum) #8223
[*] repl: Added auto alignment for .editor mode. (Prince J Wesley) #8241
[*] util: Some functionality has been added to util.inspect():
[*] Returning this from a custom inspect function now works. (Anna Henningsen) #8174
[*] Added support for Symbol-based custom inspection methods. (Anna Henningsen) #8174
Commits
[*] - async_wrap: add a missing case to test-async-wrap-throw-no-init (yorkie) #8198
[*] - benchmark: add benches for fs.stat & fs.statSync (Anna Henningsen) #8338
[*] - benchmark: fix off-by-one error in fs benchmarks (Anna Henningsen) #8338
[*] - buffer: fix ArrayBuffer checks (Brian White) #8453
[*] - buffer,string_decoder: consolidate encoding validation logic (James M Snell) #7207
[*] - build: don't require processing docs for nightlies (Johan Bergström) #8325
[*] - build: fix dependencies on AIX (Michael Dawson) #8285
[*] - build: fix dependencies on AIX (Michael Dawson) #8272
[*] - build: add missing files to zip and 7z packages (Richard Lau) #8069
[*] - (SEMVER-MINOR) crypto: add crypto.timingSafeEqual() (not-an-aardvark) #8304
[*] - crypto: fix getDecoder() encoding check (atstojanov) #8301
[*] - crypto: make malloc failure check cross-platform (Rich Trott) #8352
[*] - deps: add back no-op harmony shipping flags (Ali Ijaz Sheikh) #8445
[*] - deps: workaround clang-3.4 ICE (Ali Ijaz Sheikh) #8343
[*] - deps: v8_inspector update (Eugene Ostroukhov) #8150
[*] - deps: cherry-pick 8ed65b97 from V8's upstream (Anna Henningsen) #8411
[*] - doc: link SIGTSTP / SIGCONT events in readline doc (Italo A. Casas) #8475
[*] - doc: update onboarding PR landing info (Rich Trott) #8479
[*] - doc: add CTC meeting minutes 2016-08-31 (Josh Gavant) #8424
[*] - doc: fix link on timers.md (yorkie) #8488
[*] - doc: add added: information for crypto (Luigi Pinca) #8281
[*] - doc: fix example in repl documentation (Franziska Hinkelmann) #8469
[*] - doc: note that listening on SIGSEGV & co is unsafe (Anna Henningsen) #8410
[*] - doc: clarify sentence in event loop doc (Luigi Pinca) #8400
[*] - doc: add CI help/support info to onboarding doc (Rich Trott) #8407
[*] - doc: add 2016-08-17 CTC meeting minutes (Josh Gavant) #8245
[*] - doc: update BUILDING.md (Rich Trott) #8398
[*] - doc: add 2016-08-10 CTC meeting minutes (Josh Gavant) #8229
[*] - doc: update CI content in onboarding doc (Rich Trott) #8374
[*] - doc: update authors list (James M Snell) #8346
[*] - doc: add return type of clientRequest.setTimeout (Mike Ralphson) #8356
[*] - doc: fix a wrong link,add '.md' to the link (Alexis374) #8315
[*] - doc: fix typos (Mike Ralphson) #8370
[*] - doc: fix broken link in dgram doc (Brian White) #8365
[*] - doc: update targos email in readme per request (James M Snell) #8389
[*] - doc: update landing pr info in onboarding doc (Rich Trott) #8344
[*] - doc: bad/better examples for fs.access() and fs.exists() (Dan Fabulich) #7832
[*] - doc: fix typo in stream doc (Hubert Mine) #8326
[*] - doc: adding danbev to collaborators (Daniel Bevenius) #8359
[*] - doc: clarify that path on windows accepts / and \ (James M Snell) #8291
[*] - doc: add lpinca to collaborators (Luigi Pinca) #8331
[*] - doc: doc that listen can be called multiple times (James M Snell) #8294
[*] - doc: readline write() is processed as input (James M Snell) #8295
[*] - doc: 'ipc' is required with fork stdio option (James M Snell) #8290
[*] - doc: improve fs.truncate functions' documentation (Sakthipriyan Vairamani) #7648
[*] - doc: add added: information for modules (Luigi Pinca) #8250
[*] - doc: fix onReadable reentry after unshift called (Zwb) #8200
[*] - doc: add added: information for dgram (Luigi Pinca) #8196
[*] - doc: add Myles Borins to the CTC (Rod Vagg) #8260
[*] - doc: fix buf.readUIntBE, buf.readUIntLE examples (David Keeler) #8240
[*] - doc: fix "timout" typo in timeout (Fangshi He) #8231
[*] - doc: include the optional options parameter (Sakthipriyan Vairamani) #7842
[*] - (SEMVER-MINOR) events: make memory leak warning more accessible (Anna Henningsen)#8298
[*] - http: fix connection upgrade checks (Brian White) #8238
[*]
- inspector: use script name for target>
[*] - inspector: make sure all messages are dispatched (Eugene Ostroukhov) #8264
[*] - inspector: simplify buffer management (Eugene Ostroukhov) #8257
[*] - inspector: use new inspector headers (Eugene Ostroukhov) #8150
[*] - net: make holding the buffer in memory more robust (Anna Henningsen) #8252
[*] - (SEMVER-MINOR) promise: warn on unhandled rejections (Benjamin Gruenbaum) #8223
[*] - (SEMVER-MINOR) readline: key interval delay for \r & \n (Prince J Wesley) #8109
[*] - (SEMVER-MINOR) repl: Auto alignment for .editor mode (Prince J Wesley) #8241
[*] - src: pull AfterConnect from pipe_wrap and tcp_wrap (Daniel Bevenius) #8448
[*] - src: remove unneeded Environment error methods (Ben Noordhuis) #8427
[*] - src: update f function call comment (Daniel Bevenius) #8416
[*] - src: normalize malloc, realloc (Michael Dawson) #7564
[*] - src: unbreak build when compiling against uclibc (Ben Noordhuis) #8308
[*] - src: moving f function call comment (Daniel Bevenius) #8405
[*] - src: avoid duplicate AtExit functions (Ali Ijaz Sheikh) #8273
[*] - test: refector parallel/test-http.js (Junshu Okamoto) #8471
[*] - test: modernize JS and tighten equality checking (Peter Ogilvie) #8476
[*] - test: swapped == and equal to === and strictEqual (Christopher Dunavan) #8472
[*] - test: refactor test-net-pipe-connect-errors (Rich Trott) #8473
[*] - test: skip pseudo-tty/no_dropped_stdio test (Michael Dawson) #8470
[*] - test: clean up net server try ports test (Thomas Hunter II) #8458
[*] - test: make crypto.timingSafeEqual test less flaky (not-an-aardvark) #8456
[*] - test: add test-debug-protocol-execute (Rich Trott) #8454
[*] - test: exercise EE function type checking paths (cjihrig) #8168
[*] - test: increase _debugger coverage (Rich Trott) #8403
[*] - test: mark pseudo-tty/no_dropped_stdio as flaky (Michael Dawson) #8385
[*] - test: test non-buffer/string with zlib (Rich Trott) #8350
[*] - test: fix test-cluster-dgram-1 flakiness (Santiago Gimeno) #8383
[*] - test: fix ::1 error in test-dns-ipv6 (Gibson Fahnestock) #8254
[*] - test: fix fs-watch-recursive flakiness on OS X (Santiago Gimeno) #4629
[*] - test: refactor/cleanup a number of cluster tests (James M Snell) #8261
[*] - test: refactor parallel/test-process-env.js (Rich Trott) #8324
[*] - test: add test for zlib.create*Raw() (Rich Trott) #8306
[*] - test: cleanup test require symlink (Paul Grock) #8305
[*] - test: refactor test-debug-signal-cluster (Rich Trott) #8289
[*] - test: additional refactoring/cleanup of buffer tests (James M Snell) #8283
[*] - test: add known issue test for path parse issue #6229 (James M Snell) #8293
[*] - test: make sure over truncation of file zero fills (Sakthipriyan Vairamani) #7648
[*] - test: add check in test-signal-handler (Rich Trott) #8248
[*] - test: clean up / refactor buffer tests, remove duplication (James M Snell) #8256
[*] - test: mark test-child-process-fork-dgram as flaky (Michael Dawson) #8274
[*] - test: refactor test-util-inspect (Rich Trott) #8189
[*] - tickprocessor: apply c++filt manually on mac (Fedor Indutny) #8480
[*] - tools: replace custom ESLint rule with built-in (Rich Trott) #8478
[*] - tools: update ESLint to 3.5.0 (Rich Trott) #8478
[*] - tools: fix new-parens violations (Rich Trott) #8478
[*] - tools: enable caching for jslint task (Rich Trott) #8296
[*] - tools: update ESLint to 3.4.0 (Rich Trott) #8296
[*] - url: fix off-by-one error in loop handling dots (Luigi Pinca) #8420
[*] - url: keep auth in url.resolve() if host matches (Ilkka Myller) #8215
[*] - url: url.format() encodes all # in search (Ilkka Myller) #8072
[*] - util: improve function signature of util._extend (Sakthipriyan Vairamani) #8187
[*] - (SEMVER-MINOR) util: allow returning this from custom inspect (Anna Henningsen) #8174
[*] - (SEMVER-MINOR) util: allow symbol-based custom inspection methods (Anna Henningsen)#8174
[*] - vm: change ContextifyScript to Script in comment (Daniel Bevenius) #8415
[*]
- win,build: forward>
[*] - win,build: exit when addons fail to build (João Reis) #8412
[*] - win,build: skip finding VS when not needed (João Reis) #8412
[*] - win,build: fail on invalid option in vcbuild (João Reis) #8412
下载地址:
[*] Source code (zip)
[*] Source code (tar.gz)
[*] https://nodejs.org/en/download/current/
页:
[1]