Skip to content

chore: Bump Fluid.Core from 2.0.13 to 2.31.0#7

Merged
steve-kaschimer merged 1 commit intomasterfrom
dependabot/nuget/src/Renderers/FluentEmail.Liquid/Fluid.Core-2.31.0
Dec 5, 2025
Merged

chore: Bump Fluid.Core from 2.0.13 to 2.31.0#7
steve-kaschimer merged 1 commit intomasterfrom
dependabot/nuget/src/Renderers/FluentEmail.Liquid/Fluid.Core-2.31.0

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot bot commented on behalf of github Dec 5, 2025

Updated Fluid.Core from 2.0.13 to 2.31.0.

Release notes

Sourced from Fluid.Core's releases.

2.31.0

What's Changed

New Contributors

Full Changelog: sebastienros/fluid@v2.30.0...v2.31.0

2.30.0

What's Changed

New Contributors

Full Changelog: sebastienros/fluid@v2.25.0...v2.30.0

2.25.0

What's Changed

Full Changelog: sebastienros/fluid@v2.24.0...v2.25.0

2.24.0

What's Changed

Full Changelog: sebastienros/fluid@v2.23.0...v2.24.0

2.23.0

What's Changed

Full Changelog: sebastienros/fluid@v2.22.0...v2.23.0

2.22.0

What's Changed

New Contributors

Full Changelog: sebastienros/fluid@v2.21.0...v2.22.0

2.21.0

What's Changed

Full Changelog: sebastienros/fluid@v2.20.0...v2.21.0

2.20.0

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: sebastienros/fluid@v2.19.0...v2.20.0

2.19.0

What's Changed

Full Changelog: sebastienros/fluid@v2.18.0...v2.19.0

2.18.0

What's Changed

Full Changelog: sebastienros/fluid@v2.17.0...v2.18.0

2.17.0

What's Changed

Full Changelog: sebastienros/fluid@v2.16.0...v2.17.0

2.16.0

What's Changed

Full Changelog: sebastienros/fluid@v2.15.0...v2.16.0

2.15.0

What's Changed

Full Changelog: sebastienros/fluid@v2.14.0...v2.15.0

2.14.0

What's Changed

Full Changelog: sebastienros/fluid@v2.13.1...v2.14.0

2.13.1

What's Changed

Full Changelog: sebastienros/fluid@v2.13.0...v2.13.1

2.13.0

What's Changed

Full Changelog: sebastienros/fluid@v2.12.0...v2.13.0

2.12.0

What's Changed

New Contributors

Full Changelog: sebastienros/fluid@v2.11.1...v2.12.0

2.11.1

What's Changed

New Contributors

Full Changelog: sebastienros/fluid@v2.11.0...v2.11.1

2.11.0

What's Changed

New Contributors

Full Changelog: sebastienros/fluid@v2.10.0...v2.11.0

2.10.0

What's Changed

Full Changelog: sebastienros/fluid@v2.9.0...v2.10.0

2.9.0

What's Changed

New Contributors

Full Changelog: sebastienros/fluid@v2.8.0...v2.9.0

2.8.0

What's Changed

New Contributors

Full Changelog: sebastienros/fluid@v2.7.0...v2.8.0

2.7.0

What's Changed

New Contributors

Full Changelog: sebastienros/fluid@v2.6.0...v2.7.0

2.6.0

What's Changed

New Contributors

Full Changelog: sebastienros/fluid@v2.5.0...v2.6.0

2.5.0

What's Changed

New Contributors

Full Changelog: sebastienros/fluid@v2.4.0...v2.5.0

2.4.0

What's Changed

Full Changelog: sebastienros/fluid@v2.3.1...v2.4.0

2.3.1

What's Changed

Full Changelog: sebastienros/fluid@v2.3.0...v2.3.1

2.3.0

What's Changed

New Contributors

Full Changelog: sebastienros/fluid@v2.2.16...v2.3.0

2.2.16

What's Changed

New Contributors

Full Changelog: sebastienros/fluid@v2.2.15...v2.2.16

2.2.15

What's Changed

New Contributors

Full Changelog: sebastienros/fluid@v2.2.14...v2.2.15

2.2.14

What's Changed

New Contributors

Full Changelog: sebastienros/fluid@v2.2.13...v2.2.14

2.2.13

What's Changed

Full Changelog: sebastienros/fluid@v2.2.12...v2.2.13

2.2.12

Full Changelog: sebastienros/fluid@v2.2.11...v2.2.12

2.2.11

What's Changed

Full Changelog: sebastienros/fluid@v2.2.10...v2.2.11

2.2.10

What's Changed

Full Changelog: sebastienros/fluid@v2.2.9...v2.2.10

2.2.9

What's Changed

New Contributors

Full Changelog: sebastienros/fluid@v2.2.8...v2.2.9

2.2.8

What's Changed

Full Changelog: sebastienros/fluid@v2.2.7...v2.2.8

2.2.7

What's Changed

Full Changelog: sebastienros/fluid@v2.2.6...v2.2.7

2.2.6

What's Changed

Full Changelog: sebastienros/fluid@v2.2.5...v2.2.6

2.2.5

What's Changed

Full Changelog: sebastienros/fluid@v2.2.4...v2.2.5

2.2.4

  • Use first, last and size members from GetValueAsync when using their corresponding filter

2.2.3

  • Implement render tag
  • Add missing input tag features
  • Add automatic file change detection in the view engines

2.2.2

  • No changes. Only new packages on NuGet.org to fix symbols.

2.2.1

  • Skip static properties in json filter
  • Fix reverse filter on strings
  • Add TemplateContext argument on FluidValue methods
  • New MinimalApis.LiquidViews package

2.2.0

  • 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.

2.1.4

  • Fix race condition that could render blank parts of texts

2.1.3

  • Bump System.Text.Json version to 5.0.2
  • New net6.0 target framework

2.1.2

  • Added TemplateOptions.Captured and TemplateContext.Captured to alter the result of a capture tag

2.1.1

  • Added TemplateContext.ValueNames to list value names

2.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

Commits viewable in compare view.

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

---
updated-dependencies:
- dependency-name: Fluid.Core
  dependency-version: 2.31.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github
Copy link
Copy Markdown
Author

dependabot bot commented on behalf of github Dec 5, 2025

Labels

The following labels could not be found: dependencies, nuget. Please create them before Dependabot can add them to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@steve-kaschimer steve-kaschimer merged commit e25a37d into master Dec 5, 2025
1 check failed
@dependabot dependabot bot deleted the dependabot/nuget/src/Renderers/FluentEmail.Liquid/Fluid.Core-2.31.0 branch December 5, 2025 20:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant