Releases: vweevers/win-version-info
Releases · vweevers/win-version-info
v6.0.1
Fixed
- Restore 32-bit prebuild (
acb9b62
) (Vincent Weevers)
v6.0.0
The 32-bit prebuild was restored in 6.0.1.
Changed
- Breaking: drop Node.js 10 and 12 (
9c7e4fa
) (Vincent Weevers)
- Breaking: drop 32-bit prebuild (
cb1fdec
) (Vincent Weevers)
- Replace use of
std::ptr_fun
(8f5ac34
) (Vincent Weevers)
v5.0.1
Fixed
- Include prebuilds in npm package (
54fadf8
) (Vincent Weevers)
v5.0.0
Changed
- Breaking: drop Node.js 8 (
b0add44
) (Vincent Weevers)
- Move to Node-API with prebuildify (
cf5c6c7
) (Vincent Weevers).
v4.0.0
Not yet published to npm due to a build failure.
Changed
- Breaking: bump
prebuild-install
from 5.x to 6.x (37bd9c9
) (Vincent Weevers)
- Bump
standard
devDependency (d74d7a8
) (Vincent Weevers)
Added
- Run tests & prebuild for node 16 (#21) (
764c868
) (Tim Perry)
v3.1.0
Note: not published to npm, because the build failed.
Changed
Added
v3.0.1
Changed
- Upgrade
prebuild
from ^8.2.1
to ^9.0.0
(#6)
Fixed
- Don't skip building if cross-compiling (#7) (@pimterry)
v3.0.0
Changed
- Update dependencies to enable Greenkeeper (#3)
- Move changelog to
CHANGELOG.md
(7e3bb93
)
- Tweak
README.md
(8b37083
)
Added
Removed
Fixed
v2.1.0
Changed
- Remove (need for)
os
filter in package.json
- Update
nan
from ~2.10.0
to ~2.11.1
- Update
prebuild-install
from ~4.0.0
to ~5.2.1
- Update
prebuild
devDependency from ~7.6.0
to ~8.1.2
Added