We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7c6262 commit 9d530b8Copy full SHA for 9d530b8
1 file changed
CHANGELOG.md
@@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
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
16
## [1.0.1] - 2025-12-28
17
### Fixed
18
- Centralized conditional operator validation to prevent desynchronization between `ConditionalEngine` and `ValidationOrchestrator`
0 commit comments