fluentvalidation-ts icon indicating copy to clipboard operation
fluentvalidation-ts copied to clipboard

A TypeScript-first library for building strongly-typed validation rules

Results 23 fluentvalidation-ts issues
Sort by recently updated
recently updated
newest added

Bumps [async](https://github.com/caolan/async) from 2.6.3 to 2.6.4. Changelog Sourced from async's changelog. v2.6.4 Fix potential prototype pollution exploit (#1828) Commits c6bdaca Version 2.6.4 8870da9 Update built files 4df6754 update changelog 8f7f903...

dependencies

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

Bumps [prismjs](https://github.com/PrismJS/prism) from 1.23.0 to 1.27.0. Release notes Sourced from prismjs's releases. v1.27.0 Release 1.27.0 v1.26.0 Release 1.26.0 v1.25.0 Release 1.25.0 v1.24.1 Release 1.24.1 v1.24.0 Release 1.24.0 Changelog Sourced from...

dependencies

Bumps [shelljs](https://github.com/shelljs/shelljs) from 0.8.4 to 0.8.5. Release notes Sourced from shelljs's releases. v0.8.5 This was a small security fix for #1058. Commits 70668a4 0.8.5 d919d22 fix(exec): lockdown file permissions (#1060)...

dependencies

Bumps [set-getter](https://github.com/doowb/set-getter) from 0.1.0 to 0.1.1. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=set-getter&package-manager=npm_and_yarn&previous-version=0.1.0&new-version=0.1.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

I have used https://fluentvalidation.net/, which the docs for this library reference as an influence for this library, and indeed they do look very similar. In the C# version, I can...

enhancement

Need ability to get back all errors on validation, instead of stopping when a rule fails. Currently have an object with an array of objects, and I want to continue...

enhancement

Your library looks awesome, except one little part. When I change a name of a property I want the Typescript compiler to throw me a warning about where that property...

enhancement

This bit be today - the method is called `scalePrecision` yet the parameters are `precision` _then_ `scale`. ![image](https://github.com/AlexJPotter/fluentvalidation-ts/assets/10264021/a9f7d803-085b-43ed-ad3f-0daa12138ba3)

enhancement

How Can I do the Date Validations? I didn't find any references

enhancement