Releases: scriban/scriban
Releases · scriban/scriban
6.5.2
Changes
🐛 Bug Fixes
- Fix #634: ObjectToString has side-effect leading to incorrect escaping with lazy evaluation (PR #635) by @anya-hichu
Full Changelog: 6.5.1...6.5.2
Published with dotnet-releaser
6.5.1
Changes
🐛 Bug Fixes
- Fix async code for promoted variables (ac6a80a)
🧰 Misc
- Migrate to slnx and central package management (63bc3d6)
Full Changelog: 6.5.0...6.5.1
Published with dotnet-releaser
6.5.0
Changes
🐛 Bug Fixes
- Fix Liquid date output formatting (PR #627) by @meld-cp
- Update ScriptBinaryExpression.cs (PR #630) by @marcelo8690
Full Changelog: 6.4.0...6.5.0
Published with dotnet-releaser
6.4.0
6.3.0
Changes
🐛 Bug Fixes
🚀 Enhancements
- Update BuiltinFunctions.cs: set correct initial capacity (PR #621) by @ChrisVanDijk
- Update TemplateContext.cs: remove unused _availableTags (PR #623) by @ChrisVanDijk
- Add uint calculation (PR #624) by @dunds-com
📚 Documentation
- Update alert messages in readme to be more obvious (PR #619) by @JackGilmore
- Fix doc generation (67d5494)
📦 Dependencies
- Update dependencies NuGet (c8eaa48)
Full Changelog: 6.2.1...6.3.0
Published with dotnet-releaser
6.2.1
6.2.0
6.1.0
Changes
🚀 Enhancements
- Add string.sha512 and string.hmac_sha512 (PR #602) by @ThumNet
- Add html.newline_to_br function (PR #604) by @ThumNet
🧰 Misc
Full Changelog: 6.0.0...6.1.0
Published with dotnet-releaser
6.0.0
Changes
🐛 Bug Fixes
- Fix DateTime and Object tests (PR #593) by @user-named-void
- Fix ScriptRange Add when IList has a fixed size (PR #596) by @user-named-void
- Fix CI badge (bb80a3e)
- Fix string interpolation (#564, #586) (06aed9f)
- Fix named arguments followed by pipe (#589) (034330e)
- Fix function pointer with path and params argument (Fixes #516) (5184825)
📚 Documentation
🧰 Misc
- Update JsonElementExtensions.cs add #nullable enable (PR #595) by @kcalderon37
Full Changelog: 5.12.1...6.0.0
Published with dotnet-releaser