Releases: sebastienros/fluid
Releases · sebastienros/fluid
v2.12.0
What's Changed
- Trim = from Base64UrlSafeEncode by @hishamco in #691
- Fix swapped rindex and rindex0 in 'for', 'include' and 'render' by @nairdo in #696
- Add support for numerical properties by @sebastienros in #701
- Added
StringComparer
property toTemplateContext
by @gumbarros in #681 - Add tests for struct access by @sebastienros in #706
- Adjust Where filter to properly handle truthy comparisons. by @williamb1024 in #707
- Mark WriteTo() virtual by @hishamco in #711
- Add direct support for structs by @sebastienros in #710
- Improve base64 methods on .NET 6 by @sebastienros in #712
New Contributors
- @nairdo made their first contribution in #696
- @williamb1024 made their first contribution in #707
Full Changelog: v2.11.1...v2.12.0
v2.11.1
What's Changed
- Fix typo at xmldoc by @gumbarros in #680
- Update Parlot 1.0.2 by @MikeAlhayek in #684
New Contributors
- @gumbarros made their first contribution in #680
- @MikeAlhayek made their first contribution in #684
Full Changelog: v2.11.0...v2.11.1
2.11.0
What's Changed
- Create dependabot.yml by @sebastienros in #651
- Bump xunit.runner.visualstudio from 2.5.7 to 2.8.0 by @dependabot in #652
- Bump xunit.analyzers from 1.11.0 to 1.13.0 by @dependabot in #654
- Bump Parlot from 0.0.25 to 0.0.26 by @dependabot in #655
- Bump Microsoft.NET.Test.Sdk from 17.8.0 to 17.9.0 by @dependabot in #656
- Bump xunit from 2.7.0 to 2.8.0 by @dependabot in #653
- Update README.md by @simenums in #660
- Bump the all-dependencies group with 6 updates by @dependabot in #665
- Update TFMs by @sebastienros in #666
- Implement FluidValue.WriteToAsync by @sebastienros in #667
- Improve TextSpan and For statements by @sebastienros in #668
- Copy MaxSteps from TemplateOptions by @sebastienros in #671
- Update README.md by @deanebarker in #673
- Update README.md: Add Mailgen to the list of projects using Fluid by @hsndmr in #675
- Bump the all-dependencies group across 1 directory with 3 updates by @dependabot in #678
- Update Parlot version by @sebastienros in #679
New Contributors
Full Changelog: v2.10.0...v2.11.0
2.10.0
2.9.0
What's Changed
- Update README.md by @deanebarker in #643
- fix: Directory.Packages.props does not respect PrivateAssets property by @kaqq in #645
New Contributors
- @deanebarker made their first contribution in #643
- @kaqq made their first contribution in #645
Full Changelog: v2.8.0...v2.9.0
v2.8.0
What's Changed
- Update Parlot 0.0.25 by @hishamco in #634
- Fix slice out of range errors by @ymor in #636
- Configure Mend Bolt for GitHub by @mend-bolt-for-github in #637
- Use central package management by @sebastienros in #639
New Contributors
- @ymor made their first contribution in #636
- @mend-bolt-for-github made their first contribution in #637
Full Changelog: v2.7.0...v2.8.0
2.7.0
v2.6.0
What's Changed
- Remove extra semi colon by @hishamco in #597
- Fix typo in README.md by @hishamco in #598
- Enable latest-Recommended analyzers and fix issues by @lahma in #607
- Add net8.0 target, remove obsolete, update packages by @lahma in #606
- Handle IConvertible case to return specific type FluidValues by @atthevergeof in #612
- Seal types not suitable for extending by @lahma in #611
- Replace custom shims with PolySharp by @lahma in #613
- Add module level SkipLocalsInit by @lahma in #614
- Added Sum ArrayFilter with 2 different options by @cpriestland in #618
- Update README.md by @SzymonSel in #622
- Update registering a custom block example in README.md by @jeremycook in #621
- Update benchmarks by @sebastienros in #623
- changing view name to match file casing in minimal api sample by @AlexGirardDev in #626
- Ensure deterministic build for release by @lahma in #628
- Add documentation about accessing the CST by @guillaume86 in #630
- Add file version information and use latest actions/checkout by @lahma in #631
New Contributors
- @atthevergeof made their first contribution in #612
- @cpriestland made their first contribution in #618
- @SzymonSel made their first contribution in #622
- @AlexGirardDev made their first contribution in #626
- @guillaume86 made their first contribution in #630
Full Changelog: v2.5.0...v2.6.0
2.5.0
What's Changed
- Update README.md by @hishamco in #586
- Allow Synchronous operations in FluidViewRenderer by @ericgarzagzz in #591
- Add Dean's new article by @sebastienros in #589
- Fix empty statements parsing by @sebastienros in #593
- Expose own properties of scopes publicly by @sebastienros in #594
New Contributors
- @ericgarzagzz made their first contribution in #591
Full Changelog: v2.4.0...v2.5.0
2.4.0
What's Changed
- String indexer should return nil by @sebastienros in #540
- Implement missing strftime formats by @sebastienros in #543
- Introduce "local" time zone for time_zone filter by @sebastienros in #545
- Date filter returns input value as date when not filter is specified by @sebastienros in #546
- Concatenate arrays with single elements by @sebastienros in #547
- Fix Array and Dictionary equality checks by @sebastienros in #559
Full Changelog: v2.3.1...v2.4.0