Skip to content

v8.0.4

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 30 Jul 10:07
500a779

8.0.4 (2025-07-24)

Continuous integration

  • cd: only scope package if it is not already (#663) (f2d68c7)

Improvements

  • index: cache acceptedOptions only on first call, not on init (#671) (67b468e)
  • index: cache version info to stop repeated process spawning (#667) (19a9f6b)
  • index: resolve bins path once on init, not on every call (#666) (41970e2)
  • index: stop acceptedOptions obj creation on every call (#669) (b2910af)
  • index: stop rethrowing errors in pdfToCairo() (#670) (c262083)

Tests

  • index: build test directory in cleaner fashion (#665) (72d1861)
  • index: use posix for globbing (#668) (c83d1f0)