All notable changes to this project will be documented in this file.
0.7.2 - 2024-02-03
- (inflate) Return MZError::Buf when calling inflate with MZFlush::Finish in line with orig miniz and zlib - (0f50464) - oyvindln
- (miniz_oxide) fix tests when with-alloc is not enabled (running with --no-default-features) and make add test run of it to ci - (4fd32da) - oyvindln
- (miniz_oxide) fix compiler and clippy warnings - (657c5b2) - oyvindln
- Code size reduction from panic reduction (#145) - (201ef39) - Kornel
- Optimize match_len == 3 (#146) - (10ff5a0) - Kornel
- inflate:
- Fix for older versions of Rust (thanks jasonish) (a65d0751)
Yanked release
Yanked release due to version requirement bump
- inflate:
- move debug assert condition to if stmt (thanks connorskees) (b6d8824a)
Yanked release due to version requirement bump
- inflate:
- deflate:
- Remove #[inline(always)] from CompressorOxide::default() (thanks jrmuizel) (c7643aa2)
- inflate:
- various typo/doc/ci fixes (thanks LollipopFt, striezel, jarede-dev)
- Add std feature to allow error trait for DecompressError and other stuff later down the line
- impl Display for DecompressError
- Make building with --no-default-features actually work
- inflate:
Clippy warnings and doc fixes (thanks @hellow554 and @MichaelMcDonnell)
- core: Don't use simd-adler32 when building as part of std (5869904c)
- inflate: Don't return HasMoreOutput if we are waiting for more input to read adler32 (5869904c)
- inflate: Add decompress_slice_iter_to_slice function. (a359d678)
Doc updates and minor refactor
-
core:
-
inflate:
- core:
- Add automatic alloc detection (0c67dc5c)
- inflate:
- Add missing pub to FullReset's data format (743d6d37)
-
inflate:
-
core:
- Add an optional feature for 1.34.2 backwards compatibility (d18e847d)
- core: