-
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
c39630f
commit 937e080
Showing
2 changed files
with
12 additions
and
2 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
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 +1,11 @@ | ||
This project is still in beta. Release notes won't be tracked until it is out of beta. | ||
# Release Notes | ||
|
||
## Version 1.0.0 | ||
Released May 26, 2023 | ||
|
||
The initial release! | ||
* Syntax that is available to be used in this release: Simple rules (number/string/object/etc), primitive literals, any/unknown, property rules (the object-like syntax), arrays, tuples, unions, intersection, and iterable matching syntax. Parentheses and comments also work as expected. | ||
* Supported values that can be interpolated into a validator: primitives, classes (and functions), regular expressions, and special objects provided by this library. | ||
* Available properties on the validator instance: .matches(), .assertMatches(), .assertionTypeGuard(), .assertArgs(), and .ruleset | ||
* Available static properties found on the validator template tag: .from(), .fromRuleset(), .lazy(), .expectTo() | ||
* Other available exports: ValidatorSyntaxError |