Skip to content

Commit 73bdff9

Browse files
committed
prepare release 1.2.1
1 parent 9f0a55c commit 73bdff9

File tree

2 files changed

+21
-18
lines changed

2 files changed

+21
-18
lines changed

History.md

Lines changed: 20 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
# History
22

3+
## 1.2.1 / 2016-04-18
4+
* Fixing issue #132: class attribute not supported
5+
36
## 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)
69

710
## 1.1.4 / 2016-01-14
811
* set fileName property to TextNode (thx to code4craft)
@@ -17,48 +20,48 @@
1720
* Improved error messages
1821

1922
## 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
2124

2225
## 1.1.0 / 2015-11-29
2326
* Feature: Add Rest Attributes to Mixins
2427

2528
## 1.0.10 / 2015-11-27
26-
* Fixing issue 124: Mixin Merge not working correct
29+
* Fixing issue #124: Mixin Merge not working correct
2730
* Some Mixin refinements
2831
* Fixing include-with-text.jade
2932

3033
## 1.0.9 / 2015-11-27
3134
* 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.
3437

3538
## 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
3740
* Fixed IndexOutOfBoundsException in substring.
3841

3942
## 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)
4144

4245
## 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 ()()
4548

4649
## 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
4851

4952
## 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)
5255

5356
## 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
5558

5659
## 1.0.2 / 2015-11-10
57-
* Fixing Issue 113: &attributes on Mixin not working
60+
* Fixing Issue #113: &attributes on Mixin not working
5861

5962
## 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
6265
* Added Testcases for closed Issues
6366

6467
## 1.0.0 / 2015-11-06

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ Just add following dependency definitions to your `pom.xml`.
9292
<dependency>
9393
<groupId>de.neuland-bfi</groupId>
9494
<artifactId>jade4j</artifactId>
95-
<version>1.2.0</version>
95+
<version>1.2.1</version>
9696
</dependency>
9797
```
9898

0 commit comments

Comments
 (0)