Skip to content

Releases: vapor/leaf

Leaf 3.0.0 Beta 1.1

15 Feb 02:45
Compare
Choose a tag to compare
Leaf 3.0.0 Beta 1.1 Pre-release
Pre-release
3.0.0-beta.1.1

prerelease version updates

Leaf 3.0.0 Beta 1

12 Feb 17:27
9b4364f
Compare
Choose a tag to compare
Leaf 3.0.0 Beta 1 Pre-release
Pre-release
Merge pull request #90 from Cellane/patch-1

Updated dependencies

Leaf 2.0.2

23 Aug 19:42
Compare
Choose a tag to compare

Fixed:

  • Empty array resolves as false in if statements.

Milestone

Leaf 2.0.1

26 May 14:44
Compare
Choose a tag to compare

Fixed:

  • issue related to nested loops and not properly popping self based context.

Milestone

Leaf 2.0

18 May 13:20
Compare
Choose a tag to compare

🎉

Some new features, decoupled from Vapor by default, other enhancements. Check out the full diff here

Leaf 2.0 Beta 8

16 May 11:31
Compare
Choose a tag to compare
Leaf 2.0 Beta 8 Pre-release
Pre-release

New:

  • index and offset access from loop tags
  • more flexible whitespace options

#65
#64

Leaf 2.0 Beta 7

02 May 15:21
Compare
Choose a tag to compare
Leaf 2.0 Beta 7 Pre-release
Pre-release

New:

  • cache w/ size constraints
  • better tag inference in non-tag scenarios
  • add additional escape capabilities w/ \#
  • better argument extraction arguments[0]?.string

#62

Leaf 2.0 Beta 6

26 Apr 21:39
Compare
Choose a tag to compare
Leaf 2.0 Beta 6 Pre-release
Pre-release

Fixed:

  • Bug associated w/ , inside of constants

#61

Leaf 2.0 Beta 5

26 Apr 16:43
Compare
Choose a tag to compare
Leaf 2.0 Beta 5 Pre-release
Pre-release

New:

  • nested leafs in constants

Leaf 2.0 Beta 4

24 Apr 19:33
Compare
Choose a tag to compare

New:

  • get on context is public