You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed an issue where in some cases BZip2 compression would produce incorrect output (#38).
The TarReader.read() and TarReader.process(_:) functions now always return nil after reaching the end of a TAR container instead of throwing the DataError.truncated error after returning nil once.
This fixes an issue where when a TAR container does not contain an EOF marker these functions would throw the error without returning nil at least once.
The documentation for these functions has been updated accordingly.