All Versions
37
Latest Version
Avg Release Cycle
69 days
Latest Release
1635 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v1.2.0 Changes
April 18, 2016- ๐ 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 Changes
January 14, 2016- set fileName property to TextNode (thx to code4craft)
-
v1.1.3 Changes
December 08, 2015- ๐ Fixed Testcase: include-extends-of-common-template
- โ Added Lexer Testcases
- โก๏ธ Updated Dependencies to newest version.
-
v1.1.2 Changes
December 02, 2015- ๐ Fixing issue #126: Concatinate Null with String => NullPointerException
- ๐ Improved error messages
-
v1.1.1 Changes
December 02, 2015- ๐ Fixing issue #125: NumberFormatException when comparing loop-iterator with a String
-
v1.1.0 Changes
November 29, 2015- ๐ Feature: Add Rest Attributes to Mixins
-
v1.0.10 Changes
November 27, 2015- ๐ Fixing issue #124: Mixin Merge not working correct
- Some Mixin refinements
- ๐ Fixing include-with-text.jade
-
v1.0.9 Changes
November 27, 2015- ๐ 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 Changes
November 26, 2015- ๐ Fixing issue #120: Terse Mode not working as expected
- ๐ Fixed IndexOutOfBoundsException in substring.
-
v1.0.7 Changes
November 16, 2015- ๐ Fixing issue #101: "}" symbol breaks the template inside of a string (Thanks to moio)