-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
908f8fd
commit 29f639d
Showing
1 changed file
with
8 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,11 @@ | ||
# Changelog | ||
|
||
## v0.0.2 - 2023-08-26 | ||
|
||
A few changes to make quick validation of an entire class a little easier. | ||
|
||
- [feat] Added passed and failed methods to the Validated class. | ||
- [change] The second parameters of the property method is now nullable. | ||
- [fix] Minor bug fix converting array to string when validation array length. | ||
- [tests] Added a test for custom rules. | ||
- [tests] Added a test for validating the length of an array. |