Releases: isneezy/pdf-generator-service
Releases · isneezy/pdf-generator-service
v0.2.2
v0.2.1
v0.2.0
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
- 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.