Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: vapor/leaf

Leaf 3.0.0 RC 2

22 Mar 00:10

Choose a tag to compare

Leaf 3.0.0 RC 2 Pre-release
Pre-release

New:

  • Vapor is now running on Swift NIO!
  • Added isFirst and isLast alongside index when using #for.

Milestone

Leaf 3.0.0 RC 1

26 Feb 18:51
25583fb

Choose a tag to compare

Leaf 3.0.0 RC 1 Pre-release
Pre-release
Merge pull request #95 from vapor/fix-92

leaf rc

Leaf 3.0.0 Beta 1.1

15 Feb 02:45

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

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

Choose a tag to compare

Fixed:

  • Empty array resolves as false in if statements.

Milestone

Leaf 2.0.1

26 May 14:44

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

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

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

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

Choose a tag to compare

Leaf 2.0 Beta 6 Pre-release
Pre-release

Fixed:

  • Bug associated w/ , inside of constants

#61