Skip to content

Tags: sebastienros/fluid

Tags

v2.19.0

Toggle v2.19.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Revert 8.0 versions

v2.18.0

Toggle v2.18.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Apply culture in casing formatters (#743)

v2.17.0

Toggle v2.17.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump the all-dependencies group across 1 directory with 5 updates (#735)

* Bump the all-dependencies group across 1 directory with 5 updates

Bumps the all-dependencies group with 5 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [DotLiquid](https://github.com/dotliquid/dotliquid) | `2.2.717` | `2.3.0` |
| [Scriban](https://github.com/scriban/scriban) | `5.12.0` | `5.12.1` |
| [xunit.analyzers](https://github.com/xunit/xunit.analyzers) | `1.17.0` | `1.18.0` |
| [xunit.runner.visualstudio](https://github.com/xunit/visualstudio.xunit) | `2.8.2` | `3.0.0` |
| [Parlot](https://github.com/sebastienros/parlot) | `1.2.2` | `1.3.0` |



Updates `DotLiquid` from 2.2.717 to 2.3.0
- [Release notes](https://github.com/dotliquid/dotliquid/releases)
- [Changelog](https://github.com/dotliquid/dotliquid/blob/master/CHANGELOG.markdown)
- [Commits](https://github.com/dotliquid/dotliquid/commits)

Updates `Scriban` from 5.12.0 to 5.12.1
- [Release notes](https://github.com/scriban/scriban/releases)
- [Changelog](https://github.com/scriban/scriban/blob/master/changelog.md)
- [Commits](scriban/scriban@5.12.0...5.12.1)

Updates `xunit.analyzers` from 1.17.0 to 1.18.0
- [Commits](xunit/xunit.analyzers@1.17.0...1.18.0)

Updates `xunit.runner.visualstudio` from 2.8.2 to 3.0.0
- [Release notes](https://github.com/xunit/visualstudio.xunit/releases)
- [Commits](xunit/visualstudio.xunit@2.8.2...3.0.0)

Updates `Parlot` from 1.2.2 to 1.3.0
- [Release notes](https://github.com/sebastienros/parlot/releases)
- [Commits](sebastienros/parlot@v1.2.2...v1.3.0)

---
updated-dependencies:
- dependency-name: DotLiquid
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: Scriban
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: xunit.analyzers
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: xunit.runner.visualstudio
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-dependencies
- dependency-name: Parlot
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>

* Downgrade package versions in Versions.props

* Fix obsolete method usage

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Sébastien Ros <[email protected]>

v2.16.0

Toggle v2.16.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix end tag detection in liquid tag (#733)

Fixes #731

v2.15.0

Toggle v2.15.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Bump the all-dependencies group with 4 updates (#726)

* Bump the all-dependencies group with 4 updates

Bumps the all-dependencies group with 4 updates: DotLiquid, [PolySharp](https://github.com/Sergio0694/PolySharp), [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json) and [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest).


Updates `DotLiquid` from 2.2.692 to 2.2.717

Updates `PolySharp` from 1.14.1 to 1.15.0
- [Release notes](https://github.com/Sergio0694/PolySharp/releases)
- [Commits](Sergio0694/PolySharp@1.14.1...1.15.0)

Updates `Newtonsoft.Json` from 13.0.3 to 13.0.1
- [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases)
- [Commits](JamesNK/Newtonsoft.Json@13.0.3...13.0.1)

Updates `Microsoft.NET.Test.Sdk` from 17.11.1 to 17.12.0
- [Release notes](https://github.com/microsoft/vstest/releases)
- [Changelog](https://github.com/microsoft/vstest/blob/main/docs/releases.md)
- [Commits](microsoft/vstest@v17.11.1...v17.12.0)

---
updated-dependencies:
- dependency-name: DotLiquid
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: PolySharp
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
- dependency-name: Newtonsoft.Json
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all-dependencies
- dependency-name: Microsoft.NET.Test.Sdk
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: all-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update Versions.props

* Update Versions.props

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Sébastien Ros <[email protected]>

v2.14.0

Toggle v2.14.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Remove Lookup usage to improve performance (#725)

v2.13.1

Toggle v2.13.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Revert package reference versions (#720)

v2.13.0

Toggle v2.13.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Improve parsing performance (#719)

v2.12.0

Toggle v2.12.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Improve base64 methods on .NET 6 (#712)

v2.11.1

Toggle v2.11.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update Parlot 1.0.2 (#684)