Skip to content

Commit 3e2cbc9

Browse files
authored
Merge pull request #764 from HubSpot/jinjava-2.6.0-changes
Version changes for 2.6.0
2 parents dc51986 + ee00b26 commit 3e2cbc9

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGES.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
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)

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
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>

0 commit comments

Comments
 (0)