COMMITS
August 21, 2026
G
document that ZipReaderStream buffers its input
Gildas committed
G
guard the backpressure invariant with a hostile codec
Gildas committed
G
add a third-party zip64 data descriptor fixture and test
Gildas committed
G
rebuild the zip64 fixture with actual zip64 records
Gildas committed
G
remove redeclared globals in the securezip test
Gildas committed
G
add securezip strong encryption fixtures and tests
Gildas committed
G
fix reading of encrypted and signed central directories
Gildas committed
August 20, 2026
G
bump up version
Gildas committed
G
keep the deprecated FS type as an alias of ZipFS
Gildas committed
G
skip the aborted signal assertion where pipeTo ignores the signal
Gildas committed
G
treat executable as unix metadata like the unix mode
Gildas committed
G
document the msdos platform switch and lock it with a test
Gildas committed
G
reject invalid readerOptions and msdos attribute shapes
Gildas committed
G
G
rename the record writer methods away from dom property names
Gildas committed
G
accept the temporary spanning marker at the start of a zip file
Gildas committed
G
add a test for the deprecated checkSignature option
Gildas committed
G
update the prependZip documentation
Gildas committed
G
fix the disk layout of split zip files written by prependZip
Gildas committed
G
copy only the data region of the prepended zip file
Gildas committed
G
test prependZip with a split zip file as output
Gildas committed
G
do not treat the split zip signature as prepended data
Gildas committed
G
remove all usages of checkSignature
Gildas committed
G
use checkCrc32 in the prependZip single-pass test
Gildas committed
G
flatten split zip files in prependZip
Gildas committed
G
reject split zip files in prependZip
Gildas committed
G
reject function and signal options of the wrong type
Gildas committed
G
give every entry its own options object
Gildas committed
G
decode cp437 text writers and strip the byte order mark
Gildas committed
G
decode text with textdecoder instead of filereader
Gildas committed