Releases: neuland/jade4j
Releases · neuland/jade4j
v1.3.2
- Fixed issue #193: Mixin's block argument can't execute multiple times in a loop
v1.3.1
- Fixed issue #191: Scoping Issue with nested loops
- Fixed issue #187: maven pom flexmark-all is too much
- Fixed issue #188: Unit tests failures on default Windows console
Please upgrade to this version and don't use 1.3.0
v1.3.0
- removed obsolete basePath handling. Basepath Should be configured in the FileTemplateLoader
- made file extension configurable. removed last static jade extension check.
- Fixed issue #172: json als mixin argument (quoted keys)
- Fixed issue #153: Variable assignments in for/each loops
- Improvements to issue #150: Caused by: java.lang.RuntimeException this reader only responds to
v1.2.7
- Improving cache syncronisation
v1.2.6
- Fixing issue #154: using .pug extension
- Fixing issue #157: array constructing in mixin parameters don't work
- Testcase #155: case with default not working (at least using JsExpressionHandler)
- Fixing multiline Code Blocks
- Syncronize template creation when cache is enabled
v1.2.5
- Fixing issue #147: Fix for issue #52 broke everything
v1.2.4
- Fixed issue #141: Jade4J does not support unbuffered code blocks
- Fixing issue #52: Includes in templates in paths with spaces
- IMPORTANT: Don't use this version. There is a bug with path resolution. Wait for 1.2.5.
v1.2.2
- Fixing issue #106: Filters cannot be set using xml configuration
- Testcase issue 65
- Fixing issue #78: Incorrect rendering of backslashes in attribute values
- Fixing issue #68: Multi-Line Strings include the trailing slash
v1.2.1
- Fixing issue #132: class attribute not supported