Skip to content

Latest commit

 

History

History
113 lines (102 loc) · 9.56 KB

CHANGELOG.md

File metadata and controls

113 lines (102 loc) · 9.56 KB

Change Log

jtwig-3.1.0 (2014/11/20 23:33 +00:00)

  • #236 Mergeable 230 (@thomas-p-wilson)
  • #229 Add block function persuant to #88 (@thomas-p-wilson)
  • #231 Support include-only and include-with-only syntax pursuant to #129 (@thomas-p-wilson)
  • #234 Fixed range operation pursuant to #233 (@thomas-p-wilson)
  • #228 Still around coverity code quality (@lyncodev)
  • #226 Foreach loop variable fix per #198 (@thomas-p-wilson)
  • #227 Upgrading coveralls plugin version (@lyncodev)
  • #223 Change for #220 (@ricardolyn)
  • #222 Made the cache system configurable to the end user (@lyncodev)
  • #217 Made the resource loader configurable to the end user (@lyncodev)
  • #218 Not in operator added as per #192 (@lyncodev)
  • #214 Made the symbol configuration completely flexible and up to the end user... (@lyncodev)
  • #216 Replace log4j with slf4j (@realcnbs)
  • #213 Remove jackson hard dependency (@lyncodev)
  • #207 Extends now handles expression-based and array-based extensions per #206 (@thomas-p-wilson)
  • #208 Include now supports variable inclusion per #193 (@thomas-p-wilson)
  • #197 Added max and min functions (@thomas-p-wilson)
  • #199 More informative "Unable to find function" message (@realcnbs)
  • #211 Quick fix for charset rendering issue pursuant to #210 (@thomas-p-wilson)

jtwig-3.0.2 (2014/10/04 20:47 +00:00)

  • #195 Removed hard dependency on Spring Security (@lyncodev)
  • #191 Added test to assert ternary operator is working (@lyncodev)

jtwig-3.0.1 (2014/09/05 23:54 +00:00)

  • #185 Improved the composition speed by compiling it into argument call (@lyncodev)
  • #184 Fixed #181 (@lyncodev)
  • #183 Jtwig not thread safe (@lyncodev)
  • #182 Allowing translate with only one argument (@lyncodev)
  • #180 Diff operation (@lyncodev, @realcnbs)
  • #175 date_format renamed to date to match Jtwig. (@lyncodev)

jtwig-3.0.0 (2014/08/30 16:52 +00:00)

  • #176 General tidy up (@lyncodev)
  • #174 Tidy up on function repository location and JtwigContext/RenderContext (@lyncodev)
  • #173 Removed unused overloaded methods for the render function (@lyncodev)
  • #172 Theme functionality made optional (@lyncodev)
  • #171 Theme functionality completely integrated with Spring (@lyncodev)
  • #170 Logging undefined variables by default when not in strict mode (@lyncodev)
  • #166 Fix 151 (@lyncodev, @realcnbs)
  • #165 Tidy up on addon namings (@lyncodev)
  • #163 Tidy up on content addons, so then will be easier to add new addons... (@lyncodev)
  • #162 Parser configuration tidy up (@lyncodev)
  • #161 Tidy up on tag symbol names (@lyncodev)
  • #157 Classpath resource normalization (@lyncodev)
  • #155 removed unnecessary session creation (@dustins)
  • #159 Fixed function repository (@lyncodev)
  • #148 Combined MapLoopControl and LoopControl into For, reducing duplication a... (@thomas-p-wilson)
  • #145 Is null properly evauluates undefined variable pursuant to #140 (@thomas-p-wilson)
  • #146 Longs are now evaluated at face-value per #142 (@thomas-p-wilson)
  • #149 Spring security csrf (@realcnbs)
  • #144 JtwigTemplate ParserConfiguration usage consistency (@gered)
  • #143 fix NullPointerException thrown when calling functions accepting varargs... (@gered)
  • #141 configuration() method is now public pursuant to #139 (@thomas-p-wilson)

jtwig-2.1.7 (2014/05/26 12:52 +00:00)

  • #135 Supporting different types of template location (@lyncodev)
  • #132 Fix #131. Permit quoted variable identifiers in 'with' map (@thomas-p-wilson, @lyncodev)
  • #1 String map keys (@lyncodev)
  • #128 Added include-with feature. (@lyncodev)
  • #127 Changing next release version to 3.0.0-SNAPSHOT (@lyncodev)
  • #126 Strict mode over operations and variables (@lyncodev)

jtwig-2.1.6 (2014/05/08 20:15 +00:00)

  • #119 Tags made static (@lyncodev)
  • #122 #121 enforce use right slash for resources urls parts delimiters (@agushuley)
  • #118 Refactor of AST (@lyncodev)
  • #116 Fix for #112 (@thomas-p-wilson)
  • #115 Code Refactor: Remove name strategy for method parameter resolving (@lyncodev)
  • #111 Enhance issue #97 fix. Division defaults to double division while intege... (@thomas-p-wilson)
  • #114 Unused code removed (@lyncodev)
  • #113 Using jacoco instead of cobertura (@lyncodev)
  • #110 Module refactor (@lyncodev)
  • #109 Refactor around the function resolver (@lyncodev)
  • #108 User friendly exceptions (@lyncodev)
  • #107 Render functionality (@lyncodev)
  • #103 Caching by default (@lyncodev)
  • #102 Property function (@lyncodev)
  • #100 Multithreading support (@ricardolyn, @lyncodev)
  • #96 Replacement for pull request #95 (@lyncodev)

jtwig-2.1.5 (2014/04/09 08:17 +00:00)

  • #98 Fix issue #97 [trunk] (@lyncodev)
  • #93 Feature: Support for filter tag (@dustins)
  • #91 Feature: Support for embed tag (@dustins)

jtwig-2.1.3 (2014/03/27 19:22 +00:00)

  • #89 Fix for issue #86 [trunk] (@lyncodev)
  • #84 Issue #82 fix [trunk] (@lyncodev)
  • #87 #77 Added range function (@realcnbs)
  • #83 Evaluation system to allow undefined values (@lyncodev)
  • #81 "is" operator to support selection expressions (@lyncodev)
  • #74 Fix null comparison in RelationalOperations (@supergillis)
  • #71 Custom tags (@lyncodev)
  • #67 jtwig-spring: Add global "beans" object for resolving spring beans by name (@realcnbs)
  • #66 Removed copyright from the header (@lyncodev)
  • #64 #34 Added sort function (@vcitecm)

jtwig-2.1.2 (2014/03/15 16:11 +00:00)

  • #63 [trunk] Fix for issue #61 (@lyncodev)
  • #54 Syntactical addons (@lyncodev)
  • #53 added whitespace control to the comment tag (@rsilva-yahoo)
  • #50 Added whitespace control to the output tag. (@lyncodev)
  • #49 Whitespace control added for all tags (@lyncodev)

jtwig-2.1.1 (2014/03/02 14:41 +00:00)

  • #48 Set expressions fix (@lyncodev)

jtwig-1.0.0 (2013/10/30 00:54 +00:00)

  • #1 fix some typos and language (@helix84)