Skip to content

Releases: sebastienros/fluid

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

v2.1.1

15 Oct 01:52
e5c559d
Compare
Choose a tag to compare
  • Added TemplateContext.ValueNames to list value names

v2.1.0

12 Oct 22:59
ed65c47
Compare
Choose a tag to compare
  • 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

29 May 18:47
7ef1948
Compare
Choose a tag to compare
  • Fix identifier parse ambiguity when then end with -
  • Fix stack overflow when using circular references with the json filter

v2.0.12

26 May 17:46
bd90707
Compare
Choose a tag to compare
  • Fixed whitespace parsing in output tags

v2.0.11

20 May 14:53
4ade8d9
Compare
Choose a tag to compare
  • Fixed cached expression in include tag

v2.0.10

08 May 17:51
c9b0176
Compare
Choose a tag to compare
  • Fixed cycle tag to support any expression as groups
  • json filter now ignores unregistered properties

v2.0.9

04 May 00:27
0ecb093
Compare
Choose a tag to compare
  • Updated Parlot to 0.0.17
  • Fixing support for new lines as keyword separator

v2.0.8

03 May 00:25
Compare
Choose a tag to compare
  • Fixed default filter to handle false, nil and empty
  • New FluidParser.Compile() method to compile the parser for performance
  • Updated Parlot to 0.0.15
  • Fixed member naming strategies