google / escapevelocity

A subset reimplementation of Apache Velocity with a much simpler API.
Apache License 2.0
33 stars 11 forks source link

Add support for `$foreach.count`, `.first`, and `.last`. #28

Closed copybara-service[bot] closed 1 year ago

copybara-service[bot] commented 1 year ago

Add support for $foreach.count, .first, and .last.

RELNOTES=The $foreach variable, defined in #foreach loops, now has further properties that are compatible with Apache Velocity: count, first, and last.