Releases: sebastienros/fluid
Releases · sebastienros/fluid
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
2.3.1
What's Changed
- Update Parlot by @sebastienros in #533
- Fix TimeZone parsing by @sebastienros in #538
Full Changelog: v2.3.0...v2.3.1
2.3.0
What's Changed
- Add support for TimeSpan by @sebastienros in #512
- Add replace_last and remove_last filters by @danielmpetrov in #515
- Fix local settings breaking unit tests by @danielmpetrov in #518
- Optimize replace_first, replace_last, and truncate by @danielmpetrov in #523
- Bump packages by @danielmpetrov in #522
- Add net7.0 target by @sebastienros in #530
- Fix case/when tag multi-statements evaluation by @sebastienros in #528
- Update TimeZoneConverter by @sebastienros in #529
- Views should be able to change Layout variables by @sebastienros in #532
- Fix view resolution on Windows by @sebastienros in #531
- Update TimeSpan implementation to be consistent with number by @danielmpetrov in #519
New Contributors
- @danielmpetrov made their first contribution in #515
Full Changelog: v2.2.16...v2.3.0
2.2.16
What's Changed
- Make color filter independent of CultureInfo.CurrentCulture by @JustusGreiberORGADATA in #497
- Add parentloop support by @sebastienros in #511
- Bump Newtonsoft.Json from 12.0.3 to 13.0.1 in /Fluid.Tests by @dependabot in #502
- Don't add ellipsis when size is greater than number of words by @hishamco in #507
New Contributors
- @JustusGreiberORGADATA made their first contribution in #497
- @dependabot made their first contribution in #502
Full Changelog: v2.2.15...v2.2.16
2.2.15
What's Changed
- Use configured TemplateOptions for ActionViewResult.ExecuteAsync() by @sotvokun in #475
- Fix ElseIfStatement double-evaluation in awaited context by @lahma in #485
- Add rendering event by @sebastienros in #464
New Contributors
Full Changelog: v2.2.14...v2.2.15
2.2.14
What's Changed
- Fix NRE when creating null StringValue by @sebastienros in #443
- Display source of error in message by @sebastienros in #450
- Allow FluidParserOptions to be configured using Fluid.MvcViewEngine by @markeverard in #454
- Fixed formatting of bullet list in mvc section by @simonech in #456
- Update README.md by @deanmarcussen in #458
- Fix keywords conflicts by @sebastienros in #459
- Use static expressions for keywords by @sebastienros in #462
- Fix layout discovery by @sebastienros in #461
- Implement offset continue by @sebastienros in #465
New Contributors
- @markeverard made their first contribution in #454
- @simonech made their first contribution in #456
Full Changelog: v2.2.13...v2.2.14