Commit graph

8 commits

Author SHA1 Message Date
ecace02e7f
feat: add ZipEntry:unixMode() to get unix mode values as octals
Updates tests, and makes the `tour` example display the perms instead of
the raw external attributes.
2025-01-09 16:16:38 +00:00
6c1f517b75
feat: add compressedSize and :compressionEfficiency()
Adds a field for getting the compressed size of a zip entry and a method
to get the compression efficiency as a percentage.
2025-01-09 15:11:18 +00:00
1db315c943
feat: add versionMadeBy to ZipEntry
Also updates the metadata test suite to test for this.
2025-01-08 18:11:13 +00:00
03320fe090
style: apply stylua formatter 2025-01-08 14:14:30 +00:00
9b6216c0a7
fix: entry metadata not including method
Also updates metadata tests to test for correct method detection.
2025-01-07 18:55:50 +00:00
b1fa805363
chore(tests): add TODO comment for extended datetime support 2025-01-07 18:46:09 +00:00
48a66800b7
chore: remove pkg alias 2025-01-06 06:08:34 +00:00
0687c87951
chore: implement testing framework pw by frktest 2025-01-06 05:46:08 +00:00