File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 2.0.1] - 2025-10-06
11+
1012### Added
1113- ** TypeScript Support** : Complete migration from CoffeeScript to TypeScript for better type safety and developer experience
1214- ** Promise APIs** : New async functions ` xzAsync() ` and ` unxzAsync() ` with Promise support
@@ -207,3 +209,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
207209- Initial version
208210- C++ binding support ENCODE/DECODE
209211- Async support
212+
213+ [ Unreleased ] : https://github.com/oorabona/node-liblzma/compare/v2.0.1...HEAD
214+ [ v2.0.1 ] : https://github.com/oorabona/node-liblzma/releases/tag/v2.0.1
215+ [ 2.0.1 ] : https://github.com/oorabona/node-liblzma/releases/tag/v2.0.1
Original file line number Diff line number Diff line change 11{
22 "name" : " node-liblzma" ,
3- "version" : " 2.0.0 " ,
3+ "version" : " 2.0.1 " ,
44 "description" : " NodeJS wrapper for liblzma" ,
55 "type" : " module" ,
66 "main" : " ./lib/lzma.js" ,
You can’t perform that action at this time.
0 commit comments