validator
validator copied to clipboard
Rule-based data validation library in Node.js
Hello again, I continue using your library in my projects and now I have to validate an array of objects. In Laravel it is done as follows. $rules = [...
Bumps the npm_and_yarn group with 3 updates in the / directory: [braces](https://github.com/micromatch/braces), [ejs](https://github.com/mde/ejs) and [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite). Bumps the npm_and_yarn group with 2 updates in the /demo directory: [braces](https://github.com/micromatch/braces) and [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite). Bumps...
Bumps the npm_and_yarn group with 1 update in the / directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite). Bumps the npm_and_yarn group with 2 updates in the /docs directory: [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) and [follow-redirects](https://github.com/follow-redirects/follow-redirects). Updates `vite` from 5.1.3...
I suggest to add `DEFINED_RULES` use on docs. This is an example: ```js import { validate, setLocales, register, en, pt, DEFINED_RULES } from "robust-validator"; const isObjectRule = (value) => {...
Bumps the npm_and_yarn group with 2 updates in the / directory: [vitest](https://github.com/vitest-dev/vitest/tree/HEAD/packages/vitest) and [@vitest/coverage-v8](https://github.com/vitest-dev/vitest/tree/HEAD/packages/coverage-v8). Updates `vitest` from 1.3.0 to 1.6.1 Release notes Sourced from vitest's releases. v1.6.1 This release includes...
@ozziest it seems that #70 and #71 didn't solved the issue described in #67. I checked quickly my test-case in #67 and I realised that the test-case didn't represented the...