Skip to content

Releases: niceue/nice-validator

1.0.0

11 Aug 16:42
Compare
Choose a tag to compare

New

#122 Support batch setting field parameters
#215 Support field value getter and setter
#230 Added support for contenteditable tags
#231 Added support for jquery.form plugin
#233 Added support for browserify

Improved

#219 Remove the validation delay from select and checkbox
#227 Set focus on field before DOM ready will cause Uncaught TypeError:
#228 Improved validation of type="number" input

Change

#232 Removed default support for seajs
#235 Removed built-in rule validate

0.10.11

26 May 15:16
Compare
Choose a tag to compare

Fixed

Fixed a submit issue

0.10.9

19 Apr 08:25
Compare
Choose a tag to compare

New

Supports "range(0~100, false)", the false param exculde boundary value

0.10.8

23 Mar 14:54
Compare
Choose a tag to compare

Improved

#225 Supports "remote(cors:URL)" and "remote(jsonp:URL)"
Fixed bower.json config

0.10.5

28 Jan 14:50
Compare
Choose a tag to compare

Improved
#214 Support $form.isValid(validCallback)

0.10.4

26 Jan 14:56
Compare
Choose a tag to compare

Fixed
#216 Prevent infinite loop validation

0.10.3

25 Jan 15:38
Compare
Choose a tag to compare

Improved
#212 The priority of passing rule by DOM is higher than by JS
#213 Improved automatic initializing form validation

0.10.2

18 Jan 15:53
Compare
Choose a tag to compare

Fixed
#206 when timely set to 0, should not hide error when input focusout

Improved
#207 Support default display for {0}

0.10.0

07 Jan 05:02
Compare
Choose a tag to compare

This version has no code changes from "0.9.0", just change the directory structure.

Add the "dist" directory
Add "jquery.validator.min.js"
Update gulpfile

0.9.0

30 Dec 17:30
Compare
Choose a tag to compare

See Issues

New
#200 Add new option 'bindClassTo'

Improved
#202 Optimized remote cache
#203 Support for multiple fields with the same name to add different rules
#204 Improved verify performance when use chinese input