lopdf v0.26.0 Release Notes
Release Date: 2020-09-29 // over 4 years ago-
โ Add
- Add
as_str
,as_str_mut
methods toObject
(#107)
Dtoa
- dtoa may write real number in exponential format which is not allowed in PDF
Genericize
- Genericize Content to allow
AsRef<[Operation]>
(#111)
๐ Make
- 0๏ธโฃ Make pom dependency optional (but default) (#112)
- ๐ Make rayon dependency optional (#108)
๐ Merge
- ๐ Merge document PDF logic with some fixes (#117)
Various
- โก๏ธ Various improvements, updated libraries and image features (#118)
- Add
Previous changes from v0.25.0
-
โ Add
- โ add indexing checks (#98)
โ Add
๐ Bugfix
- ๐ Bugfix for xref_start. (#105)
Check
- check that the buffer is big enough for startxref (#93)
Create
- Create rust.yml (#104)
Extend
- extend recursion limit to non-local references (#100)
๐ Fix
- ๐ Fix compilation error&test error (#102)
Keep
- keep looking for the last pattern (#94)
Limit
- limit recursion to the number of objects (#92)
Limit
- Limit allowed bracket depth. (#97)
๐ Move
- ๐ Move bracket depth checking into parsers. (#101)
๐ Release
- ๐ Release 0.25
Return
- Return Result from as_array_mut() (#106)
โก๏ธ Update
- โก๏ธ Update itoa and linked-hash-map (#91)