Skip to content

Releases: sebastienros/fluid

v2.2.6

01 Dec 00:31
2f377a3
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.2.5...v2.2.6

v2.2.5

27 Nov 01:16
8f915ce
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.2.4...v2.2.5

v2.2.4

25 Nov 17:20
f0bfd6d
Compare
Choose a tag to compare
  • Use first, last and size members from GetValueAsync when using their corresponding filter

v2.2.3

22 Nov 17:39
ff64afa
Compare
Choose a tag to compare
  • Implement render tag
  • Add missing input tag features
  • Add automatic file change detection in the view engines

v2.2.2

20 Nov 18:10
Compare
Choose a tag to compare
  • No changes. Only new packages on NuGet.org to fix symbols.

v2.2.1

20 Nov 18:09
Compare
Choose a tag to compare
  • Skip static properties in json filter
  • Fix reverse filter on strings
  • Add TemplateContext argument on FluidValue methods
  • New MinimalApis.LiquidViews package

v2.2.0

02 Nov 17:42
b370f3e
Compare
Choose a tag to compare
  • New public ObjectValueBase to provide custom FluidValue implementation for specific types.
  • IDictionary<string, T> are automatically converted to DictionaryValue. Classes like JObject don't need custom registration anymore.
  • Support for IFormattable and IConvertible. Classes like JValue don't need custom converters anymore.

v2.1.4

26 Oct 17:26
62501dc
Compare
Choose a tag to compare
  • Fix race condition that could render blank parts of texts

v2.1.3

19 Oct 17:45
b2fcb32
Compare
Choose a tag to compare
  • Bump System.Text.Json version to 5.0.2
  • New net6.0 target framework

v2.1.2

16 Oct 18:52
1b3186f
Compare
Choose a tag to compare
  • Added TemplateOptions.Captured and TemplateContext.Captured to alter the result of a capture tag