5.8 KiB
5.8 KiB
Changelog
7.1.2 - 2024-02-29
Changed
7.1.1 - 2022-06-07
Changed
-
Replace use of npmlog dependency with console.error (#182) (
4e2284c) (Lovell Fuller). -
Ensure script output can be captured by tests (#181) (
d1853cb) (Lovell Fuller).
7.1.0 - 2022-04-20
Changed
7.0.1 - 2022-01-28
Changed
7.0.0 - 2021-11-12
Changed
- Breaking: bump
node-abiso that Electron 14+ gets correct ABI (#161) (477f347) (csett86). Drops support of Node.js < 10. - Bump
simple-get(7468c14) (Vincent Weevers).
6.1.4 - 2021-08-11
Fixed
- Move auth token to header instead of query param (#160) (
b3fad76) (nicolai-nordic) - Remove
_prefix as it isn't allowed by npm config (#153) (a964e5b) (Tom Boothman) - Make
rc.pathabsolute (#158) (57bcc06) (George Waters).
6.1.3 - 2021-06-03
Changed
- Inline no longer maintained
noop-logger(#155) (e08d75a) (Alexandru Dima) - Point users towards
prebuildifyin README (#150) (5ee1a2f) (Vincent Weevers)
6.1.2 - 2021-04-24
Fixed
6.1.1 - 2021-04-04
Fixed
- Support
force&buildFromSourceoptions in yarn (#140) (8cb1ced) (João Moreno) - Bump
node-abito prevent dedupe (closes #135) (2950fb2) (Vincent Weevers)
6.1.0 - 2021-04-03
Added
- Restore local prebuilds feature (#137) (
dc4e5ea) (Wes Roberts). Previously removed in #81 /a069253.
6.0.1 - 2021-02-14
Fixed
- Fixes empty
--tag-prefix(#143) (@mathiask88)
6.0.0 - 2020-10-23
Changed
Added
- Document cross platform options (
e5c9a5a) (@fishbone1)
Removed
Fixed
5.3.6 - 2020-10-20
Changed
- Replace
mkdirpdependency withmkdirp-classic(@ralphtheninja)