This repository was archived by the owner on Jan 14, 2026. It is now read-only.
Releases: codescape/bitvunit
Releases · codescape/bitvunit
BitvUnit 0.3.0
- added new rules
- AlternativeTextForAppletRule
- AlternativeTextForAreaOfImageMapRule
- DefinitionListContainsItemsRule
- LabelWithoutFormElementRule
- OrderedListContainsListItemsRule
- TableHeaderForTableColumnRule
- TitleForFrameRule
- TitleForInlineFrameRule
- UniqueLabelForFormElementRule
- UnorderedListContainsListItemsRule
- fixed invalid filename of class XmlRuleSetException
- added license information to the library
- every violation knows the element that caused the violation
- availability in Maven Central Repository
BitvUnit 0.2.0
- easier selection of elements with new Page decorator
- easier creation of violations in rule implementations
- added new rules
- AvoidBoldTagRule
- AvoidItalicTagRule
- AvoidMetaRefreshRule
- HeadersInCorrectOrderRule
- LanguageForHtmlTagRule
- TableHeaderContainsTextRule
- introduced XmlRuleSet to create a RuleSet based on a XML document
- improved documentation
- added Hamcrest Matchers for compliance checking
- introduced RuleMatcher for verification against a specific Rule
- introduced RuleSetMatcher for verification against a RuleSet
BitvUnit 0.1.0
- introduced Rule to check a single HTML page against a single rule
- introduced RuleSet to check a single HTML page against multiple rules
- added first rules
- AlternativeTextForImageRule
- AvoidBlinkTextRule
- AvoidMarqueeTextRule
- CaptionTextForTableRule
- LabelContainsTextRule
- LabelForInputFieldRule
- LabelForSelectTagRule
- LabelForTextareaRule
- TitleForAbbreviationTagRule
- TitleForAcronymTagRule