-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Add `VALUES`, `KEYS`, and `CLASS` symbol constants - Remove `_any` key and use `VALUES` to provide the same functionality - Add `KEYS` functionality to check type or case of object keys, e.g. camelCase or kebab-case - Add `CLASS` functionality to check the class of an object - Add string case checkers for e.g. variable names (kebab-case, camelCase, snake_case etc) - `upper` and `lower` checkers work differently (all characters must be UPPERCASE/lowercase) - Rename `int+`, `int-` checkers to `+int` and `-int` - Add '+' modifier to check for non-empty values with any checker - Remove hardcoded '+' checkers like `lower+`, `object+` - Remove `uppercase` and `lowercase` checkers for consistency
- Loading branch information
Showing
2 changed files
with
16 additions
and
5 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