Skip to content

Latest commit

 

History

History
198 lines (115 loc) · 4.77 KB

CHANGELOG.md

File metadata and controls

198 lines (115 loc) · 4.77 KB

Change Log

Full Changelog

Implemented enhancements:

Fixed bugs:

Closed issues:

Merged pull requests:

Full Changelog

Implemented enhancements:

  • Multi Column Sections (#9)

Fixed bugs:

Closed issues:

Merged pull requests:

  • PR #63

Full Changelog

Implemented enhancements:

Added PDFGenerator.generate(document:, to:)

Fixed bugs:

Closed issues:

Fixed #55 Fixed #64

Merged pull requests:

Full Changelog

Implemented enhancements:

Fixed bugs:

  • Carthage scheme not available

Closed issues:

  • #59

Merged pull requests:

Full Changelog

Implemented enhancements:

Fixed bugs:

Closed issues:

Merged pull requests:

  • PR #56 [by kf99916]

Full Changelog

Implemented enhancements:

  • Rebuilt whole library, too much for one changelog

Fixed bugs:

Closed issues:

Merged pull requests:

0.4.0 (2017-06-05)

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

Fixed bugs:

Closed issues:

  • Issue #2
  • Issue #4
  • Isseu #7

Merged pull requests:

0.3.0 (2017-01-19)

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

Fixed bugs:

Closed issues:

Merged pull requests:

  • #3 from kf99916/master

0.2.0 (2016-11-07)

Full Changelog

Implemented enhancements:

  • Updated to Swift 3.0

Fixed bugs:

Closed issues:

Merged pull requests:

0.1.5 (2016-11-09)

Full Changelog

Implemented enhancements:

Fixed bugs:

Closed issues:

Merged pull requests:

0.1.4 (2016-08-24)

Full Changelog

Implemented enhancements:

  • Added offset command SetOffset(points: CGFloat)

Fixed bugs:

  • Small link issues in CHANGELOG.md

Closed issues:

Merged pull requests:

0.1.3 (2016-08-21)

Full Changelog

Implemented enhancements:

  • Added indentation command SetIndentation(points: CGFloat)

Fixed bugs:

Closed issues:

Merged pull requests:

0.1.2 (2016-08-16)

Full Changelog

Implemented enhancements:

Fixed bugs:

  • Footer space is rendering correctly now

Closed issues:

Merged pull requests: