File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed
Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 11# Jinjava Releases #
2+ ### 2021-10-29 Version 2.6.0 ([ Maven Central] ( https://search.maven.org/artifact/com.hubspot.jinjava/jinjava/2.6.0/jar ) ) ###
3+ * [ Create interface for object truth values] ( https://github.com/HubSpot/jinjava/pull/747 )
4+ * [ Catch concurrent modification in for loop] ( https://github.com/HubSpot/jinjava/pull/750 )
5+ * [ Add Originating Exception Message For A TemplateSyntaxException] ( https://github.com/HubSpot/jinjava/pull/753 )
6+ * [ Throw a template error when attempting to divide by zero] ( https://github.com/HubSpot/jinjava/pull/754 )
7+ * [ Make unixtimestamp behave the same as System.currentTimeMillis()] ( https://github.com/HubSpot/jinjava/pull/755 )
8+ * [ handle null argument in range function] ( https://github.com/HubSpot/jinjava/pull/758 )
9+ * [ Track Current Processed Node In The Context] ( https://github.com/HubSpot/jinjava/pull/760 )
10+ * [ Add Base 64 encode and decode filters] ( https://github.com/HubSpot/jinjava/pull/763 )
211
312### 2021-09-02 Version 2.5.10 ([ Maven Central] ( https://search.maven.org/artifact/com.hubspot.jinjava/jinjava/2.5.10/jar ) ) ###
413* [ Make LazyExpression memoization disable-able] ( https://github.com/HubSpot/jinjava/pull/673 )
Original file line number Diff line number Diff line change 1010
1111 <groupId >com.hubspot.jinjava</groupId >
1212 <artifactId >jinjava</artifactId >
13- <version >2.5.11 -SNAPSHOT</version >
13+ <version >2.6.0 -SNAPSHOT</version >
1414 <description >Jinja templating engine implemented in Java</description >
1515
1616 <properties >
You can’t perform that action at this time.
0 commit comments