This repository has been archived by the owner on Oct 28, 2024. It is now read-only.
Releases: ijisol/yazlite
Releases · ijisol/yazlite
v3.1.0
v3.0.1
v3.0.0
- 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 moduleyazlite/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.