Skip to content

Releases: sebastienros/fluid

2.24.0

27 Apr 23:50
1e9a1b9
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.23.0...v2.24.0

2.23.0

22 Apr 23:38
1b2d874
Compare
Choose a tag to compare

What's Changed

  • Avoid creating empty ArrayValue instances by @lahma in #781
  • Avoid re-registration if member not found in UnsafeMemberAccessStrategy by @lahma in #783
  • Use single dictionary in DefaultMemberAccessStrategy by @lahma in #782
  • Cache more than one parsed template for include statements by @sebastienros in #785

Full Changelog: v2.22.0...v2.23.0

2.22.0

17 Apr 16:02
e59fd39
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.21.0...v2.22.0

2.21.0

24 Mar 01:05
4084b81
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.20.0...v2.21.0

2.20.0

22 Mar 22:47
03384cc
Compare
Choose a tag to compare

What's Changed

Behavioral changes

  • The {% liquid %} is not parsed by default anymore. You can still use it by setting the FluidParserOptions.AllowLiquidTag to true
  • The MemberNameStrategy implementation have changed to use the ones from System.Text.Json providing better performance and logic. This could break templates that use snake case. To revert to the previous behavior set the AppContext switch Fluid.UseLegacyMemberNameStrategies to true. See https://learn.microsoft.com/en-us/dotnet/fundamentals/runtime-libraries/system-appcontext for how to set it.

Full Changelog: v2.19.0...v2.20.0

v2.19.0

15 Jan 01:02
bbc16a2
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.18.0...v2.19.0

v2.18.0

07 Jan 19:04
6c64dc6
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.17.0...v2.18.0

v2.17.0

30 Dec 19:37
9f862f9
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.16.0...v2.17.0

v2.16.0

13 Dec 03:06
457e25c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.15.0...v2.16.0

v2.15.0

06 Dec 03:47
99b3d5d
Compare
Choose a tag to compare

What's Changed

Full Changelog: v2.14.0...v2.15.0