Skip to content

v7.0.0

Compare
Choose a tag to compare
@github-actions github-actions released this 23 Sep 09:01
7ebf587

7.0.0 (2023-09-23)

⚠ BREAKING CHANGES

  • dropped support for EOL node 14 and 16

Bug fixes

  • index: pdfInfo() use spawn over execFile to stop truncation (c725ff9)
  • index: pdfToPs() rasterize option misspelt key (d578e78)
  • index: handle null error codes (77aeb24)
  • index: promise resolve type for pdfInfo() (85c4c36)
  • index: type build (84abe85)

Dependencies

  • deps-dev: add @types/jest (1c1dbcc)
  • deps-dev: bump dev dependencies (ef28215)

Miscellaneous

  • .eslintrc: bump ecmaversion to 2023 (67dba5e)
  • .gitattributes: auto lf eol all files (d3c339d)
  • add missing .gitattributes file (8084971)
  • change comment blocks with one line into single block (16e7bbe)
  • destruct upath module import (#532) (e60b2ab)
  • drop support for node 14 and 16 (#534) (92ce251)
  • package: explicitly declare js module type (1716b4d)
  • scripts/license-checker: declare copyLeftLicenses type (ed51441)
  • scripts/license-checker: ignore invalid ts error (7fbaf0a)
  • tsconfig: disable strict mode (91a11f5)
  • tsconfig: enable checkJs compiler option (bb385fa)
  • tsconfig: set module to nodenext (e451110)
  • tsconfig: target es2022 (c3f5d10)
  • use [@see](https://github.com/see) jsdoc tag for inline comment links (f44ad78)

Continuous integration

  • dependabot: group dependabot updates (a230488)
  • deps: bump actions/checkout from 3 to 4 (#541) (21f39e9)
  • deps: bump coverallsapp/github-action from 2.2.1 to 2.2.3 (#542) (ef261e5)

Improvements

  • index: consolidate error code handling branches (2411723)
  • index: consolidate error codes (#540) (f899904)
  • index: replace hasOwnProperty.call() with hasOwn() (db091b8)
  • use node: prefix to bypass require.cache call for builtins (c45e7da)

Documentation

  • readme: update chaining examples with .catch() (56980d2)