All Versions
105
Latest Version
Avg Release Cycle
28 days
Latest Release
-
Changelog History
Page 2
Changelog History
Page 2
-
v0.17.0 Changes
- Got travis + appveyor green again
- ➕ Added support for more node versions
-
v0.16.0 Changes
- ➕ Added Node 15 support in the local database (https://github.com/mapbox/node-pre-gyp/pull/520)
-
v0.15.0 Changes
- ⬆️ Bump dependency on
mkdirp
from^0.5.1
to^0.5.3
(https://github.com/mapbox/node-pre-gyp/pull/492) - ⬆️ Bump dependency on
needle
from^2.2.1
to^2.5.0
(https://github.com/mapbox/node-pre-gyp/pull/502) - ➕ Added Node 14 support in the local database (https://github.com/mapbox/node-pre-gyp/pull/501)
- ⬆️ Bump dependency on
-
v0.14.0 Changes
- Defer modules requires in napi.js (https://github.com/mapbox/node-pre-gyp/pull/434)
- ⬆️ Bump dependency on
tar
from^4
to^4.4.2
(https://github.com/mapbox/node-pre-gyp/pull/454) - 👌 Support extracting compiled binary from local offline mirror (https://github.com/mapbox/node-pre-gyp/pull/459)
- ➕ Added Node 13 support in the local database (https://github.com/mapbox/node-pre-gyp/pull/483)
-
v0.13.0 Changes
- ➕ Added Node 12 support in the local database (https://github.com/mapbox/node-pre-gyp/pull/449)
-
v0.12.0 Changes
November 15, 2018- 🛠 Fixed double-build problem with node v10 (https://github.com/mapbox/node-pre-gyp/pull/428)
- ➕ Added node 11 support in the local database (https://github.com/mapbox/node-pre-gyp/pull/422)
-
v0.11.0 Changes
August 12, 2018- 🛠 Fixed double-install problem with node v10
- Significant N-API improvements (https://github.com/mapbox/node-pre-gyp/pull/405)
-
v0.10.3 Changes
- 0️⃣ Now will use
request
overneedle
if request is installed. By defaultneedle
is used forhttps
. This should unbreak proxy support that regressed in v0.9.0
- 0️⃣ Now will use
-
v0.10.2 Changes
June 24, 2018- 🛠 Fixed rc/deep-extent security vulnerability
- Fixed broken reinstall script do to incorrectly named get_best_napi_version
-
v0.10.1 Changes
June 23, 2018- 🛠 Fix needle error event (@medns)