Skip to content

v3.1.0

Choose a tag to compare

@github-actions github-actions released this 01 May 17:06
· 90 commits to main since this release
caeda90

What's Changed

  • #75 [FEATURE]: Improve template configuration by @bfarmer67
    Render and Resolve methods have been moved to the static class Template
    Update:
    var parser = new TemplateParser(...); 
    parser.Render()
    
    With:
    Template.Render(...)
    

Full Changelog: v3.0.2...v3.1.0