This is the changelog for tar-parser. It follows semantic versioning.
- Add
/srcto npm package, so "go to definition" goes to the actual source - Use one set of types for all built files, instead of separate types for ESM and CJS
- Build using esbuild directly instead of tsup
- Add
Promise<void>toTarEntryHandlerreturn type
- Add support for environments that do not support
ReadableStream.prototype[Symbol.asyncIterator](i.e. Safari), see #46
- Fix a bug that hangs the process when trying to read zero-length entries.
- Initial release