Skip to content

v8.0.0

Choose a tag to compare

@github-actions github-actions released this 05 May 16:40
52cd1c1

8.0.0 (2025-05-05)

⚠ BREAKING CHANGES

  • dropped support for node 18
  • index: popplerPath field can no longer be changed after class has been initialised

Continuous integration

  • .github: pin actions to commit-hash; set permissions at job level (4a2cab8)
  • add top-level workflow permissions (#632) (da1f8c4)
  • codeql: analyse github actions (2b753b5)
  • deps: bump actions/dependency-review-action from 4.5.0 to 4.6.0 (#633) (79fb42e)
  • deps: bump actions/setup-node from 4.3.0 to 4.4.0 (#636) (910e092)
  • deps: bump github/codeql-action from 3.28.12 to 3.28.13 (#634) (45c71c8)
  • deps: bump github/codeql-action from 3.28.13 to 3.28.16 (#637) (385f9d4)
  • use latest node lts version for unit tests (#635) (0785a61)

Dependencies

  • deps-dev: bump glob from 10.4.5 to 11.0.2 (#638) (ff73305)
  • deps-dev: bump typescript from 5.7.3 to 5.8.2 (#629) (6698255)

Documentation

  • correctly capitalise node.js (055fd1d)

Improvements

  • index: destruct push in pdfUnite; replace forEach in pdfInfo (#640) (9149dcc)
  • index: make popplerPath field private (#625) (4b242fc)
  • index: use for loop over for...of loop (#639) (ff419cf)

Miscellaneous

  • drop support for node 18 (18f09de)
  • index: correct syntax for union types (7e15571)
  • package: standardise test script naming (160d126)