Releases: JustusRijke/DiffPDF
Releases · JustusRijke/DiffPDF
DiffPDF 0.3.2
What's Changed
- Refactor: consolidate comparison logic into init.py by @JustusRijke in #3
- Simplify logging: remove colorlog, use bool verbose flag by @JustusRijke in #4
- Update to pixelmatch-fast 1.3.0
Full Changelog: v0.3.1...v0.3.2
DiffPDF 0.3.1
Refactor diffpdf function to return bool instead of calling exit()
DiffPDF 0.3.0
- Switched to pixelmatch-fast for image comparison
- Providing an diff output path is now optional (if blank, no diff images are stored)
- Cleaned up API entrypoint
DiffPDF 0.2.0
Ignore white space when comparing text
DiffPDF 0.1.2
Initial publish on PyPI