Skip to content

v0.5.0

Compare
Choose a tag to compare
@adam-fowler adam-fowler released this 17 May 14:21
· 9 commits to main since this release
56fe707

Breaking changes

  • CompressionAlgorithm.compressor is a function which takes a window bits size instead of a computed property.
  • CompressionAlgorithm.decompressor is a function which takes a window bits size instead of a computed property.
  • Added maxSize parameter to ByteBuffer.decompress(with:allocator:) and ByteBuffer.decompressStream(with:allocator:)

Minor release changes

  • Add CompressionAlgorithm.rawDeflate for raw deflate data without a header.