Skip to content

Latest commit

 

History

History
50 lines (32 loc) · 2.58 KB

CHANGELOG.md

File metadata and controls

50 lines (32 loc) · 2.58 KB

0.3.1 (25 January 2021)

This release fixes an issue with file size attributes in some cases (such as iOS Document-based App with SwiftUI) during OLEFile creation.

Merged pull requests:

0.3.0 (18 January 2021)

This release adds support for creating OLEFile instances from a FileWrapper. Many thanks to @sboh1214 for the contribution!

Merged pull requests:

  • Add support for FileWrapper to OLEFile (#9) via @sboh1214

0.2.0 (29 September 2020)

This a bugfix release that breaks API compatibility. It fixes issues with reading OLE mini-streams, and hierarchies of directory entries. The DataReader API was updated to use Int instead of UInt64 to avoid potential overflow issues. Corresponding read methods on DataReader can now trigger a precondition assertion if you try to read after reaching an end-of-stream position. To prevent this, you should check the value of a new totalBytes property on DataReader.

Additionally, basic API documentation is now generated with swift-doc and is now hosted with GitHub Pages.

Breaking changes:

  • Add preconditions to DataStream, tweak seek API (#3) via @MaxDesiatov

Closed issues:

  • [Bug] Storage & Stream Structure is Different while testing .hwp file (#6)
  • [Bug] get wrong stream position while get "FileHeader" stream in ".hwp" file (#1)

Merged pull requests:

0.1.0 (31 May 2020)

Initial release of OLEKit that provides basic features for the CryptoOffice library.