Skip to content

Releases: finphie/SimpleTextTemplate

Version 3.1.0

24 May 04:57
081ec45

Choose a tag to compare

What's Changed

Full Changelog: v3.0.0...v3.1.0

Version 3.0.0

17 Nov 04:51
4a1ac24

Choose a tag to compare

What's Changed

Full Changelog: v2.1.0...v3.0.0

Version 2.1.0

10 Feb 01:13
dfe67e1

Choose a tag to compare

What's Changed

  • バージョン2.1.0 (#229) @finphie
  • README修正 (#228) @finphie
  • インライン化抑制 (#227) @finphie
  • [ソースジェネレーター] 出力文字が1~8文字の場合のコピー処理を高速化 (#226) @finphie
  • Enum関連の不具合修正など (#225) @finphie
  • [ソースジェネレーター] 文字列定数が連続している場合、文字列を連結し出力先に書き込み (#224) @finphie
  • 埋め込み変数が文字列定数の場合、直接UTF-8バイト列を書き込む (#222) @finphie
  • [ソースジェネレーター] Enum文字列書き込み最適化 (#221) @finphie
  • リファクタリング (#220) @finphie
  • Bump Scriban from 5.9.0 to 5.9.1 (#219) @dependabot
  • サンプルプロジェクト修正 (#215) @finphie

Full Changelog: v2.0.0...v2.1.0

Version 2.0.0

15 Nov 00:43
5a854b3

Choose a tag to compare

What's Changed

Full Changelog: v1.1.0...v2.0.0

Version 1.1.0

18 Mar 09:47
30cd37f

Choose a tag to compare

What's Changed

Full Changelog: v1.0.1...v1.1.0

Version 1.0.1

22 Feb 11:23
ac1f34b

Choose a tag to compare

Bug Fixes

  • [サンプルプロジェクト] ProjectReferenceからPackageReferenceに変更 (#134) @finphie
  • Description修正 (#132) @finphie

Documentation changes

Version 1.0.0

22 Feb 03:52
bef1f15

Choose a tag to compare

Breaking changes

Features

Bug Fixes

Documentation changes

Dependency updates

Maintenance

Version 0.6.0

14 Jan 02:07
ea91720

Choose a tag to compare

Breaking changes

  • SkipWhiteSpaceをSkipSpaceにリネーム (#99) @finphie

Enhancements

  • Microsoft.ToolkitからCommunityToolkitへ変更 (#115) @finphie

Documentation changes

Dependency updates

Maintenance

  • トップレベルステートメント (#98) @finphie

Version 0.5.0

17 Oct 10:38
edc4484

Choose a tag to compare

Enhancements

  • 中括弧'{{'検索処理をループからReadOnlySpan.IndexOf()に変更 (#78) @finphie
  • テンプレート解析ベンチマークを追加 (#77) @finphie

Dependency updates

Maintenance

Version 0.4.0

04 Sep 07:12
0d6a493

Choose a tag to compare

Breaking changes

  • 3つ以上の中括弧でも例外を出さないように変更 (#71) @finphie

Enhancements