Changelog
9.0.0 (2022-02-24)
Changelog
8.2.0 (2021-08-23)
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) #2153