Skip to content

SMART-TPL 0.9.4

Compare
Choose a tag to compare
@schoentoon schoentoon released this 24 Feb 12:34
· 166 commits to master since this release

This release brings some safe guards and fixes some not correctly working features.

  • Fixed undefined behavior in the ucfirst modifier
  • You can now use modifiers which return booleans or numbers in if statements (strings not yet supported)
  • A static library is now also generated
  • SmartTpl::Template no longer holds the source, therefore the source() method got removed
  • SmartTpl::Buffer can now be cast to a string and can be assigned to