All Versions
37
Latest Version
Avg Release Cycle
69 days
Latest Release
1059 days ago
Changelog History
Page 3
Changelog History
Page 3
-
v1.0.6 Changes
November 12, 2015- ๐ Fixing issue #118: Problems with nested/inherited attributes
- ๐ Fixing issue #117: &attributes() -> String index out of range when mixin called with ()()
-
v1.0.5 Changes
November 12, 2015- ๐ Fixing Issue #116: &attributes() -> Classcast Exception with integers as keys in maps, inside of loops
-
v1.0.4 Changes
November 12, 2015- ๐ 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)
-
v1.0.3 Changes
November 11, 2015- ๐ Fixing Issue #114: Blank strings in brackets being casted to 0
-
v1.0.2 Changes
November 10, 2015- ๐ Fixing Issue #113: &attributes on Mixin not working
-
v1.0.1 Changes
November 10, 2015- ๐ Fixing Issue #112: Fixed ++ and -- recognition
- ๐ Fixing Issue #111: Maven Upgrade auf 3.2.5
- โ Added Testcases for closed Issues
-
v1.0.0 Changes
November 06, 2015- โก๏ธ 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
-
v0.4.3 Changes
May 27, 2015- โ Accepted pull request from dusanmsk (#91) regarding mixin argument splitting and added further tests.
-
v0.4.2 Changes
March 18, 2015- โ added issue89: Test files renamed (was #89 instead of #90).
-
v0.4.1 Changes
November 29, 2014- ๐ fixed tab support #79
- .jade file extension appending is now done before the template loader #71
- โ added support for mixin default blocks #80