Skip to content

Releases: foman/TagChecker

v1.0.2

15 Feb 04:18

Choose a tag to compare

Full Changelog: v1.0.1...v1.0.2

Support .net 8,9,10

v1.0.2-alpha

15 Feb 04:12

Choose a tag to compare

v1.0.2-alpha Pre-release
Pre-release

Full Changelog: v1.0.1...v1.0.2-alpha

v1.0.1

15 Feb 04:03

Choose a tag to compare

Full Changelog: v1.0.0...v1.0.1

v1.0.0

15 Feb 03:47

Choose a tag to compare

v1.0.0

First NuGet release of TagChecker — a lightweight .NET library for validating HTML tag structure.

Included in this release

• HTML tag nesting/start-end matching validation
• Void element rule validation (strict mode)
• Attribute syntax parsing/validation
• Comment, DOCTYPE, script/style parsing support
• Precise parse errors with line/column info
• Hardened parser behavior with expanded edge-case test coverage
Notes

• Strict void-element behavior is enabled in this version ( valid, invalid).