File tree Expand file tree Collapse file tree 1 file changed +19
-0
lines changed
Expand file tree Collapse file tree 1 file changed +19
-0
lines changed Original file line number Diff line number Diff line change 11# Jinjava Releases #
2+ ### 2023-08-11 Version 2.7.1 ([ Maven Central] ( https://search.maven.org/artifact/com.hubspot.jinjava/jinjava/2.7.1/jar ) ) ###
3+ * [ Introduce ` {% do %} ` blocks] ( https://github.com/HubSpot/jinjava/pull/1030 )
4+ * [ Add warnings for unclosed tokens] ( https://github.com/HubSpot/jinjava/pull/1093 )
5+ * [ Fix ` |default(null) ` behavior] ( https://github.com/HubSpot/jinjava/pull/1008 )
6+ * [ Improve EscapeJinjavaFilter] ( https://github.com/HubSpot/jinjava/pull/1027 )
7+ * [ Improve BeanELResolver Extensibility] ( https://github.com/HubSpot/jinjava/pull/1028 )
8+ * [ Add snake_case serialization config option] ( https://github.com/HubSpot/jinjava/pull/1031 )
9+ * [ Add generic node pre/post processors] ( https://github.com/HubSpot/jinjava/pull/1045 )
10+ * [ Upgrade jackson to 2.14.0] ( https://github.com/HubSpot/jinjava/pull/1051 )
11+ * [ Upgrade jsoup to 1.15.3] ( https://github.com/HubSpot/jinjava/pull/927 )
12+ * [ Upgrade guava to 31.1] ( https://github.com/HubSpot/jinjava/pull/1103 )
13+ * [ Add feature flags to JinjavaConfig] ( https://github.com/HubSpot/jinjava/pull/1066 )
14+ * [ Make restricted methods and properties configurable] ( https://github.com/HubSpot/jinjava/pull/1076 )
15+ * [ Gracefully handle invalid escaped quotes] ( https://github.com/HubSpot/jinjava/pull/1098 )
16+ * [ Warn when datetime filters use null arguments] ( https://github.com/HubSpot/jinjava/pull/1064 )
17+ * [ Fix interpreter scope inside striptags filter] ( https://github.com/HubSpot/jinjava/pull/1068 )
18+ * Fix various RuntimeExceptions in filters and functions
19+ * Various PRs for eager execution to support two-phase rendering.
20+
221### 2023-03-03 Version 2.7.0 ([ Maven Central] ( https://search.maven.org/artifact/com.hubspot.jinjava/jinjava/2.7.0/jar ) ) ###
322* [ Use number operations for multiply and divide filters] ( https://github.com/HubSpot/jinjava/pull/766 )
423* [ Add config to require whitespace in tokens] ( https://github.com/HubSpot/jinjava/pull/773 )
You can’t perform that action at this time.
0 commit comments