Skip to content
Mike Bridge edited this page Aug 12, 2017 · 8 revisions

0.9.7 - Unreleased

  • Update to Visual Studio 2017
  • Build targets netcoreapp1.1 and net462
  • Upgrade IMemoryCache
  • Switch from NUnit to XUnit

0.9.6 Nov 10 2015

  • Added POCO support

0.9.5 Nov 10 2015

  • ‼️ LiquidTemplate.Create() returns a structure with errors instead of throwing them
  • ‼️ LiquidTemplate.Render() also returns a structure with errors instead of throwing them
  • Fix: pluralize filter doesn't echo the number

0.9.4 Nov 7 2015

  • ‼️ LiquidString constructor made private (use static constructor instead), wrapped value can't be null.

0.9.3 Nov 6 2015

  • ‼️ All liquid type wrappers renamed from C# to Ruby Liquid naming
  • ‼️ LiquidHash and LiquidCollection are initialized using IEnumerable shortcut syntax.
  • If TemplateContext.Options.ErrorWhenValueMissing is set, errors are rendered when a var is undefined.

0.9: Initial beta release Oct 31 2015

Clone this wiki locally