Releases: tomj74/chunk-templates
Releases · tomj74/chunk-templates
release-3.6.2
- Fix bug in conditional expression tokenizer
- Switch to MIT license
release-3.6.1
- Add jackson as an optional dependency for json features
- Make json-smart an optional dependency
release-3.6.0
- New hook for custom TranslationsProvider theme.setTranslationsProvider(...)
not just limited to packaging on filesystem/classpath anymore! - Fix npe in android bean binding logic
- Fix list filters slice/join so null input passes as null output
- Correctly handle colons inside backtick expressions
release-3.5.0
- Optionally fire runtime exception on missing template
- Prefix boolean bean properties with "is_" only for methods that start with "is"
release-3.4.0
New @AccessAsPojo and @AccessAsBean annotations to override object-mapping logic
release-3.3.1
Minor bugfix release
release-3.3.0
- Support complex conditionals w/grouping, && and || operators
- Resolve filter args if they are tag references
- Fix: resolve backticks correctly in filter args
release-3.2.4
- Support deep reference suffix on filter calls like get(n).field_name
- Fix minor issue in exec/macro parser
- Add convenience method chunk.set("tag", boolean)
release-3.2.3
- Some optimization work (focused on speeding up access to bean getters)
- Snippet cache now disabled by default (was actually slower in benchmark)
release-3.2.2
- Fixes template parsing bug in if conditions with unmatched parens.
- Optimizes bean reflection/introspection.