We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cadbae5 commit 7b46b40Copy full SHA for 7b46b40
index.html
@@ -543,6 +543,13 @@ <h2>Overview</h2>
543
the <code>allow_nil</code> option. I find it quite common that you
544
want to have constraints on an optional attribute.<br>
545
</p>
546
+ <p>
547
+ One core value of this library is that nothing should be private or
548
+ inaccessable. If you want to modify which values are considered
549
+ empty for example you can simply overwrite
550
+ <code>validate.isEmpty</code>, this way you don't have to wait for
551
+ a pull request to be accepted or create a fork.
552
+ </p>
553
<div id="supported-runtimes">
554
<h3>Supported runtimes</h3>
555
<p>
0 commit comments