Skip to content

Releases: oropesa/oro-html-pdf

Release v2.0.2

15 Feb 22:59
2024a02
Compare
Choose a tag to compare

2.0.2 / 2024-02-15

  • Increase jest test timeout to 25s.
  • Updated libs:
    • axios from v1.6.2 to v1.6.7.
    • fs-extra from v11.1.1 to v11.2.0.
    • oro-functions from v2.0.2 to v2.0.3.
    • puppeteer from v21.5.2 to v22.0.0.
  • Updated dev libs:
    • @babel/core from v7.23.3 to v7.23.9.
    • @babel/preset-env from v7.23.3 to v7.23.9.
    • @types/jest from v29.5.10 to v29.5.12.
    • @typescript-eslint/eslint-plugin from v6.12.0 to v7.0.1.
    • @typescript-eslint/parser from v6.12.0 to v7.0.1.
    • eslint from v8.54.0 to v8.56.0.
    • eslint-plugin-unicorn from v49.0.0 to v51.0.1.
    • husky from v8.0.3 to v9.0.11.
    • oro-timer from v2.0.5 to v2.0.6.
    • prettier from v3.1.0 to v3.2.5.
    • tsup from v8.0.1 to v8.0.2.
    • typescript from v5.2.2 to v5.3.3.

Release v2.0.1

22 Nov 15:09
9c3a784
Compare
Choose a tag to compare

2.0.1 / 2023-11-22

  • Fixed github action npm_publish_on_pr_merge_to_master.
  • Updated libs:
    • axios from v1.6.0 to v1.6.2.
    • oro-functions from v2.0.1 to v2.0.2.
    • puppeteer from v21.5.0 to v21.5.2.
  • Updated dev libs:
    • @babel/core from v7.23.2 to v7.23.3.
    • @babel/preset-env from v7.23.2 to v7.23.3.
    • @babel/preset-typescript from v7.23.2 to v7.23.3.
    • @types/fs-extra from v11.0.3 to v11.0.4.
    • @types/jest from v29.5.7 to v29.5.10.
    • @typescript-eslint/eslint-plugin from v6.9.1 to v6.12.0.
    • @typescript-eslint/parser from v6.9.1 to v6.12.0.
    • eslint from v8.52.0 to v8.54.0.
    • oro-timer from v2.0.4 to v2.0.5.
    • prettier from v3.0.3 to v3.1.0.
    • tsup from v7.2.0 to v8.0.1.

Release v2.0.0

06 Nov 13:32
0b78176
Compare
Choose a tag to compare

2.0.0 / 2023-11-06

  • Refactored ./index.js to ./src/*.ts.
  • Updated package as type: "module".
  • Added tsup and now package is compiled to cjs (common) and mjs (module).
  • Added github actions:
    • validate_pr_to_master
    • npm_publish_on_pr_merge_to_master.
  • Added TS support.
    • Added ts tests.
  • Added package-lock.json.
  • Improved tests.
  • Improved readme.
  • Added husky (to ensure only valid commits).
  • Added eslint (and applied it).
  • Added prettier (and applied it).
  • Updated libs:
    • axios from v0.27.2 to v1.6.0.
    • fs-extra from v10.1.0 to v11.1.1.
    • handlebars from v4.7.7 to v4.7.8.
    • oro-functions from v1.2.1 to v2.0.1.
    • puppeteer from v18.0.5 to v21.5.0.
  • Updated dev libs:
    • jest from v29.1.1 to v29.7.0.
    • pdf.js-extract from v0.2.0 to v0.2.1.