Skip to content

Releases: erdos/stencil

Function provider SPI, fix GraalVM image

03 Aug 15:32
Compare
Choose a tag to compare

Improvements:

  • Add missing SCM data to generated pom.xml 3c1d2f5
  • SPI providers for function implementations #166
  • add install target for Makefile 0816a6c

GraalVM service implementation:

  • Fix reflection error that broke GraalVM image b196f56
  • Update GraalVM version to latest b4b2951

Introduce deps.edn and new merger algo

26 Jul 12:45
Compare
Choose a tag to compare

Changes

  • Refactor stencil.merger and speed up template preparation #152
  • Move from Leiningen to tools.deps #164

Summary

Focus for this release was on simplifying development by reworking the build process and simplifying code. Performance improvement is a nice side-effect of related work. There are no significant API changes in this release.

v0.5.2 - fixes around numberings and fragments

13 Jul 09:17
Compare
Choose a tag to compare
  • Fix #148 - numbering definitions are missing when included from fragments
  • Add more visual regression tests

improve error handling

02 Dec 13:27
f6fc401
Compare
Choose a tag to compare
v0.5.0

feat: version 0.5.0 (#143)

v0.3.31

21 Jan 11:40
Compare
Choose a tag to compare
feat: version 0.3.31

v0.3.30

16 Jan 21:01
Compare
Choose a tag to compare
feat: version 0.3.30

v0.3.29

03 Nov 20:58
Compare
Choose a tag to compare
  • Add support for custom function registration in Java API #101

0.3.28 - joinAnd function

15 Oct 18:56
Compare
Choose a tag to compare
  • add joinAnd function
  • fix map() function to work with java.util.List lists and add test cases
  • fix array access operator to work with java.util.List lists

v0.3.27

13 Oct 20:50
Compare
Choose a tag to compare
  • fix JSON parser to support negative numbers #98
  • remove clojure.tools.logging library, use own slf4j implementation

v0.3.26 - fix drawings

21 Sep 14:59
Compare
Choose a tag to compare
  • add default namespaces to fix drawings #97