Skip to content

Releases: scriban/scriban

5.12.1

18 Dec 06:22
Compare
Choose a tag to compare

Changes

🐛 Bug Fixes

Full Changelog: 5.12.0...5.12.1

Published with dotnet-releaser

5.12.0

13 Nov 18:09
a91a74f
Compare
Choose a tag to compare

Changes

🐛 Bug Fixes

Full Changelog: 5.11.0...5.12.0

Published with dotnet-releaser

5.11.0

01 Nov 17:09
5343f93
Compare
Choose a tag to compare

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

12 Apr 16:01
3afac40
Compare
Choose a tag to compare

Changes

🚀 Enhancements

  • Implements Full Support for System.Text.Json - Closes #527 (PR #533) by @r-Larch

🧰 Maintenance

  • Update ci with reusable workflow (2616602)
  • Fix ci packaging with new NuGet (956aa2b)

🏭 Tests

  • Fix tests for running on ubuntu (24e708c)
  • Fix tests for ubuntu (bis) (4ae2756)

🧰 Misc

Full Changelog: 5.9.1...5.10.0

Published with dotnet-releaser

5.9.1

09 Jan 08:00
Compare
Choose a tag to compare

Changes

🐛 Bug Fixes

🚀 Enhancements

🧰 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

06 Sep 16:37
Compare
Choose a tag to compare

Changes

🐛 Bug Fixes

  • Fix delegate after adding new string.equals_ignore_case function (2416a7a)

🚀 Enhancements

📚 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

01 Sep 16:19
1328529
Compare
Choose a tag to compare

Changes

✨ New Features

🐛 Bug Fixes

  • Fix IDictionary implementation for ScriptObject (003e1ac)

🧰 Misc

Full Changelog: 5.7.0...5.8.0

Published with dotnet-releaser

5.7.0

25 Feb 09:29
Compare
Choose a tag to compare

Changes

🐛 Bug Fixes

📚 Documentation

🧰 Misc

Full Changelog: 5.6.0...5.7.0

Published with dotnet-releaser

5.6.0

03 Feb 07:25
Compare
Choose a tag to compare

Changes

✨ New Features

🐛 Bug Fixes

  • fix auto indent bug after ~}} block, add test (PR #483) by @andradf

🏭 Tests

🧰 Misc

Full Changelog: 5.5.2...5.6.0

Published with dotnet-releaser

5.5.2

04 Jan 07:04
Compare
Choose a tag to compare

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