|
1 | 1 | # History |
2 | 2 |
|
| 3 | +## 1.2.1 / 2016-04-18 |
| 4 | +* Fixing issue #132: class attribute not supported |
| 5 | + |
3 | 6 | ## 1.2.0 / 2016-04-18 |
4 | | -* Fixing issue 135: Resource loaded using the ClasspathTemplateLoader require *.jade extension before they are copied in (Thanks to nishtahir and crowmagnumb) |
5 | | -* Fixing issue 129: multiple class attributes per HTML tag are not supported (breaking change in Filter interface, you need to adapt thirdparty filters) |
| 7 | +* Fixing issue #135: Resource loaded using the ClasspathTemplateLoader require *.jade extension before they are copied in (Thanks to nishtahir and crowmagnumb) |
| 8 | +* Fixing issue #129: multiple class attributes per HTML tag are not supported (breaking change in Filter interface, you need to adapt thirdparty filters) |
6 | 9 |
|
7 | 10 | ## 1.1.4 / 2016-01-14 |
8 | 11 | * set fileName property to TextNode (thx to code4craft) |
|
17 | 20 | * Improved error messages |
18 | 21 |
|
19 | 22 | ## 1.1.1 / 2015-12-02 |
20 | | -* Fixing issue 125: NumberFormatException when comparing loop-iterator with a String |
| 23 | +* Fixing issue #125: NumberFormatException when comparing loop-iterator with a String |
21 | 24 |
|
22 | 25 | ## 1.1.0 / 2015-11-29 |
23 | 26 | * Feature: Add Rest Attributes to Mixins |
24 | 27 |
|
25 | 28 | ## 1.0.10 / 2015-11-27 |
26 | | -* Fixing issue 124: Mixin Merge not working correct |
| 29 | +* Fixing issue #124: Mixin Merge not working correct |
27 | 30 | * Some Mixin refinements |
28 | 31 | * Fixing include-with-text.jade |
29 | 32 |
|
30 | 33 | ## 1.0.9 / 2015-11-27 |
31 | 34 | * Fixing jade-Output without doctype |
32 | | -* Fixing issue 122: Mixin Block after Mixin Call on same Line |
33 | | -* Fixing issue 123: Block append not working correct. |
| 35 | +* Fixing issue #122: Mixin Block after Mixin Call on same Line |
| 36 | +* Fixing issue #123: Block append not working correct. |
34 | 37 |
|
35 | 38 | ## 1.0.8 / 2015-11-26 |
36 | | -* Fixing issue 120: Terse Mode not working as expected |
| 39 | +* Fixing issue #120: Terse Mode not working as expected |
37 | 40 | * Fixed IndexOutOfBoundsException in substring. |
38 | 41 |
|
39 | 42 | ## 1.0.7 / 2015-11-16 |
40 | | -* Fixing issue 101: "}" symbol breaks the template inside of a string (Thanks to moio) |
| 43 | +* Fixing issue #101: "}" symbol breaks the template inside of a string (Thanks to moio) |
41 | 44 |
|
42 | 45 | ## 1.0.6 / 2015-11-12 |
43 | | -* Fixing issue 118: Problems with nested/inherited attributes |
44 | | -* Fixing issue 117: &attributes() -> String index out of range when mixin called with ()() |
| 46 | +* Fixing issue #118: Problems with nested/inherited attributes |
| 47 | +* Fixing issue #117: &attributes() -> String index out of range when mixin called with ()() |
45 | 48 |
|
46 | 49 | ## 1.0.5 / 2015-11-12 |
47 | | -* Fixing Issue 116: &attributes() -> Classcast Exception with integers as keys in maps, inside of loops |
| 50 | +* Fixing Issue #116: &attributes() -> Classcast Exception with integers as keys in maps, inside of loops |
48 | 51 |
|
49 | 52 | ## 1.0.4 / 2015-11-12 |
50 | | -* Fixing Issue 115: &attributes() -> Classcast Exception with integers as keys in maps |
51 | | -* Fixing Issue 104: mixin definitions are ignored in extension template (Thanks to rzara) |
| 53 | +* Fixing Issue #115: &attributes() -> Classcast Exception with integers as keys in maps |
| 54 | +* Fixing Issue #104: mixin definitions are ignored in extension template (Thanks to rzara) |
52 | 55 |
|
53 | 56 | ## 1.0.3 / 2015-11-11 |
54 | | -* Fixing Issue 114: Blank strings in brackets being casted to 0 |
| 57 | +* Fixing Issue #114: Blank strings in brackets being casted to 0 |
55 | 58 |
|
56 | 59 | ## 1.0.2 / 2015-11-10 |
57 | | -* Fixing Issue 113: &attributes on Mixin not working |
| 60 | +* Fixing Issue #113: &attributes on Mixin not working |
58 | 61 |
|
59 | 62 | ## 1.0.1 / 2015-11-10 |
60 | | -* Fixing Issue 112: Fixed ++ and -- recognition |
61 | | -* Fixing Issue 111: Maven Upgrade auf 3.2.5 |
| 63 | +* Fixing Issue #112: Fixed ++ and -- recognition |
| 64 | +* Fixing Issue #111: Maven Upgrade auf 3.2.5 |
62 | 65 | * Added Testcases for closed Issues |
63 | 66 |
|
64 | 67 | ## 1.0.0 / 2015-11-06 |
|
0 commit comments