All Versions
37
Latest Version
Avg Release Cycle
69 days
Latest Release
1945 days ago

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