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

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)