- Fix building if no prebuilt binary found
- Fix build system
- Fix release system
- Fix documentation
- Refactor to deprecate Nan in favor of N-API
- Drop UBS building system to use standard
node-gyp
- Support building on Linux, MacOSX and Windows
- Ability to build from preinstalled libraries as well as download from XZ website
- Deprecate Travis CI and AppVeyor to use GitHub Workflows
- Added CI for OSX and Windows
- Implemented use of node-pre-gyp instead of node-gyp
- Better build script, bug fixing.
- Updated to latest versions of dependencies
- NodeJS 6.x is now supported
- Fixed build.yml to work with new UBS 0.6.1.
- Fixed minor bugs
- All known bugs have been fixed
- JS Library has been renamed to
lzma
, no big deal 😄
- Rewrote large parts with Nan so now it supports 0.12+, 3+, 4+
- BUG: Apparently not anymore 0.10 ...
- Fixed syntax in XzStream.coffee
- Changes in build system (now using ubs to compile/run tests)
- Applied a fix for 'availInAfter' in stream callback, after #6032
- Fixed bad variable init in binding module
- Added multithread support
- ENABLE_MT is now available to compile with thread support
- Added new test cases
- Bug fixes :)
- Completed import of NodeJS Zlib API
- Full sync support
- Added new test cases (sync/async)
- Initial version
- C++ binding support ENCODE/DECODE
- Async support