fabian-hiller / valibot

The modular and type safe schema library for validating structural data 🤖
https://valibot.dev
MIT License
5.88k stars 181 forks source link

feat(rewrite-with-pipe): `notLength`, `notValue` and `notSize` #580

Closed AndreyYolkin closed 3 months ago

AndreyYolkin commented 3 months ago

This PR adds last missing actions to #502

AndreyYolkin commented 3 months ago

I'll mark PR as ready, but consider review the tests for notValue, as some type conversions are not trivial and probably we need a better coverage for them

fabian-hiller commented 3 months ago

That's fine. I will review all the code before merging anyway. Thank you very much!