scriban v0.9.0 Release Notes

Release Date: 2017-10-25 // over 6 years ago
    • ๐Ÿ”จ Refactoring breaking changes. Change namespace Scriban.Model to Scriban.Syntax. Remove usage of interfaces for renamer and template loader and use delegates instead.
    • ๐Ÿ›  Fix a few internals in TemplateContext
    • ๐Ÿ‘‰ Makes the IListAccessor behaves like IObjectAccessor with TemplateContext/SourceSpan
    • ๐Ÿ”„ Change IScriptCustomFunction.Evaluate to IScriptCustomFunction.Invoke
    • โž• Add static Template.Evaluate method to evalaute an expression directly (#20)
    • ๐Ÿ“š Update documentation (runtime.md, language.md)
    • โž• Add benchmark project