Skip to content

v0.3.0

Choose a tag to compare

@github-actions github-actions released this 29 Mar 00:01
e95d550

v0.3.0

Maven (backend plugin)

<dependency>
    <groupId>app.epistola.valtimo</groupId>
    <artifactId>epistola-plugin</artifactId>
    <version>0.3.0</version>
</dependency>

Gradle (Kotlin DSL)

implementation("app.epistola.valtimo:epistola-plugin:0.3.0")

npm (frontend plugin)

npm install @epistola.app/valtimo-plugin@0.3.0

Docker images

ghcr.io/epistola-app/valtimo/demo-backend:0.3.0
ghcr.io/epistola-app/valtimo/demo-frontend:0.3.0

What's Changed

  • feat: user task fallback for failed document generation by @sdegroot in #7
  • feat: live document preview with Epistola render API by @sdegroot in #8

Full Changelog: v0.2.3...v0.3.0