Skip to content
This repository has been archived by the owner on Oct 28, 2024. It is now read-only.

Releases: ijisol/yazlite

v3.1.0

18 Oct 04:23
Compare
Choose a tag to compare
  • Bring back dateToDosDateTime(). Now it returns a 32-bit unsigned interger.
  • Allow a number for mtime. For a scenario when pre-calculating a date/time value ​​using the above method.
  • Allow Uint8Array instances when they should not be especially Buffer.

v3.0.1

17 Oct 13:31
Compare
Choose a tag to compare
  • Fix ZIP files created on Windows being unusable on Linux/MacOS (missing executable bits on directories)

v3.0.0

17 Oct 11:18
Compare
Choose a tag to compare
  • First release; to avoid version confusion with the original yazl, started with 3.0.0.
  • Comments in each file in the archive and the ZIP archive itself are no longer auto-encoded. The comment string must be encoded into a Buffer first.
  • A utility function encodeCP437() for encoding a comment in a ZIP archive is provided in a optinonal module yazlite/cp437. Import it only when needed.
  • No more the buffer-crc32 dependency. It was replaced with the Node.js built-in module.
  • The exported function dosToDosDateTime() is removed. It seems useless.