Changelog
v8.0.0 2021-04-03
0d8a6f1b19
] - ci: update actions/setup-node to v2 (#2302) (Sora Morimoto) #230215a5c7d45b
] - ci: migrate deprecated grammar (#2285) (Jiawen Geng) #228506ddde27f9
] - deps: sync mutual dependencies with npm (DeeDeeG) #2348a5fd1f41e3
] - doc: add downloads badge (#2352) (Jiawen Geng) #2352cc1cbce056
] - doc: update macOS_Catalina.md (#2293) (iMrLopez) #22936287118fc4
] - doc: updated README.md to copy easily (#2281) (மனோஜ்குமார் பழனிச்சாமி) #228166c0f04467
] - doc: add missing sudo
to Catalina doc (Karl Horky) #22440da2e0140d
] - gyp: update gyp to v0.8.1 (#2355) (DeeDeeG) #23550093ec8646
] - gyp: Improve our flake8 linting tests (Christian Clauss) #2356a78b584236
] - (SEMVER-MAJOR) gyp: remove support for Python 2 (#2300) (Christian Clauss) #2300c3c510d89e
] - gyp: update gyp to v0.8.0 (#2318) (Christian Clauss) #23189e1397c52e
] - (SEMVER-MAJOR) gyp: update gyp to v0.7.0 (#2284) (Jiawen Geng) #22841bd18f3e77
] - (SEMVER-MAJOR) lib: drop Python 2 support in find-python.js (#2333) (DeeDeeG) #2333e81602ef55
] - (SEMVER-MAJOR) lib: migrate requests to fetch (#2220) (Matias Lopez) #2220392b7760b4
] - lib: avoid changing process.config (#2322) (Michaël Zasso) #2322Changelog
v7.1.2 2020-10-17
096e3aded5
] - gyp: update gyp to 0.6.2 (Myles Borins) #224154f97cd243
] - doc: add cmd to reset xcode-select
to initial state (Valera Rozuvan) #2235Changelog
v7.1.1 2020-10-15
This release restores the location of shared library builds to the pre-v7
location. In v7.0.0 until this release, shared library outputs were placed
in a lib.target subdirectory inside the build/{Release,Debug} directory for
builds using make
(Linux, etc.). This is inconsistent with macOS (Xcode)
behavior and previous node-gyp behavior so has been reverted.
We consider this a bug-fix rather than semver-major change.
18bf2d1d38
] - deps: update deps to match npm@7 (Rod Vagg) #2240ee6a837cb7
] - gyp: update gyp to 0.6.1 (Rod Vagg) #22383e7f8ccafc
] - lib: better log message when ps fails (Martin Midtgaard) #22297fb314339f
] - test: GitHub Actions: Test on Python 3.9 (Christian Clauss) #2230754996b9ec
] - doc: replace status badges with new Actions badge (Rod Vagg) #22182317dc400c
] - ci: switch to GitHub Actions (Shelley Vohr) #22102cca9b74f7
] - doc: drop the --production flag for installing windows-build-tools (DeeDeeG) #2206Changelog
v7.1.0 2020-08-12
aaf33c3029
] - build: add update-gyp script (Samuel Attard) #21673baa4e4172
] - (SEMVER-MINOR) gyp: update gyp to 0.4.0 (Samuel Attard) #2165f461d56c53
] - (SEMVER-MINOR) build: support apple silicon (arm64 darwin) builds (Samuel Attard) #2165ee6fa7d3bc
] - docs: note that node-gyp@7 should solve Catalina CLT issues (Rod Vagg) #21564fc8ff179d
] - doc: silence curl for macOS Catalina acid test (Chia Wei Ong) #21507857cb2eb1
] - deps: increase "engines" to "node" : ">= 10.12.0" (DeeDeeG) #2153Changelog
v7.0.0 2020-06-03
e18a61afc1
] - build: shrink bloated addon binaries on windows (Shelley Vohr) #20604937722cf5
] - (SEMVER-MAJOR) deps: replace mkdirp with {recursive} mkdir (Rod Vagg) #2123d45438a047
] - (SEMVER-MAJOR) deps: update deps, match to npm@7 (Rod Vagg) #2126ba4f34b7d6
] - doc: update catalina xcode clt download link (Dario Vladovic) #2133f7bfce96ed
] - doc: update acid test and introduce curl|bash test script (Dario Vladovic) #2105e529f3309d
] - doc: update README to reflect upgrade to gyp-next (Ujjwal Sharma) #20929aed6286a3
] - doc: give more attention to Catalina issues doc (Matheus Marchini) #2134963f2a7b48
] - doc: improve Catalina discoverability for search engines (Matheus Marchini) #21357b75af349b
] - doc: add macOS Catalina software update info (Karl Horky) #20784f23c7bee2
] - doc: update link to the code of conduct (#2073) (Michaël Zasso) #2073473cfa283f
] - doc: note in README that Python 3.8 is supported (#2072) (Michaël Zasso) #2072e7402b4a7c
] - doc: update catalina xcode cli tools download link (#2044) (Dario Vladović) #204435de45984f
] - doc: update catalina xcode cli tools download link; formatting (Jonathan Hult) #203448642191f5
] - doc: add download link for Command Line Tools for Xcode (Przemysław Bitkowski) #2029ae5b150051
] - doc: Catalina suggestion: remove /Library/Developer/CommandLineTools (Christian Clauss) #2022d1dea13fe4
] - doc: fix changelog 6.1.0 release year to be 2020 (Quentin Vernot) #20216356117b08
] - doc, bin: stop suggesting opening node-gyp issues (Bartosz Sosnowski) #2096a6b76a8b48
] - gyp: update gyp to 0.2.1 (Ujjwal Sharma) #2092ebc34ec823
] - gyp: update gyp to 0.2.0 (Ujjwal Sharma) #2092972780bde7
] - (SEMVER-MAJOR) gyp: sync code base with nodejs repo (#1975) (Michaël Zasso) #1975c255ffbf6a
] - lib: drop "-2" flag for "py.exe" launcher (DeeDeeG) #21311f7e1e93b5
] - lib: ignore VS instances that cause COMExceptions (Andrew Casey) #2018741ab096d5
] - test: remove support for EOL versions of Node.js (Shelley Vohr)ca86ef2539
] - test: bump actions/checkout from v1 to v2 (BSKY) #2063Changelog
v5.1.1 2020-05-25
bdd3a79abe
] - build: shrink bloated addon binaries on windows (Shelley Vohr) #20601f2ba75bc0
] - doc: add macOS Catalina software update info (Karl Horky) #2078c106d915f5
] - doc: update catalina xcode cli tools download link (#2044) (Dario Vladović) #20449a6fea92e2
] - doc: update catalina xcode cli tools download link; formatting (Jonathan Hult) #203459b0b1add8
] - doc: add download link for Command Line Tools for Xcode (Przemysław Bitkowski) #2029bb8d0e7b10
] - doc: Catalina suggestion: remove /Library/Developer/CommandLineTools (Christian Clauss) #2022fb2e80d4e3
] - doc: update link to the code of conduct (#2073) (Michaël Zasso) #2073251d9c885c
] - doc: note in README that Python 3.8 is supported (#2072) (Michaël Zasso) #20722b6fc3c8d6
] - doc, bin: stop suggesting opening node-gyp issues (Bartosz Sosnowski) #2096a876ae58ad
] - test: bump actions/checkout from v1 to v2 (BSKY) #2063Changelog
v5.1.0 2020-02-05
f37a8b40d0
] - doc: add GitHub Actions badge (#1994) (Rod Vagg) #1994cb3f6aae5e
] - doc: update macOS_Catalina.md (#1992) (James Home) #19920607596a4c
] - doc: fix typo in README.md (#1985) (Suraneti Rodsuwan) #19850d5a415a14
] - doc: add travis badge (Rod Vagg) #1971103740cd95
] - gyp: list(dict) so we can del dict(key) while iterating (Christian Clauss) #2009278dcddbdd
] - lib: ignore VS instances that cause COMExceptions (Andrew Casey) #20181694907bbf
] - lib: compatibility with semver ≥ 7 (new
for semver.Range) (Xavier Guimard) #2006a3f1143514
] - (SEMVER-MINOR) lib: noproxy support, match proxy detection to request
(Matias Lopez) #197852365819c7
] - test: remove old docker test harness (#1993) (Rod Vagg) #1993bc509c511d
] - test: add Windows to GitHub Actions testing (#1996) (Christian Clauss) #199691ee26dd48
] - test: fix typo in header download test (#2001) (Richard Lau) #20010923f344c9
] - test: direct python invocation & simpler pyenv (Matias Lopez) #197932c8744b34
] - test: fix macOS Travis on Python 2.7 & 3.7 (Christian Clauss) #1979fd4b1351e4
] - test: initial Github Actions with Ubuntu & macOS (Christian Clauss) #1985Changelog
v6.1.0 2020-01-08
9a7dd16b76
] - doc: remove backticks from Python version list (Rod Vagg) #201126cd6eaea6
] - doc: add GitHub Actions badge (#1994) (Rod Vagg) #1994312c12ef4f
] - doc: update macOS_Catalina.md (#1992) (James Home) #1992f7b6b6b77b
] - doc: fix typo in README.md (#1985) (Suraneti Rodsuwan) #19856b8f2652dd
] - doc: add travis badge (Rod Vagg) #197120aa0b44f7
] - doc: macOS Catalina add two commands (Christian Clauss) #196214f2a07a39
] - gyp: list(dict) so we can del dict(key) while iterating (Christian Clauss) #2009f242ce4d2c
] - lib: compatibility with semver ≥ 7 (new
for semver.Range) (Xavier Guimard) #20063bcba2a01a
] - (SEMVER-MINOR) lib: noproxy support, match proxy detection to request
(Matias Lopez) #1978470cc2178e
] - test: remove old docker test harness (#1993) (Rod Vagg) #199331ecc8421d
] - test: add Windows to GitHub Actions testing (#1996) (Christian Clauss) #19965a729e86ee
] - test: fix typo in header download test (#2001) (Richard Lau) #2001345c70e56d
] - test: direct python invocation & simpler pyenv (Matias Lopez) #1979d6a7e0e1fb
] - test: fix macOS Travis on Python 2.7 & 3.7 (Christian Clauss) #19795a64e9bd32
] - test: initial Github Actions with Ubuntu & macOS (Christian Clauss) #198504da736d38
] - test: fix Python unittests (cclauss) #19610670e5189d
] - test: add header download test (Rod Vagg) #1796c506a6a150
] - test: configure proper devDir for invoking configure() (Rod Vagg) #1796Changelog
v5.0.7 2019-12-16
Republish of v5.0.6 with unnecessary tarball removed from pack file.
Changelog
v5.0.6 2019-12-16
cdec00286f
] - doc: adjustments to the README.md for new users (Dan Pike) #1919b7c8233ef2
] - test: fix Python unittests (cclauss) #1961e12b00ab0a
] - doc: macOS Catalina add two commands (Christian Clauss) #196270b9890c0d
] - test: add header download test (Rod Vagg) #17964029fa8629
] - test: configure proper devDir for invoking configure() (Rod Vagg) #1796fe8b02cc8b
] - doc: add macOS_Catalina.md document (cclauss) #19408ea47ce365
] - gyp: python3 fixes: utf8 decode, use of 'None' in eval (Wilfried Goesgens) #1925c7229716ba
] - gyp: iteritems() -> items() in compile_commands_json.py (cclauss) #19472a18b2a0f8
] - gyp: make cmake python3 compatible (gengjiawen) #194470f391e844
] - gyp: fix TypeError in XcodeVersion() (Christian Clauss) #19399f4f0fa34e
] - gyp: finish decode stdout on Python 3 (Christian Clauss) #19377cf507906d
] - src,win: allow 403 errors for arm64 node.lib (Richard Lau) #1934ad0d182c01
] - deps: update deps to roughly match current npm@6 (Rod Vagg) #19201553081ed6
] - test: upgrade Linux Travis CI to Python 3.8 (Christian Clauss) #19230705cae9aa
] - travis: ignore failed brew upgrade npm
, update xcode (Christian Clauss) #19327bfdb6f5bf
] - build: avoid bare exceptions in xcode_emulation.py (Christian Clauss) #19327edf7658fa
] - lib,install: always download SHA sums on Windows (Sam Hughes) #192669056d04fe
] - travis: add Windows + Python 3.8 to the mix (Rod Vagg) #1921