·
6 commits
to main
since this release
What's Changed
BREAKING CHANGE
- Fix symbol collision with other native gems using libzstd by @SpringMT in #104
- Remove deprecated methods for v2 by @SpringMT in #108
Improvemnt
- Add versioning policy for v2.0.0+ by @SpringMT in #105
- Implements handling of partial frames by the streaming decompressor by @gucki in #88
- Add tests for decompress_with_pos method by @SpringMT in #106
- Add documentation for decompress_with_pos method by @SpringMT in #107
New Contributors
Full Changelog: v1.5.7.0...v2.0.0.pre.preview1