0.33 - applied patches from Lee Carmichael + Form/Validator.js - new validation functions + docs + t/validate.t - and tests! + Form/Validator/Report/InnerHTML.js - and bugfixes! Lee Carmichael is a gentleman and a scholar. 0.32 - documentation tweaks 0.31 - worked around a safari/konqueror bug that affected notBlank - changed examples so that they don't use JSAN.use(), because it doesn't work on Safari (and probably Konqueror as well). 0.30 - added makeOptional() which is a constraint generator that wraps around another function and only runs that other function if the field in question happens to be notBlank. In other words: It only checks the constraint if you've typed something in. - I've separated validation from reporting. You can now pick from 3 different styles of reporting validation failures. * the classic, AlertAll * the Indian-style, AlertFirst ;-) * the modern, InnerHTML, onkeyup actions - Lots and lots of documentation. 0.20 - added new validation function generators. 0.11 - first public release