SMART-TPL 0.9.4
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