lzma-native
Advanced tools
Changelog
3.0.4, Nov 27 2017
669ee5098b
] - package: replace unavailable host to node-pre-gyp.addaleax.net (JianyingLi) #48Changelog
3.0.1, Jul 04 2017
9e2ee5129f
] - ci: fix CI on Windows (Anna Henningsen)8d75757031
] - lib: fix race condition (Alexander Sagen) #40Changelog
3.0.0, Jun 26 2017
This is unlikely to break anybody’s code, but removing the build files after install might qualify as semver-major.
d5a252e3de
] - build: rimraf build/ after install (Anna Henningsen)fd2165e2ae
] - ci: add electron prebuilts again (Anna Henningsen)039ac523d0
] - lib: explicit util.promisify() compat (Anna Henningsen)Changelog
2.0.1, March 24 2017
c0491a0a07
] - refactored binding.gyp (Refael Ackermann)70883635b7
] - ci: skip artifact encryption setup for non-tag builds (Anna Henningsen)Changelog
2.0.0, March 19 2017
Changes since 1.5.2
Notable changes:
Dropped support for Node 0.10 and 0.12, which includes dropping any-promise
and util-extend
as dependencies.
A changed path for the prebuilt binaries, which now includes versioning information.
[83e0007061
] - Bump version to 1.5.3
[8021673b5d
] - Silence warnings about deprecated NewInstance
usage
[061933c4c7
] - bin: drop commander
dependency
[d752f96be4
] - ci: don’t use -flto for now
[92188bee5e
] - ci: fix AppVeyor allocation failures
[b79fa969d4
] - ci: fix AppVeyor indexparser failures
[5fcc17e54f
] - ci: fix Travis gcc CI failures
[3f5d2609bd
] - ci: drop Node v0.10/v0.12 support
[48e48ea25a
] - ci: ci file housekeeping
[c2d06b5e09
] - ci: work around node-gyp build failures
[f94287f711
] - ci,test: drop explicit nw.js testing
[c61355984f
] - deps: update xz to 5.2.3
[b07f501e26
] - doc: leave blank lines around headings in README
[dea30f3f20
] - lib: drop util-extend dependency
[0988b8d360
] - lib: refactor js-facing Stream into class
[18bbdfc220
] - lib: always use ES6 promises
[f5030e027e
] - lib: fix unhandled Promise rejections
[6e887ca52c
] - meta: package.json housekeeping
[e884b2e7c1
] - prebuild: add versioning to the binding file path
[e8660b3728
] - src: use Nan::MakeCallback() for calling into JS
[bd7ee7ce3f
] - test: use fs.unlinkSync
for synchronous unlinking