Skip to content

Commit fa95c31

Browse files
committed
chore: release v0.13.0
- enum(), const(), outputKey() validators - GitHub Actions CI - Mago formatting and tooling updates
1 parent 3046666 commit fa95c31

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file.
44

55
## [Unreleased]
66

7+
## [0.13.0] - 2026-03-06
8+
79
### Added
810

911
- `enum(class-string<\BackedEnum> $enumClass, ?string $message = null)` on `FieldValidator` for PHP BackedEnum validation; restricts the value to one of the enum's backed cases (int or string); available on all validator types; use `enum(StatusEnum::class)` instead of `in(array_map(fn($e) => $e->value, StatusEnum::cases()))`

0 commit comments

Comments
 (0)