Skip to content

Bump hexapdf from 0.20.4 to 0.21.0

libautomation requested to merge dependabot/bundler/hexapdf-0.21.0 into main

Bumps hexapdf from 0.20.4 to 0.21.0.

Changelog

Sourced from hexapdf's changelog.

0.21.0 - 2022-03-04

Added

  • [HexaPDF::Parser#reconstructed?] which returns true if the cross-reference table was reconstructed
  • [HexaPDF::Layout::Style::create] for easier creation of style objects
  • The ability to view revisions of a PDF document or extract a single revision via hexapdf inspect

Changed

  • Breaking change: Refactored [HexaPDF::Composer] for better and more consistent style support
  • Breaking change: Arguments for configuration option 'font.on_missing_glyph' have changed to allow access to the document instance

Fixed

  • Setter for [HexaPDF::Layout::Style#line_spacing] to allow usage of numeric arguments
  • Digital Signature validation for 'adbe.pkcs7.detached' certifiates in case no key usage was defined
  • Removed caching of configuration 'font.on_missing_glyph' in font wrappers to avoid problems
Commits

Edited by Sean Aery

Merge request reports