Skip to content

Releases: isneezy/pdf-generator-service

v0.2.2

19 Oct 16:52
Compare
Choose a tag to compare

0.2.2 (2020-10-19)

Bug Fixes

  • release: make semantic-release update package.json version. (b5c9f44)

v0.2.1

19 Oct 16:33
Compare
Choose a tag to compare

0.2.1 (2020-10-19)

Bug Fixes

  • toc: don't include empty headings on TOCs (10a922a)
  • disable semantic release NPM publishing (56858a4)
  • security: remove semantic release dependency (d3d36dc)

v0.2.0

19 Oct 15:36
Compare
Choose a tag to compare

0.2.0 (2020-10-19)

Bug Fixes

  • deps: Bump @types/node from 14.11.2 to 14.11.3 (#44) (8d46a8b)
  • deps: Create Dependabot v2 config file (#43) (aeaf762)
  • deps: update @typescript-eslint/eslint-plugin from 4.2.0 to 4.4.0 (#42) (cb05e9d)
  • deps: update jest from 26.4.2 to 26.5.0 (#41) (e4395ba)

Features

  • added support for Table of contents (TOCs)(#21) (67c5324)
  • added support for handlebars templates.
  • added default Page borders { top: '1.9 cm', bottom: '1.9 cm', left: '1.9 cm', right: '1.9 cm' }.
  • added Header and Footer template support.
  • added --export-tagged-pdf chromium launch args to produce tagged PDFs, better for accessibility.
  • Start using edge repository for the docker image, so we can get the most recent chromium build.
  • Start using docker multistage build to reduce image size.

Initial release v0.1.0

21 Sep 21:02
e096c42
Compare
Choose a tag to compare
  • This CHANGELOG file to hopefully tell the project story.
  • Github actions for continuous integration (CI).
  • Dockerfile & automated builds and releases.
  • /generate a route to generate PDF files based on HTML input.