validarium icon indicating copy to clipboard operation
validarium copied to clipboard

🛡Agnostic validation library for JavaScript applications.

Results 26 validarium issues
Sort by recently updated
recently updated
newest added

src/index.js only exports translateMessage as default

Right now there are just a few validations that are not even categorized. - Categorize validations by JSDoc custom parameter @category - Number, String, ... - Extend our portfolio of...

enhancement
high priority

It would be useful to have async validations based on Promises since it is the most convenient JS solution.

I think it would be useful to have conditional validations. Like ``` validate({ firstName: { validations: [isRequired, ...], conditions: [isUserPresent, ...]}, }) ``` conditions should get all form values. Or...

- Main README should contain sections: - Features - what the lib is for - Installation - Getting started - Guides - How to implement own validations - Integration to...

enhancement
high priority

Bumps [json5](https://github.com/json5/json5) from 2.1.1 to 2.2.3. Release notes Sourced from json5's releases. v2.2.3 Fix: [email protected] is now the 'latest' release according to npm instead of v1.0.2. (#299) v2.2.2 Fix: Properties...

dependencies