Skip to content

0.4.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@release-drafter release-drafter released this 12 Oct 16:13
· 42 commits to main since this release
d931eb6

Breaking changes

  • minimum swift version 5.1 --> 5.3
  • Package now includes
    hwpkit(command line executable)
    HwpKitFramework(previously HwpKit)
  • Structure of HwpFile.docInfo has changed.

API changes

  • Modified
struct HwpFile
    docInfo: HwpDocInfo
        documentProperties: HwpDocumentProperties
        idMappings: HwpIdMappings
        compatibleDocument: HwpCompatibleDocument?
  • Added (sectionArray)
struct HwpFile
    sectionArray: [HwpSection]
  • Added (experimental)
HwpFile.init()

Closed Issues & Merged PRs