validator
Here are 1,641 public repositories matching this topic...
-
Updated
Mar 28, 2022 - TypeScript
-
Updated
Mar 27, 2022 - TypeScript
-
Updated
Mar 28, 2022 - TypeScript
-
Updated
Mar 30, 2022 - TypeScript
-
Updated
Mar 31, 2022 - Go
-
Updated
Mar 27, 2022 - PHP
Middleware fail fast
I managed to find a way to fail-fast the validation chain with bail, but what about failing fast the middleware list?
Say, I have
.post(
'/somewhere',
body('name').exists(),
body('phoneNumber').exists(),
handleStuff
)
If the name validation fails, I don't care to check phoneNumber anymore... Wasn't able to find a way to fail fast in this case. In the case
-
Updated
Jan 20, 2022 - Go
-
Updated
Mar 27, 2022 - Vue
-
Updated
Mar 28, 2022 - PHP
-
Updated
Mar 28, 2022 - C#
-
Updated
Mar 5, 2022 - Dart
-
Updated
Mar 16, 2022 - PHP
Description
It would be great if validator skipped certain expressions.
A case I noticed this could be useful is a framework that allows using javascript expressions as attribute values in XML.
The format is usually like this:
<tagName value="5" text="{{ isVisible && isEditable }}"/>
<tagName value="5" text="{{ array.length > 5 }}"/>
As you can see, there is the case of u
Update README.md
We need to update our README.md file before the 1.0 release.
-
Updated
Mar 10, 2022 - Go
Here is an example of current error message:
The 'email_address' field must not be empty.
Is there a way to pass field label into schema so the error message is displayed like so:
The 'Email Address' field must not be empty.
I know we can use custom messages for each field but curious if there's a lazier approach here :)
-
Updated
Mar 1, 2022 - Go
-
Updated
Mar 27, 2022 - Java
-
Updated
Mar 1, 2022 - JavaScript
-
Updated
Mar 28, 2022 - TypeScript
-
Updated
Mar 26, 2022 - JavaScript
- Guidance on adding a linter new rule-action (if none of the existing ones can perform the action, or be extended)
- Expand on guidelines re: keeping commits to logical areas of the code / individual packages where possible
- Use of
conventional-commit
standard going forward - Advice not to include any
package-lock.json
changes PRs, for security reasons. File will be regene
-
Updated
Mar 15, 2022 - Java
Improve this page
Add a description, image, and links to the validator topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the validator topic, visit your repo's landing page and select "manage topics."
I would like to give this to the people who are new and would like to start contributing to validator.js.
The current version in
isMobilePhone validation
, we have less than 195 phone validations i.eIn the code https://github.com/validatorjs/validator.js/blob/master/src/lib/isMobilePhone.js, the validations exist from line 5 to line 119, which means we have probably 119 - 5 countries phone