Releases: neuland/jade4j
Releases · neuland/jade4j
v1.2.0
- 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)
v1.1.4
- set fileName property to TextNode (thx to code4craft)
v1.1.1
Fixing issue #125: NumberFormatException when comparing loop-iterator with a String
v1.1.0
- Feature: Add Rest Attributes to Mixins
v1.0.10
- Fixing issue #124: Mixin Merge not working correct
- Some Mixin refinements
- Fixing include-with-text.jade
v1.0.9
- Fixing jade-Output without doctype
- Fixing issue #122: Mixin Block after Mixin Call on same Line
- Fixing issue #123: Block append not working correct.
v1.0.8
- Fixing issue #120: Terse Mode not working as expected
- Fixed IndexOutOfBoundsException in substring.
v1.0.7
- Fixing issue #101: "}" symbol breaks the template inside of a string (Thanks to moio)
v1.0.6
1.0.6 / 2015-11-12
- Fixing issue 118: Problems with nested/inherited attributes
- Fixing issue 117: &attributes() -> String index out of range when mixin called with ()()
1.0.5 / 2015-11-12
- Fixing Issue 116: &attributes() -> Classcast Exception with integers as keys in maps, inside of loops
v1.0.4
- 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)