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

Merge release candidate #40

Closed darnocian closed 3 years ago

darnocian commented 3 years ago
  1. Fix double free bug on ParseFile
  2. TNewLineStreamWriter fixed to handle carriage return correctly
  3. Provide Context.StartStripToken and Context.EndStripToken to allow for content to be ignored between template statements
  4. Documentation updates
  5. Context.Options updated to require eoAllowIgnoreNL if ignorenl statement is to be processed