Releases: NicolaVerbeeck/dart_pdf_reader
Releases · NicolaVerbeeck/dart_pdf_reader
v2.1.0
What's Changed
- Use episolon to compare numbers by @NicolaVerbeeck in #144
Full Changelog: v2.0.1...v2.1.0
v2.0.1
What's Changed
- Add flag to stop always caching read objects in memory by @NicolaVerbeeck in #123
Full Changelog: v2.0.0...v2.0.1
v2.0.0
What's Changed
- Add web support
- Support badly formatted PDFs that have only 19 byte long xref sections
- Breaking FileStream has moved to dart_pdf_reader_io library
1.0.1
What's Changed
- Security hardening
- More tests
- Added funding to yaml
v1.0.0
What's Changed
- Graduating to a first major release by @NicolaVerbeeck in #79
- Fixed bug in RunLengthDecode filter by @NicolaVerbeeck in #78
- Integrate build pipeline with openssf and step-security
- Mature repo
New Contributors
- @step-security-bot made their first contribution in #53
Full Changelog: v0.5.1...v1.0.0
0.5.1
What's Changed
- Allow parsing of streams with extra whitespaces by @NicolaVerbeeck in #51
Full Changelog: v0.5.0...v0.5.1
0.5.0
What's Changed
- Add support for web by using archive package. by @NicolaVerbeeck in #49
Full Changelog: v0.4.3...v0.5.0
0.4.3
What's Changed
- Feature/more parser tests by @NicolaVerbeeck in #43
- Add more tests for parser folder by @NicolaVerbeeck in #44
- Add test for compressed stream by @NicolaVerbeeck in #45
- Bump lints from 2.1.1 to 3.0.0 by @dependabot in #46
- Add tests for flate decoder by @NicolaVerbeeck in #47
New Contributors
- @dependabot made their first contribution in #46
Full Changelog: v0.4.2...v0.4.3
0.4.2
- Export PDFNames class
0.4.1
What's Changed
- Don't require endstream to be the only bit on the line by @NicolaVerbeeck in #40
- Use read word to read trailer header by @NicolaVerbeeck in #41
- Cleanup usages of PDFName and group common names in PDFNames by @NicolaVerbeeck in #42
Full Changelog: v0.4.0...v0.4.1