Skip to content

Releases: ghifari160/binwrap

0.2.1

26 Jul 03:05
4e86bcd

Choose a tag to compare

Changelog

Fixed

  • Fixed an issue where transpiled library files are not included in the NPM distribution.
    Prior versions are still usable, though they require manual building.
    Navigate to the nearest node_modules/@ghifari160/binwrap and execute npm run build.

0.1.1

26 Jul 02:52
b8e4912

Choose a tag to compare

Changelog

Fixed

  • Fixed an issue where transpiled library files are not included in the NPM distribution.
    Prior versions are still usable, though they require manual building.
    Navigate to the nearest node_modules/@ghifari160/binwrap and execute npm run build.

0.2.0

25 Jul 16:25
927d5ac

Choose a tag to compare

Changelog

Added

  • Added .zip archive support.

Changed

  • BinWrap now handles archive format selection based on the magic number of the downloaded archive.
    Supported archive types are:
  • application/gzip (.tar.gz)
  • application/x-bzip2 (.tar.bz2)
  • application/zip (.zip)

0.1.0

25 Jul 05:33
eecaf4f

Choose a tag to compare

Changelog

Added

  • Added library for wrapping binary executable for distribution on NPM.
    Source files are filtered by host platform and architecture.