Releases: StuffOfInterest/LogicTagHelpers
Releases · StuffOfInterest/LogicTagHelpers
v1.1.0 - 'if-then'
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
Patch release to enable bundled in Intellisense with NuGet package.
v1.0.0 - Stable release
First stable release containing all six logic tag helpers.
v0.6.0 - 'do'
Add 'do' tag helper.
v0.5.0 - 'for'
Add 'for' tag helper.
v0.4.0 - 'while'
Add 'while' tag helper.
v0.3.0 - 'foreach'
Add 'foreach' tag helper.
v0.2.0 - 'switch' / 'case' / 'default'
Add switch/case/default tag helpers.
v0.1.0 - 'if' / 'then' / 'else'
Introduce if/then/else tag helpers.