Skip to content

Commit 9d530b8

Browse files
committed
feat(validation): add url and disposableUrlDomain rules
1 parent d7c6262 commit 9d530b8

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.0.2] - 2026-01-03
9+
### Added
10+
- New `url` validation rule with configurable schemes and TLD handling
11+
- New `disposableUrlDomain` rule to detect disposable or temporary domains
12+
13+
### Fixed
14+
- Conditional validations now execute the full validation chain after `then`, not only the first rule
15+
816
## [1.0.1] - 2025-12-28
917
### Fixed
1018
- Centralized conditional operator validation to prevent desynchronization between `ConditionalEngine` and `ValidationOrchestrator`

0 commit comments

Comments
 (0)