Skip to content

Releases: rmehner/bits-to-dead-trees

v1.1.0

15 Aug 08:23
acb1149
Compare
Choose a tag to compare

Minor Changes

  • aa60fb0: Upgrade to Ubuntu Jammy instead of Focal

Patch Changes

  • a8bd6fa: Update to Playwright 1.25.0 (new browser versions again!)

v1.0.2

13 Jul 11:02
dc1d5ff
Compare
Choose a tag to compare

Patch Changes

  • 86a275d: Fix server crash due to missing schema
  • 029ce39: Fix server crash due to pretty print on development

v1.0.1

11 Jul 08:53
027f8b2
Compare
Choose a tag to compare

Patch Changes

  • cd71c2f: Update playwright to 1.23.2 (new browser versions)

v1.0.0

20 Apr 14:59
b2dd8b3
Compare
Choose a tag to compare

Major Changes

  • eccf614: Remove TypeScript, use vanilla JS with JSDoc types.

    This actually improves DX by not having that extra build step, while still having
    good support in your IDE, since we still have the types as JSDoc.

    This is the v1.0. This has been very stable and it's unlikely that the API will change
    a lot. Nothing should break for users with this release.

Patch Changes

  • 7ef95e5: Update playwright to 1.21.1
  • d651f7a: Update playwright to 1.21.0

v0.0.11

11 Apr 19:30
03a03ba
Compare
Choose a tag to compare

Patch Changes

  • a3c12a4: Wait for network idle event before creating pdf

v0.0.10

11 Apr 10:29
2161090
Compare
Choose a tag to compare

Patch Changes

  • df332b7: Go back to automatic release, but use PAT

v0.0.9

10 Apr 12:24
f06ca62
Compare
Choose a tag to compare

Patch Changes

ddb70f5: Update eslint
5176013: Add CI setup

Full Changelog: v0.0.8...v0.0.9

v0.0.7

07 Apr 15:32
10fdf58
Compare
Choose a tag to compare

Patch Changes

v0.0.6

07 Apr 15:08
8c4b8a4
Compare
Choose a tag to compare

Patch Changes

  • 7a28fc8: Last attempt to fix the docker pipeline for today

v0.0.5

07 Apr 14:50
56351cd
Compare
Choose a tag to compare

Patch Changes

  • fae9c4e: Another try to get automatic Docker builds running
  • ea597c1: More pipeline fixes (at least I hope so)
  • c323966: Move docker build into own job