issues
search
sempare
/
sempare-delphi-template-engine
Sempare Template (scripting) Engine for Delphi allows for flexible dynamic text generation. It can be used for generating email, html, reports, source code, xml, configuration, etc.
Apache License 2.0
144
stars
18
forks
source link
Release v1.7.1
#140
Closed
darnocian
closed
1 year ago
darnocian
commented
1 year ago
NEW: update template resolution in TTemplateRegistry using contextual information
NEW: add convenience helpers Template.Resolver(), Template.Resolve(), Template.ResolveWithContext()
NEW: add Context.TemplateResolverWithContext
FIX: stack overflow on TemplateRegistry when resolving templates explicitly added to the context.
FIX: minor refactoring