Skip to content

Latest commit

 

History

History
35 lines (19 loc) · 584 Bytes

CHANGELOG.md

File metadata and controls

35 lines (19 loc) · 584 Bytes

1.0.0

  • Initial version, created by Stagehand

1.1.0

  • add high level abstraction (PdfiumWrap)

1.2.0

  • loadDocumentFromBytes and savePageAsJpg

1.3.0

  • fix memory leak

2.0.0

  • Upgrade dependencies

2.0.1

Added

  • Added more dart docs.
  • Added new files to the .gitignore to ignore them.

Changed

  • Migrated from a deprecated linter to an updated one available at https://pub.dev/packages/lint.
  • Fixed all the lint issues found with the new linter in both the library and its examples, including ignoring the autogenerated code.

Fixed

  • None