Skip to content

Releases: LibreSign/pdf-signature-validator

v0.2.2

18 Jun 14:39
7b6da8e

Choose a tag to compare

What's Changed

  • chore(deps-dev): Bump rector/rector from 2.4.2 to 2.4.6 in /vendor-bin/rector by @dependabot[bot] in #24
  • chore(deps): Bump phpseclib/phpseclib from 3.0.51 to 3.0.55 by @dependabot[bot] in #23
  • chore(deps-dev): Bump friendsofphp/php-cs-fixer from 3.95.1 to 3.95.8 in /vendor-bin/php-cs-fixer by @dependabot[bot] in #22
  • chore(deps-dev): Bump phpstan/phpstan from 2.1.51 to 2.2.2 in /vendor-bin/phpstan by @dependabot[bot] in #19
  • chore(deps-dev): Bump deptrac/deptrac from 4.6.0 to 4.6.1 in /vendor-bin/deptrac by @dependabot[bot] in #11

Full Changelog: v0.2.1...v0.2.2

v0.2.1

24 Apr 14:34
8288a46

Choose a tag to compare

What's changed:

  • add machine-readable ValidationReason enum and expose reasonCode on ValidationResult
  • propagate reason codes for digest mismatch, missing ByteRange, missing binary signature, and signature/certificate mismatch
  • add unit tests covering reason-code propagation

Quality checks run locally:

  • phpunit
  • psalm
  • php-cs-fixer check

v0.2.0

24 Apr 00:14
f062333

Choose a tag to compare

What's Changed

  • chore(deps): update deptrac and infection for PHP 8.2 by @vitormattos in #4
  • feat: migrate validation state to enum by @vitormattos in #5
  • chore(deps): Bump fsfe/reuse-action from 5 to 6 by @dependabot[bot] in #3
  • chore(deps): Bump actions/checkout from 4 to 6 by @dependabot[bot] in #1
  • chore: remove duplicate LICENSE file by @vitormattos in #6

New Contributors

Full Changelog: v0.1.0...v0.2.0