Skip to content

v0.2.0

Compare
Choose a tag to compare
@ltrzesniewski ltrzesniewski released this 06 Oct 22:22
· 100 commits to main since this release

Add support for ASP.NET conditional attributes:

  • A foo="@bar" attribute will be omitted if bar evaluates to false or null
  • A foo="@bar" attribute will be rendered as foo="foo" if bar evaluates to true, unless foo is a data-* attribute