Skip to content
This repository has been archived by the owner on Dec 29, 2023. It is now read-only.

Latest commit

 

History

History
55 lines (32 loc) · 1.14 KB

CHANGELOG.md

File metadata and controls

55 lines (32 loc) · 1.14 KB

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 and lzma 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 args to main function, Options class was removed from SDK
  • 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