Skip to content

Releases: erdos/stencil

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

v0.3.25

21 Sep 08:19
Compare
Choose a tag to compare
  • fix infinite loop on processing cross-references #95

v0.3.24

20 Aug 11:46
Compare
Choose a tag to compare
  • add list()function
  • add array access operation