v0.8.0
Overview
Type cleanups and helper removals for correctness and a smaller web bundle. Additionally improves older Safari browser compatibility 🌊
Breaking Changes❗
- Removed
createGzipEncoderandcreateGzipDecoderweb helpers in favor of nativeCompressionStreamandDecompressionStream.- See README documentation for examples.
- Changed
createTarDecoder()to return aReadableWritablePairinstead ofTransformStream.- This is a type correctness fix and should not affect usage.
- Narrowed
packTar()results,createTarPacker().readable, andParsedTarEntryWithData.datafromUint8ArraytoUint8Array<ArrayBuffer>.
What's Changed
- perf(tar): skip zero-block scan for normal headers by @ayuhito in #161
- feat!: use native compression streams by @ayuhito in #162
Full Changelog: v0.7.7...v0.8.0