Releases: erdos/stencil
Releases · erdos/stencil
v0.3.15 - cross-reference fixes
feat: version 0.3.15 (#64)
v0.3.13: error on early closed input stream
Bugfix:
expception due to InputStream being closed too early on big templates files with numberings.
v0.3.12
Bugfixes:
Fix rendering documents where wordprocessingShape (Office 2010 or above) drawings are present
v0.3.11: fix cross-references with numberings
Core
Re-render numbering values in cross-references: #50
Service
v0.3.10
Service
set up github action to release docker container image for service with jvm and graalvm.
fix 100% cpu usage when running container with detached STDIN #52
add x-stencil-log
header #46
Library
Various cleanup jobs #51
add sum
function #44
library version comes from project.clj
in compile time #41
propagate runtime exceptions to EvaluatedDocument.toInputStream
#37
0.3.9
add contains
function (#39 ).
fix service docker image by using explicit versioning on dependencies (#38 ).
In version 0.3.8:
fix runtime error on windows systems due to errors in file separator handling.
v0.3.7 - fragment improvements
Bugfix
Fragment include directives failed when included file was a static document (without dynamic content)
Improvements
Added an option to evaluate only fragment inclusion directives in templates.
v0.3.6 - fix with svg images
Bugfix
Rendering templates failed when SVG images were present.
v0.3.4 - bugfixes
Bugfixes
failed to parse templates that contained hyperlinks. #29
make it build on JDK11 #28
fixed typos in unit tests
Improvements
Plus opertor (+
) in expressions can be used to concatenate strings.
Started replacing AsserrtionErrror
exceptions with ExceptionInfo
for more verbose error handling.
You can’t perform that action at this time.