- Fixed issue #193: Mixin's block argument can't execute multiple times in a loop
- 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
- 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
- Improving cache syncronisation
- 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
- Fixing issue #147: Fix for issue #52 broke everything
- Fixed issue #141: Jade4J does not support unbuffered code blocks
- Fixing issue #52: Includes in templates in paths with spaces
- Performance improvements
- 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
- Fixing issue #132: class attribute not supported
- Fixing issue #135: Resource loaded using the ClasspathTemplateLoader require *.jade extension before they are copied in (Thanks to nishtahir and crowmagnumb)
- Fixing issue #129: multiple class attributes per HTML tag are not supported (breaking change in Filter interface, you need to adapt thirdparty filters)
- set fileName property to TextNode (thx to code4craft)
- Fixed Testcase: include-extends-of-common-template
- Added Lexer Testcases
- Updated Dependencies to newest version.
- Fixing issue #126: Concatinate Null with String => NullPointerException
- Improved error messages
- Fixing issue #125: NumberFormatException when comparing loop-iterator with a String
- Feature: Add Rest Attributes to Mixins
- Fixing issue #124: Mixin Merge not working correct
- Some Mixin refinements
- Fixing include-with-text.jade
- Fixing jade-Output without doctype
- Fixing issue #122: Mixin Block after Mixin Call on same Line
- Fixing issue #123: Block append not working correct.
- Fixing issue #120: Terse Mode not working as expected
- Fixed IndexOutOfBoundsException in substring.
- Fixing issue #101: "}" symbol breaks the template inside of a string (Thanks to moio)
- Fixing issue #118: Problems with nested/inherited attributes
- Fixing issue #117: &attributes() -> String index out of range when mixin called with ()()
- Fixing Issue #116: &attributes() -> Classcast Exception with integers as keys in maps, inside of loops
- Fixing Issue #115: &attributes() -> Classcast Exception with integers as keys in maps
- Fixing Issue #104: mixin definitions are ignored in extension template (Thanks to rzara)
- Fixing Issue #114: Blank strings in brackets being casted to 0
- Fixing Issue #113: &attributes on Mixin not working
- Fixing Issue #112: Fixed ++ and -- recognition
- Fixing Issue #111: Maven Upgrade auf 3.2.5
- Added Testcases for closed Issues
- In this version we updated to a lot of features of JadeJs 1.11 (2015-06-12).
- Breaking Change: Instead of 'id = 5' you must use '- var id = 5'
- Breaking Change: Instead of 'h1(attributes, class = "test")' you must use 'h1(class= "test")&attributes(attributes)'
- Breaking Change: Instead of '!!! 5' you must use 'doctype html'
- Breaking Change: Instead of '!!! 5' you must use 'doctype html'
- Jade Syntax for Conditional Comments is not supported anymore
- Thanks to rzara for contributing to issue-108
- Accepted pull request from dusanmsk (#91) regarding mixin argument splitting and added further tests.
- added issue89: Test files renamed (was #89 instead of #90).
- fixed tab support #79
- .jade file extension appending is now done before the template loader #71
- added support for mixin default blocks #80
- we are now on maven central #25
- adapted pom to meet sonatype requirements
- changed artifact group id
- fixed double output of objects implementing Map and Iterable interfaces #63
- added sources to maven repository
- added support for multiple block statements in one mixin
- fixed issues when using if/case statements inside a mixin
- allowed including files without having to register a specific filter
- enabled self closing tags with trailing "/" #57
- added support for including non jade files (js, css, ...) inside a template
- added ability to clear expression and template caches
- added new convenience method to Jade4J thats lets you use Reader #49
- the indentation exception shows the expected indent sequence #50
- code nodes can have sub blocks #44
- better error message for invalid attribute definition #37
- blockquotes are now parsed correctly and don't interfere with "layout blocks" #45
- ExpressionStrings are now evaluated multiple times to support expressions that point to expressions #47
- reduced jexl log level for 'unknown variable' messages