Releases: sebastienros/fluid
Releases · sebastienros/fluid
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
v2.1.1
- Added
TemplateContext.ValueNames
to list value names
v2.1.0
- Skip write-only properties in member strategy
- New filters
md5
sha1
sha256
reverse
base64_encode
base64_decode
base64_url_safe_encode
base64_url_safe_decode
- Refactored View Engine options to allow for custom Partials and Views file providers and template locations
v2.0.13
- Fix identifier parse ambiguity when then end with
-
- Fix stack overflow when using circular references with the json filter
v2.0.12
- Fixed whitespace parsing in output tags
v2.0.11
- Fixed cached expression in include tag
v2.0.10
- Fixed
cycle
tag to support any expression as groups json
filter now ignores unregistered properties
v2.0.9
- Updated Parlot to 0.0.17
- Fixing support for new lines as keyword separator
v2.0.8
- Fixed
default
filter to handlefalse
,nil
andempty
- New
FluidParser.Compile()
method to compile the parser for performance - Updated Parlot to 0.0.15
- Fixed member naming strategies