Releases: foman/TagChecker
Releases · foman/TagChecker
v1.0.2
v1.0.2-alpha
Full Changelog: v1.0.1...v1.0.2-alpha
v1.0.1
Full Changelog: v1.0.0...v1.0.1
v1.0.0
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).