Skip to content

Releases: indiesoftby/defold-zstd

1.5.7-3

30 Oct 12:14

Choose a tag to compare

Support for decompression frames with unknown size.

1.5.7-2

19 Aug 09:14

Choose a tag to compare

Removed the code for building the dictionary, since it is not exposed in the Lua API and is missing in the headers. This fixed the extension compilation on Android (error with undeclared identifier 'qsort_r').

1.5.7-1

04 May 14:08

Choose a tag to compare

Zstd is updated to 1.5.7:

Zstandard v1.5.7 is a significant release, featuring over 500 commits accumulated over the past year. This update brings enhancements across various domains, including performance, stability, and functionality - https://github.com/facebook/zstd/releases/tag/v1.5.7

1.5.6-1

17 Sep 22:50

Choose a tag to compare

Initial release.