Skip to content
This repository was archived by the owner on Oct 8, 2025. It is now read-only.

Latest commit

 

History

History
25 lines (14 loc) · 803 Bytes

File metadata and controls

25 lines (14 loc) · 803 Bytes

tar-parser CHANGELOG

This is the changelog for tar-parser. It follows semantic versioning.

v0.3.0 (2025-06-06)

  • Add /src to 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

v0.2.2 (2025-02-04)

  • Add Promise<void> to TarEntryHandler return type

v0.2.1 (2025-01-24)

  • Add support for environments that do not support ReadableStream.prototype[Symbol.asyncIterator] (i.e. Safari), see #46

v0.2.0 (2025-01-07)

  • Fix a bug that hangs the process when trying to read zero-length entries.

v0.1.0 (2024-12-06)

  • Initial release