- Initial version, created by Stagehand
- add high level abstraction (PdfiumWrap)
- loadDocumentFromBytes and savePageAsJpg
- fix memory leak
- Upgrade dependencies
- Added more dart docs.
- Added new files to the .gitignore to ignore them.
- 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.
- None