-
Notifications
You must be signed in to change notification settings - Fork 168
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
49c1bf5
commit c2a74c3
Showing
1 changed file
with
2 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
## v3.0.0 (future) | ||
## v3.0.0 (2018-07-13) | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
ebussieres
Author
Member
|
||
- Java 8 | ||
- Macros have access to all variables within the template and are no longer restricted to a "local scope" | ||
- New signature for filters/functions/tests that accepts the PebbleTemplate, EvaluationContext, and line number | ||
|
@@ -14,6 +14,7 @@ | |
- Introduce SpecializedWriter, (#358) | ||
- Many performance enhancements | ||
-Method resolution with overloaded method signatures (#367) | ||
-Use AbstractTemplateViewResolverProperties for spring-boot (#369) | ||
|
||
## v2.6.2 | ||
- loop.length and loop.revindex is not of type Number (#362) | ||
|
@ebussieres is there any benchmark for latest release you have? In release notes I noticed that there is a note regarding it.