All Versions
39
Latest Version
Avg Release Cycle
40 days
Latest Release
1104 days ago

Changelog History
Page 4

  • v1.0.1 Changes

    April 16, 2018

    Full Changelog

    ๐Ÿ”€ Merged pull requests:

    • PR #56 [by kf99916]
  • v1.0.0 Changes

    April 08, 2018

    Full Changelog

    Implemented enhancements:

    • Rebuilt whole library, too much for one changelog
  • v0.4.0 Changes

    June 05, 2017

    Full Changelog

    Implemented enhancements:

    • โž• Added property landscapeSize to PageFormat which returns the size as landscape
    • Split PDFGenerator into multiple files
    • โž• Added Carthage support
    • โž• Added table styling

    Closed issues:

    • Issue #2
    • Issue #4
    • Issue #7
  • v0.3.0 Changes

    January 19, 2017

    Full Changelog

    Implemented enhancements:

    • โž• Added command for new page creation creteNewPage()
    • โž• Added image caption and how image should fit, as parameter in addImage(image: UIImage, size: CGSize, caption: NSAttributedString, sizeFit: ImageSizeFit)
    • ๐Ÿšš Image is moved to new page if there is not enough rest space
    • โž• Added pagination, define position using paginationContainer
    • โž• Added imageQuality to reduce pdf file size
    • โž• Added command addImagesInRow(images: [UIImage], captions: [NSAttributedString], sizeFit: ImageSizeFit) for rendering two images next to each other
    • Images can be added to header or footer
    • Line separator can be drawn in header or footer
    • Text font in table can be modified in addTable(..., textFont: UIFont)
    • โž• Added paragraph support in table, moves to new page if not enough space
    • โž• Add metadata information to PDF file
    • ๐Ÿ‘Œ Improved PDF generation of large files
    • โž• Added command setFont(font: UIFont) to change the font in a container
    • โž• Added command resetFont(container: Container) to reset the font of a container to default

    ๐Ÿ”€ Merged pull requests:

    • PR #3 from kf99916/master
  • v0.2.0 Changes

    November 07, 2016

    Full Changelog

    Implemented enhancements:

    • โšก๏ธ Updated to Swift 3.0
  • v0.1.5 Changes

    November 09, 2016
  • v0.1.4 Changes

    August 24, 2016

    Full Changelog

    Implemented enhancements:

    • โž• Added offset command SetOffset(points: CGFloat)

    ๐Ÿ›  Fixed bugs:

    • Small link issues in CHANGELOG.md
  • v0.1.3 Changes

    August 21, 2016

    Full Changelog

    Implemented enhancements:

    • โž• Added indentation command SetIndentation(points: CGFloat)
  • v0.1.2 Changes

    August 16, 2016

    Full Changelog

    ๐Ÿ›  Fixed bugs:

    • Footer space is rendering correctly now