JuliaIO / TranscodingStreams.jl

Simple, consistent interfaces for any codec.
https://juliaio.github.io/TranscodingStreams.jl/
Other
86 stars 28 forks source link

BREAKING: remove generic `seekend` method #229

Closed nhz2 closed 4 months ago

nhz2 commented 4 months ago

Fixes #109

See #183 for the reasoning for this change.

I am also removing emptybuffer! because it is now an unused internal method.

nhz2 commented 4 months ago

After this and #230 is merged I'll make a PR to update the version to 0.11

mkitti commented 4 months ago

Please provide guidance on how to migrate with the breaking change or at least provide further documentation on the change.