File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed
Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change 11# Jinjava Releases #
2+ ### 2024-02-12 Version 2.7.2 ([ Maven Central] ( https://search.maven.org/artifact/com.hubspot.jinjava/jinjava/2.7.2/jar ) ) ###
3+ * [ Use interpreter's locale for strftime functions] ( https://github.com/HubSpot/jinjava/pull/1109 )
4+ * [ Prevent infinite hashCode recursion in PyList or PyMap] ( https://github.com/HubSpot/jinjava/pull/1112 )
5+ * [ Support aliasing macro function names in {% from %} tag] ( https://github.com/HubSpot/jinjava/pull/1117 )
6+ * [ Add whitespace trimming functionality for notes and expressions] ( https://github.com/HubSpot/jinjava/pull/1122 )
7+ * [ Add feature to prevent accidental expressions from being output] ( https://github.com/HubSpot/jinjava/pull/1123 )
8+ * [ Add length-limiting to |render filter and add |closehtml filter] ( https://github.com/HubSpot/jinjava/pull/1128 )
9+ * [ Add length-limiting to |tojson filter] ( https://github.com/HubSpot/jinjava/pull/1131 )
10+ * [ Make |pprint filter output in JSON format] ( https://github.com/HubSpot/jinjava/pull/1132 )
11+ * [ Allow for loop with ` null ` values] ( https://github.com/HubSpot/jinjava/pull/1140 )
12+ * [ Add length-limiting when coercing strings] ( https://github.com/HubSpot/jinjava/pull/1142 )
13+ * [ Add ` ECHO_UNDEFINED ` feature] ( https://github.com/HubSpot/jinjava/pull/1150 )
14+ * Various PRs for eager execution to support two-phase rendering.
15+
216### 2023-08-11 Version 2.7.1 ([ Maven Central] ( https://search.maven.org/artifact/com.hubspot.jinjava/jinjava/2.7.1/jar ) ) ###
317* [ Introduce ` {% do %} ` blocks] ( https://github.com/HubSpot/jinjava/pull/1030 )
418* [ Add warnings for unclosed tokens] ( https://github.com/HubSpot/jinjava/pull/1093 )
You can’t perform that action at this time.
0 commit comments