Skip to content

Releases: hlaueriksson/Markupolation

v2.0.0

08 Apr 10:23
Compare
Choose a tag to compare

Markupolation

Regenerated elements and attributes from https://html.spec.whatwg.org/

Living Standard — Last Updated 6 April 2023

When ImplicitUsings are enabled, the following using directives are now applied:

<Using Include="Markupolation" />
<Using Include="Markupolation.Elements" Static="True" />
<Using Include="Markupolation.Elements" Alias="e" />
<Using Include="Markupolation.Element" Alias="E" />
<Using Include="Markupolation.Attributes" Static="True" />
<Using Include="Markupolation.Attributes" Alias="a" />
<Using Include="Markupolation.Attribute" Alias="A" />
<Using Include="Markupolation.EventHandlerContentAttributes" Static="True" />

Markupolation.Extensions

IfMatch methods in ContentExtensions now use Func instead of Expression<Func> as predicate

v1.0.0

13 Nov 23:21
Compare
Choose a tag to compare

Initial release 🎉