Releases: tomj74/chunk-templates
Releases · tomj74/chunk-templates
release-3.2.1
Fixes path separator issue on Windows.
release-3.2.0
Makes classpath location of theme resources configurable
release-3.1.3
- Fixes multi-threaded snippet cache bug.
- Adds page(pageNum,pageSize) filter for lists
release-3.1.2
- Fixes bugs in bean boxing, some performance enhancements.
release-3.1.1
- comp filter enhanced to handle simple numeric comparisons
- revises calc filter to work with direct tag references.
- new bool filter converts truthy value (like "1.0"/"0.0") to TRUE/null
release-3.1.0
Performance enhancements.
- Dealing with POJO data is way way faster.
- Conditionals are now "compiled" for speed gain.
- slice, reverse and get filters now work on STRING type data, not just LIST type.
- Parens are now optional for simple if conditions.
- TemplateConfig now easier to use programmatically.
- Allows default extension of none to be set from config.
- Easier to set arbitrary template folder.
release-3.0.2
- Fixes bugs: looping over wrapped map, looping over POJO with null values
release-3.0.1
- Better handling of nested POJOs.
- The loop command now supports Collection/Iterator/Enumeration in addition to Object[] arrays and List.
release-3.0.0
- Overhaul of ChunkFilter for improved argument handling.
- Not backward-compatible, user-contrib filters will need to be updated.
- New ObjectFilter base class to ease specialized formatting in filters.
release-2.6.4
- Adds ThemeConfig class to make Spring MVC integration easier.
- Improves loop option for place tags: first_last="first,last,place"
- Adds new filters rpad and lpad.