Releases: sebastienros/fluid
Releases · sebastienros/fluid
v2.2.6
What's Changed
- Move
blank
andempty
in the grammar by @sebastienros in #408
Full Changelog: v2.2.5...v2.2.6
v2.2.5
What's Changed
- Implement liquid and echo tags by @sebastienros in #406
Full Changelog: v2.2.4...v2.2.5
v2.2.4
- Use
first
,last
andsize
members fromGetValueAsync
when using their corresponding filter
v2.2.3
- Implement
render
tag - Add missing
input
tag features - Add automatic file change detection in the view engines
v2.2.2
- No changes. Only new packages on NuGet.org to fix symbols.
v2.2.1
- Skip static properties in
json
filter - Fix
reverse
filter on strings - Add
TemplateContext
argument onFluidValue
methods - New MinimalApis.LiquidViews package
v2.2.0
- New public
ObjectValueBase
to provide customFluidValue
implementation for specific types. IDictionary<string, T>
are automatically converted toDictionaryValue
. Classes likeJObject
don't need custom registration anymore.- Support for
IFormattable
andIConvertible
. Classes likeJValue
don't need custom converters anymore.
v2.1.4
- Fix race condition that could render blank parts of texts
v2.1.3
- Bump System.Text.Json version to
5.0.2
- New net6.0 target framework
v2.1.2
- Added
TemplateOptions.Captured
andTemplateContext.Captured
to alter the result of acapture
tag