Skip to content

Latest commit

 

History

History
81 lines (62 loc) · 9.36 KB

CHANGELOG.md

File metadata and controls

81 lines (62 loc) · 9.36 KB

v3.4.0 2016-06-28

  • [ce5fd04e94] - deps: update minimatch version (delphiactual) #961
  • [77383ddd85] - Replace fs.accessSync call to fs.statSync (Richard Lau) #955
  • [0dba4bda57] - test: add simple addon test (Richard Lau) #955
  • [c4344b3889] - doc: add --target option to README (Gibson Fahnestock) #958
  • [cc778e9215] - Override BUILDING_UV_SHARED, BUILDING_V8_SHARED. (Ben Noordhuis) #915
  • [af35b2ad32] - Move VC++ Build Tools to Build Tools landing page. (Andrew Pardoe) #953
  • [f31482e226] - win: work around __pfnDliNotifyHook2 type change (Alexis Campailla) #952
  • [3df8222fa5] - Allow for npmlog@3.x (Rebecca Turner) #950
  • [a4fa07b390] - More verbose error on locating msbuild.exe failure. (Mateusz Jaworski) #930
  • [4ee31329e0] - doc: add command options to README.md (Gibson Fahnestock) #937
  • [c8c7ca86b9] - Add --silent option for zero output. (Gibson Fahnestock) #937
  • [ac29d23a7c] - Upgrade to glob@7.0.3. (Ben Noordhuis) #943
  • [15fd56be3d] - Enable V8 deprecation warnings for native modules (Matt Loring) #920
  • [7f1c1b960c] - gyp: improvements for android generator (Robert Chiras) #935
  • [088082766c] - Update Windows install instructions (Sara Itani) #867
  • [625c1515f9] - gyp: inherit CC/CXX for CC/CXX.host (Johan Bergström) #908
  • [3bcb1720e4] - Add support for the Python launcher on Windows (Patrick Westerhoff) [#894](nodejs#894

v3.3.1 2016-03-04

v3.3.0 2016-02-16

v3.2.1 2015-12-03

v3.2.0 2015-11-25

  • [268f1ca4c7] - Use result of which when searching for python. (Refael Ackermann) #668
  • [817ed9bd78] - Add test for python executable search logic. (Ben Noordhuis) #756
  • [0e2dfda1f3] - Fix test/test-options when run through npm test. (Ben Noordhuis) #755
  • [9bfa0876b4] - Add support for AIX (Michael Dawson) #753
  • [a8d441a0a2] - Update README for Windows 10 support. (Jason Williams) #766
  • [d1d6015276] - Update broken links and switch to HTTPS. (andrew morton)

v3.1.0 2015-11-14

v3.0.3 2015-09-14

  • [ad827cda30] - tarballUrl global and && when checking for iojs (Lars-Magnus Skog) #729

v3.0.2 2015-09-12

  • [6e8c3bf3c6] - add back support for passing additional cmdline args (Rod Vagg) #723
  • [ff82f2f3b9] - fixed broken link in docs to Visual Studio 2013 download (simon-p-r) #722

v3.0.1 2015-09-08

  • [846337e36b] - normalise versions for target == this comparison (Rod Vagg) #716

v3.0.0 2015-09-08

  • [9720d0373c] - remove node_modules from tree (Rod Vagg) #711
  • [6dcf220db7] - test version major directly, don't use semver.satisfies() (Rod Vagg) #711
  • [938dd18d1c] - refactor for clarity, fix dist-url, add env var dist-url functionality (Rod Vagg) #711
  • [9e9df66a06] - use process.release, make aware of io.js & node v4 differences (Rod Vagg) #711
  • [1ea7ed01f4] - deps: update graceful-fs dependency to the latest (Sakthipriyan Vairamani) #714
  • [0fbc387b35] - Update repository URLs. (Ben Noordhuis) #715
  • [bbedb8868b] - (SEMVER-MAJOR) win: enable delay-load hook by default (Jeremiah Senkpiel) #708
  • [85ed107565] - Merge pull request #664 from othiym23/othiym23/allow-semver-5 (Nathan Rajlich)
  • [0c720d234c] - allow semver@5 (Forrest L Norvell)