Skip to content

Releases: neuland/jade4j

v1.2.0

18 Apr 11:38
Compare
Choose a tag to compare
  • 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

14 Jan 08:59
Compare
Choose a tag to compare
  • set fileName property to TextNode (thx to code4craft)

v1.1.1

02 Dec 10:01
Compare
Choose a tag to compare

Fixing issue #125: NumberFormatException when comparing loop-iterator with a String

v1.1.0

29 Nov 16:45
Compare
Choose a tag to compare
  • Feature: Add Rest Attributes to Mixins

v1.0.10

27 Nov 14:59
Compare
Choose a tag to compare
  • Fixing issue #124: Mixin Merge not working correct
  • Some Mixin refinements
  • Fixing include-with-text.jade

v1.0.9

27 Nov 13:25
Compare
Choose a tag to compare
  • 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

26 Nov 14:00
Compare
Choose a tag to compare
  • Fixing issue #120: Terse Mode not working as expected
  • Fixed IndexOutOfBoundsException in substring.

v1.0.7

16 Nov 08:49
Compare
Choose a tag to compare
  • Fixing issue #101: "}" symbol breaks the template inside of a string (Thanks to moio)

v1.0.6

12 Nov 15:23
Compare
Choose a tag to compare

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

12 Nov 07:31
Compare
Choose a tag to compare
  • 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)