Skip to content

Releases: vapor/leaf

Leaf 1.0.2

18 Oct 00:23
Compare
Choose a tag to compare

Fixed:

  • HTML Escaping
  • Include unescaped html variables w/ #raw(variable)

Leaf 1.0.1

27 Sep 23:43
Compare
Choose a tag to compare

Fixed:

  • Swift compiler crash fix

Leaf 1.0

14 Sep 02:29
Compare
Choose a tag to compare

New:

  • Swift 3.0

Leaf 0.2.4

13 Sep 18:29
Compare
Choose a tag to compare
Leaf 0.2.4 Pre-release
Pre-release

New:

  • Equals tag
#equal(name, "world") {
    Name is World!
} ##else() {
    Name is NOT World
}

Also compare variables:

#equal(var1, var2) {
    Variable 1 and 2 are Equal!
} ##else() {
    #(var1) and #(var2) are NOT Equal
}

Leaf 0.2.3

13 Sep 14:13
Compare
Choose a tag to compare
Leaf 0.2.3 Pre-release
Pre-release

New:

  • Publicly reset cache as necessary

Leaf 0.2.2

11 Sep 03:06
Compare
Choose a tag to compare
Leaf 0.2.2 Pre-release
Pre-release

Fixed:

  • Context differentiation

Leaf 0.2.1

09 Sep 01:07
Compare
Choose a tag to compare
Leaf 0.2.1 Pre-release
Pre-release

Fix:

  • Remove extranneous string error conformance

Leaf 0.2

08 Sep 17:02
Compare
Choose a tag to compare
Leaf 0.2 Pre-release
Pre-release

New:

  • Gold Master Support

0.1.4

02 Sep 16:47
Compare
Choose a tag to compare
0.1.4 Pre-release
Pre-release

New:

  • Layouts
  • Raw Tag

0.1.3

01 Sep 19:33
Compare
Choose a tag to compare
0.1.3 Pre-release
Pre-release

Fixed:

  • Non-Bool If variables evaluate based on existence.