lzma 1.0.1 lzma: ^1.0.1 copied to clipboard
LZMA compression library written in pure dart. Use this library to compress and decompress using the LZMA algorithm.
1.0.1
- Release cleanup and updated documentation.
1.0.0
- Release for Dart 2.12 with nullsafty
0.4.0+2
- Release for Dart2.
0.4.0+1
- Updated test dependency -> dev_dependency.
0.4.0
- BREAKING CHANGE: Replacing public API with
LzmaCodec
andlzma
instance.
0.3.0 - Jan 25, 2014
- Updated README.md, LICENSE.txt and CHANGELOG.md
0.2.1 - Nov 09, 2013
- Updated README.md
0.2.0 - Nov 08, 2013
- Added List
- Used fixnum package from pub, removed local package
- Fixed sublist parameters, now end is exclusive
- Removed annoying "There is no such operator '>>' in num" warning
- Ready for Dart 1.0.0!
0.1.3 - Mar 25, 2013
- Updated fixnum library
- Removed deprecated List.fixedLength constructor
- Changed List.getRange for sublist
0.1.2 - Feb 01, 2013
- Pre-M3 update
0.1.1 - Jan 18, 2013
- Fixed some README.md tags
- Added licenses directory
- Added CHANGES.md
0.1.0 - Jan 17, 2013
- First Dart pub package release