Skip to content

Commit 6eb8242

Browse files
committed
version 3.2.0
1 parent 421c51f commit 6eb8242

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -783,6 +783,10 @@ The zip file specification has several ambiguities inherent in its design. Yikes
783783

784784
## Change History
785785

786+
* 3.2.0
787+
* Added support for reading third-party extensions for timestamps: InfoZIP "universal timestamp" extra field and NTFS extra field. [pull #160](https://github.com/thejoshwolfe/yauzl/pull/160)
788+
* `entry.getLastModDate()` takes options `forceDosFormat` to revert the above change, and `timezone` to allow UTC interpretation of DOS timestamps.
789+
* Documented `dosDateTimeToDate()` as now deprecated.
786790
* 3.1.3
787791
* Fixed a crash when using `fromBuffer()` to read corrupt zip files that specify out of bounds file offsets. [issue #156](https://github.com/thejoshwolfe/yauzl/pull/156)
788792
* Enahnced the test suite to run the error tests through `fromBuffer()` and `fromRandomAccessReader()` in addition to `open()`, which would have caught the above.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "yauzl",
3-
"version": "3.1.3",
3+
"version": "3.2.0",
44
"description": "yet another unzip library for node",
55
"engines": {
66
"node": ">=12"

0 commit comments

Comments
 (0)