Skip to content

Releases: erdos/stencil

v0.2.4 - small improvements

23 Oct 11:10
Compare
Choose a tag to compare

This release contains many small improvements. Main highlights are support for pptx files and compatibility fixes for Word.

Improvements

  • More readable error messages on syntax errors
  • Introduce STENCIL_JAVA_OPTIONS env var in docker service for tuning the JVM
  • Clojure API render! function now works with template data map of keyword keys.
  • Added mathematical functions for rounding a number to integer: round, ceil, floor (#3)
  • Added support for pptx (PowerPoint presetation) files (#9)

Bugfixes

  • #4 disappearing whitespaces in Word.
  • #7 #8 errors on double logical negation.
  • Fix evaluation order of arguments in logical operators.
  • make PreparedTemplate instances clean up temporary cache directories when discarded (#12)

Future

For the next release the main priorities are the followings.

  • Better and more readable error messages on syntax errors in template files.
  • Capability to dynamically include images
  • Capability to dynamically include html content

v0.2.3 - dockerized stencil service

07 Oct 15:53
264655a
Compare
Choose a tag to compare

Created a simple application and Dockerfile for running stencil in a container as a microservice. Read the service documentation for details.

v0.2.2 - Clojure API fixes

03 Oct 17:30
Compare
Choose a tag to compare

Fixes in the public Clojure API namespace.

Initial release

03 Oct 17:11
Compare
Choose a tag to compare
v0.2.1

Initial commit. Release v0.2.1