0.4.0 (2023-01-17)
0.3.1 (2022-03-08)
0.3.0 (2021-08-03)
0.2.5 (2021-02-04)
- issue where handlebars loops and conditions are being ignored (602f990)
- make request body configurable via environment variables (72b6a91)
0.2.4 (2021-02-04)
- increase request body limit (1912b10)
0.2.3 (2020-10-22)
0.2.2 (2020-10-19)
- release: make semantic-release update package.json version. (b5c9f44)
0.2.1 (2020-10-19)
- toc: don't include empty headings on TOCs (10a922a)
- disable semantic release NPM publishing (56858a4)
- security: remove semantic release dependency (d3d36dc)
0.2.0 (2020-10-19)
- 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)
- 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.
- This CHANGELOG file to hopefully tell the project story.
- Github actions for continuous integration (CI).
- Dockerfile & automated builds and releases.
- /generate - route to generate PDF files based on HTML input.