Skip to content

Latest commit

 

History

History
53 lines (28 loc) · 2.71 KB

CHANGELOG.md

File metadata and controls

53 lines (28 loc) · 2.71 KB

1.0.0 (2020-04-11)

Bug Fixes

  • @types/tar-stream should be included in dependencies (fd811ac)
  • allow directory entries in isTarEntry (cabe969)
  • release: npm publish hooks not executed (f4f3cac)
  • release: updated version not synced to git (8bb9de6)

Features

  • implement lib tar-transform (bd48420)
  • refactor transformer utils (4f407cd)
  • safely pass tar entry in TarEntryTransformer (b48b3ca)
  • transformer > options > onEnd (d4cdfca)

1.0.0-beta.4 (2020-04-11)

Bug Fixes

  • release: updated version not synced to git (8bb9de6)

1.0.0-beta.3 (2020-04-11)

Bug Fixes

  • release: npm publish hooks not executed (f4f3cac)

1.0.0-beta.2 (2020-04-11)

Bug Fixes

  • @types/tar-stream should be included in dependencies (fd811ac)

1.0.0-beta.1 (2020-04-08)

Bug Fixes

  • allow directory entries in isTarEntry (cabe969)

Features

  • implement lib tar-transform (bd48420)
  • refactor transformer utils (4f407cd)
  • safely pass tar entry in TarEntryTransformer (b48b3ca)
  • transformer > options > onEnd (d4cdfca)