Releases: scriban/scriban
Releases · scriban/scriban
7.0.6
Changes
🐛 Bug Fixes
🧰 Misc
- Document TemplateContext runtime controls (32ce64c)
- Use GitHub alerts in documentation (5946a93)
- Remove H1 headings from site docs (73895d3)
Full Changelog: 7.0.5...7.0.6
Published with dotnet-releaser
7.0.5
Changes
🐛 Bug Fixes
- Fix include indentation after newline (60ab0d9)
Full Changelog: 7.0.4...7.0.5
Published with dotnet-releaser
7.0.4
Changes
🧰 Misc
- Remove duplicated runtime attributes (e8b19f6)
Full Changelog: 7.0.3...7.0.4
Published with dotnet-releaser
7.0.3
Changes
🐛 Bug Fixes
- Fix IsPackable for CheckSourceEmbedded.csproj (3f49de5)
Full Changelog: 7.0.2...7.0.3
Published with dotnet-releaser
7.0.0
Changes
✨ New Features
- Add security tests for untested protection paths (570466a)
- Add AOT/trimming compatibility (#656) (a58550f)
- Add nullable support (e5f6950)
- Add public comments to generated visitor code (035db9a)
🐛 Bug Fixes
- Fix TemplateLoader doc reference (7327154)
- Fix delegate optional defaults (a12cd0b)
- Fix null-conditional indexers (e4693e7)
- Fix AsyncCodeGen solution lookup (d56dc4e)
- Fix pipe argument docs (4cb135a)
- Fix generator execution after nullable support (de47d8a)
- Fix Scriban.props and ci (ebfc405)
- Fix NU5129 as no-warning (25d148a)
🧰 Maintenance
- Update ci (bafc1b5)
🧰 Misc
- Remove changelog.md (8939dde)
- Harden string padding width limits (4227fde)
- Bound object.to_json recursion and cycles (760dc21)
- Enforce parser depth for array initializers (f55280a)
- Clear include cache on TemplateContext.Reset (099cb04)
- Reset typed accessor cache with MemberFilter changes (8180fb6)
- Enforce cumulative output size limits (9856321)
- Harden expression evaluation resource bounds (2d01bd1)
- Apply LoopLimit to internal iteration paths (dde661d)
- Sync builtin overload docs with DocGen (b6c65c7)
- Disable STJ for source-embedded builds (9abb65b)
- Enforce LimitToString in string Append, Prepend, Replace, ReplaceFirst (d384108)
- Await async model members (ecca082)
- Update follow-up plan (2f99ca6)
- Make array.sort stable (b357166)
- Support dotted array.sort paths (1df80f7)
- Finalize follow-up plan (3ec006c)
- Remove completed issue plan (8557aad)
- Update deps (3f08079)
- Change LexerOptions / ParserOptions to record (0c22917)
- Remove Nustache (f2ea38f)
- Update readme (b3f915e)
Full Changelog: 6.6.0...7.0.0
Published with dotnet-releaser
6.6.0
Changes
✨ New Features
- Add missing async generated code (8d23abb)
- Add limits for default safety (b5ac4bf) by @skdishansachin
🐛 Bug Fixes
- Fix JsonElement support for netstandard (8894352)
🧰 Misc
- Merge commit from fork (a6fe607) by @skdishansachin
Full Changelog: 6.5.8...6.6.0
Published with dotnet-releaser
6.5.8
6.5.7
6.5.6
Changes
🐛 Bug Fixes
- Refactor
Includeusing PushLocal and PopLocal (PR #649) by @Benkei - Fixes documentation (#647) (6513395)
🧰 Misc
- Feature/#645 broken link (PR #646) by @mikeclayton
Full Changelog: 6.5.5...6.5.6
Published with dotnet-releaser