Releases: scriban/scriban
Releases · scriban/scriban
5.12.1
5.12.0
Changes
🐛 Bug Fixes
- #563 Assignment to dictionary issue (PR #574) by @gavin-hay-dispatch
Full Changelog: 5.11.0...5.12.0
Published with dotnet-releaser
5.11.0
Changes
🐛 Bug Fixes
- Fix: If statement comparing string and null value results in object reference error (PR #557) by @BenJBailey
- Fix a bug in bug in DictionaryAccessor (PR #554) by @SergeyXa
- Fix serializing DateTime with object.to_json (PR #558) by @ChopperRob
🚀 Enhancements
- feat: fix #555 Error object.to_json with date or timespan (PR #561) by @r-Larch
- Add option to not indent on empty lines (PR #560) by @Arthri
🧰 Misc
- Update runtime.md: add documentation on getting variables from global (PR #545) by @BenJBailey
- Update readme.md (5343f93)
Full Changelog: 5.10.0...5.11.0
Published with dotnet-releaser
5.10.0
Changes
🚀 Enhancements
🧰 Maintenance
🏭 Tests
🧰 Misc
Full Changelog: 5.9.1...5.10.0
Published with dotnet-releaser
5.9.1
Changes
🐛 Bug Fixes
- Fix NuGet packaging (24a4985)
🚀 Enhancements
- Add nuget .editorconfig (PR #528) by @viceroypenguin
🧰 Misc
- Link to kalk for a usage of Scriban outside text templating. (c253343)
- Update to net8.0. Fix tests for 2024 (ff04343)
Full Changelog: 5.9.0...5.9.1
Published with dotnet-releaser
5.9.0
Changes
🐛 Bug Fixes
- Fix delegate after adding new
string.equals_ignore_case
function (2416a7a)
🚀 Enhancements
- Add string interpolation (PR #518) by @ranger-turtle
📚 Documentation
- Fix documentation for
string.equals_ignore_case
(8246c82) - Add documentation for interpolated strings (7ae9232)
🧰 Misc
- Use Interpolated instead of Interp to not confuse it with e.g Interpreter (10ee686)
Full Changelog: 5.8.0...5.9.0
Published with dotnet-releaser
5.8.0
Changes
✨ New Features
- Add EqualsIgnoreCase string builtin function (PR #509) by @ranger-turtle
🐛 Bug Fixes
- Fix IDictionary implementation for ScriptObject (003e1ac)
🧰 Misc
- Minor docs edit (PR #494) by @TimothyMakkison
Full Changelog: 5.7.0...5.8.0
Published with dotnet-releaser
5.7.0
Changes
🐛 Bug Fixes
📚 Documentation
- [Fix] Examples to 'limit, offster and reversed' (PR #489) by @artur-simon
- Fix documentation (#484) (85b2aab)
🧰 Misc
Full Changelog: 5.6.0...5.7.0
Published with dotnet-releaser
5.6.0
Changes
✨ New Features
🐛 Bug Fixes
🏭 Tests
🧰 Misc
- Grammar and formatting changes (PR #477) by @TimothyMakkison
Full Changelog: 5.5.2...5.6.0
Published with dotnet-releaser
5.5.2
Changes
🧰 Misc
- Improve the documentation for array.contains (PR #473) by @Mertsch
- Make array.contains resilient to null values, like array.sort (PR #474) by @Mertsch
- Implemented parsing option to enforce that an end-statement must match a block begin (PR #464) by @ChrisWiitamaki
- Update date (a47ecde)
- Improve error reporting for #464 (7804a97)
Full Changelog: 5.5.1...5.5.2
Published with dotnet-releaser