Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 911 Bytes

CHANGELOG.md

File metadata and controls

28 lines (18 loc) · 911 Bytes

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

0.2.0 - 2019-10-16

Fixed

  • [Zap.Directory] Reverse the order of file headers in the central directory. This allows naive tools (like Archive Utility on MacOS) to correctly extract the zip.

  • [Zap.Entry] Correct the general purpose bit flag, it must be 8 and not 0x008. This allows unarchiving utilities to correctly extract files from the archive.

0.1.0 - 2019-10-07

  • [Zap] Initial release with base functionality.