Skip to content

Releases: StuffOfInterest/LogicTagHelpers

v1.1.0 - 'if-then'

30 Jun 20:47
42fa85e
Compare
Choose a tag to compare

Split 'if' tag into separate if/then/else and a 'if-then' tag to avoid accidental child content evaluation.

v1.0.1 - Enable Intellisense in package

02 May 13:20
851e747
Compare
Choose a tag to compare

Patch release to enable bundled in Intellisense with NuGet package.

v1.0.0 - Stable release

02 May 11:27
243058a
Compare
Choose a tag to compare

First stable release containing all six logic tag helpers.

v0.6.0 - 'do'

30 Apr 10:33
124199d
Compare
Choose a tag to compare

Add 'do' tag helper.

v0.5.0 - 'for'

30 Apr 00:26
42dcc8e
Compare
Choose a tag to compare

Add 'for' tag helper.

v0.4.0 - 'while'

29 Apr 09:28
9cffd76
Compare
Choose a tag to compare

Add 'while' tag helper.

v0.3.0 - 'foreach'

25 Apr 23:07
23640ac
Compare
Choose a tag to compare

Add 'foreach' tag helper.

v0.2.0 - 'switch' / 'case' / 'default'

25 Apr 14:09
554e73f
Compare
Choose a tag to compare

Add switch/case/default tag helpers.

v0.1.0 - 'if' / 'then' / 'else'

25 Apr 05:39
d9da58d
Compare
Choose a tag to compare

Introduce if/then/else tag helpers.