Skip to content

Release proposal: v2.2.0

Rodrigo Muino Tomonari requested to merge github/fork/rvagg/v2.2.0-release into master

Not urgent, let's give this a couple of days to see what else is flushed out but I'd like to get one out before we go v3.0.0, see #1807 (closed) for that.

Current commits are:

  • [a77c330c32] - (SEMVER-MINOR) child_process: expose ChildProcess constructor (Evan Lucas) #1760
  • [3a1bc067d4] - _Revert_ "core: set PROVIDER type as Persistent class id" (Ben Noordhuis) #1827
  • [f9fd554500] - deps: make node-gyp work with io.js (cjihrig) iojs/io.js#990
  • [c1afa53648] - deps: upgrade npm to 2.11.0 (Forrest L Norvell) iojs/io.js#1829
  • [ff794498e7] - doc: fs.*File() also accept encoding strings (Rich Trott) #1806
  • [98649fd31a] - doc: add documentation for AtExit hook (Steve Sharp) #1014
  • [eb1856dfd1] - doc: clarify stability of fs.watch and relatives (Rich Trott) #1775
  • [a74c2c9458] - doc: state url decoding behavior (Josh Gummersall) #1731
  • [ba76a9d872] - doc: remove bad semver-major entry from CHANGELOG (Rod Vagg) #1782
  • [a6a3f8c78d] - doc: fix changelog s/2.0.3/2.1.0 (Rod Vagg)
  • [2c686fd3ce] - http: flush stored header (Vladimir Kurchatkin) #1695
  • [1eec5f091a] - http: simplify code and remove unused properties (Brian White) #1572
  • [1bbf8d0720] - lib: speed up require(), phase 2 (Ben Noordhuis) #1801
  • [b14fd1a720] - lib: speed up require(), phase 1 (Ben Noordhuis) #1801
  • [5abd4ac079] - lib: simplify nextTick() usage (Brian White) #1612
  • [5759722cfa] - src: fix module search path for preload modules (Ali Ijaz Sheikh) #1812
  • [a65762cab6] - src: remove old code (Brendan Ashworth) #1819
  • [93a44d5228] - src: fix deferred events not working with -e (Ben Noordhuis) #1793
  • [8059393934] - test: check error type from net.Server.listen() (Rich Trott) #1821
  • [4e90c82cdb] - test: add heap profiler add-on regression test (Ben Noordhuis) #1828
  • [6dfca71af0] - test: don't lint autogenerated test/addons/doc-*/ (Ben Noordhuis) #1793
  • [c2b8b30836] - test: remove stray copyright notices (Ben Noordhuis) #1793
  • [280fb01daf] - test: fix deprecation warning in addons test (Ben Noordhuis) #1793
  • [8606793999] - tools: pass constant to logger instead of string (Johan Bergström) #1842
  • [fbd2b59716] - tools: add objectLiteralShorthandProperties to .eslintrc (Evan Lucas) #1760
  • [53e98cc1b4] - win,node-gyp: enable delay-load hook by default (Bert Belder) #1763

Merge request reports

Loading