Skip to content

1.0.1

Compare
Choose a tag to compare
@toddams toddams released this 14 Apr 17:41
· 520 commits to master since this release

What's new

  • #49 TemplateCompilationException now includes line and column number where an error occured
  • #46 Added new overload for Parse() method. Now you can set a PreCenderCallback for each page individually. (Before you could only add callbacks to IEngineConfiguration that are applied for each page)

Bug fixes

  • Fix #47 (ExpandoObject as model type throws RuntimeBinderException)