Skip to content

Releases: sile/libflate

v2.1.0

30 Apr 12:29
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 2.0.0...2.1.0

v2.0.0

08 Jul 10:10
Compare
Choose a tag to compare

What's Changed

  • Specify clap version in flate_bench by @olback in #73
  • Turn the no_std feature into default-enabled std by @kupiakos in #74
    • Note that the no_std feature has been removed in 2.0.0

New Contributors

Full Changelog: 1.4.0...2.0.0

v1.4.0

21 May 02:08
Compare
Choose a tag to compare

What's Changed

  • Add unread_decoded_data methods to decoders by @sile in #72

Full Changelog: 1.3.0...1.4.0

v1.3.0

16 Feb 13:36
Compare
Choose a tag to compare

What's Changed

  • Fix clippy (v0.1.67) warnings by @sile in #69
  • Add support for no_std builds by @rmsyn in #68

New Contributors

  • @rmsyn made their first contribution in #68

Full Changelog: 1.2.0...1.3.0

v1.2.0

25 Mar 02:53
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.1.2...1.2.0

v1.1.2

25 Jan 13:41
Compare
Choose a tag to compare

What's Changed

  • Fix a bug that could crash program if input data contains invalid dynamic Huffman codes by @sile in #65

Full Changelog: 1.1.1...1.1.2