Skip to content

Commit

Permalink
version 3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
thejoshwolfe committed Nov 23, 2024
1 parent 687e507 commit 20584c3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -401,6 +401,8 @@ Instead, each of the fields is limited to 65,535 bytes due to the length of each

## Change History

* 3.3.1 (2024-Nov-23)
* Fix bug in `addReadStreamLazy()` timing that could result in the given `getReadStreamFunction` being called too soon or being called more than once. [issue #87](https://github.com/thejoshwolfe/yazl/issues/87)
* 3.3.0 (2024-Nov-08)
* Add support for encoding timestamps in the more modern Info-ZIP "universal timestamp" extended field (`0x5455` aka `"UT"`): supports years as old as 1901 instead of only 1980, notably including 1970; encodes timestamp in UTC rather than an unspecified system-dependent local timezone. [pull #86](https://github.com/thejoshwolfe/yazl/pull/86)
* Disable spending the extra 9 bytes of metadata per entry with `forceDosTimestamp:true`.
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "yazl",
"version": "3.3.0",
"version": "3.3.1",
"description": "yet another zip library for node",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 20584c3

Please sign in to comment.