Skip to content

Releases: prantlf/v-zstd

0.1.1

11 Dec 12:22
Compare
Choose a tag to compare

0.1.1 (2023-12-11)

Bug Fixes

  • Adapt for V langage changes (27462ee)

0.1.0

26 Oct 09:50
Compare
Choose a tag to compare

0.1.0 (2023-10-26)

Features

  • Remove the drain function from stream context (f9e5872)
  • Make input and ooutput sizes of the stream buffers public (b34cd33)
  • Add gzstd anz gunzstd executables as examples (d4b7fb3)

BREAKING CHANGES

Do not pass the drain function to new_compress_stream_context and new_decompress_stream_context. Pass it to each call of compress_chunk, compress_chunk_at, compress_end, decompress_chunk and decompress_chunk_at.

0.0.1

25 Oct 18:30
94bb1b0
Compare
Choose a tag to compare

0.0.1 (2023-10-25)

Initial release.