-
fix isEmptyVal doesn't always return a boolean #617
-
fix maxLength message for Sweedish translation c3468ae, #668, #581
-
update CI configuration - target newer Node.js versions and configure AppVeyor 0a5bc13
-
upgrade QUnit testing framework to version 2.9.2 and target more versions of Knockout in CI (2.3.0, 3.4.2, 3.5.0) b932885
-
improve example for custom rules usage #609
-
save as a dependency instead when installing via Bower #643
-
add Slovak - Slovak Republic (sk-SK) localization #605
-
add Ukrainian - Ukraine (uk-UA) localization #648
-
add Finnish - Finland (fi-FI) localization #639
- Add Arabic - Jordan (ar-JO) localization #546
- use
peerDependencies
for npm package dependencies #528 validationElement
andvalidationMessage
bindings throw if observable is not validatable #519- validation cannot be removed from attached observable #526
- localization may not work in node.js; some files were still not working with RequireJS #509
- Nuget package will contain the same file names as for Bower or NPM
This release enables cdnjs npm auto-update and fixes localization loading issue with RequireJS.
- Localization loading randomly breaks when using requirejs #509
- add localization file for Chinese - Taiwan (zh-TW) #513
- new localization files: Hebrew, Italian, Persian, Hungarian, Croatian, Brazilian, Japanese, Swedish, Norwegian, Chinese, German, Catalan, Danish, Korean, Latvian, Romanian, Bulgarian, Portuguese, Czech, Turkish #165, #177, #196, #201, #203, #204, #212, #221, #261, #270, #322, #327, #329, #340, #378, #411, #415, #416, #430, #467
- add config option
errorsAsTitle
to disable setting element 'title' with error description. Default istrue
#168 - add config option
grouping.live
to react to changes to observableArrays #223 - add config option
decorateElementOnModified
#320 - add config option
allowHtmlMessages
for allowing HTML in validation messages #364 - add config option
validate.throttle
to implement throttling for validation #344 - add support for HTML5 date, email and number input types #130
- decorate radio buttons using checked binding #193
- Number validator - Allow numbers starting with point. #236
- step rule supports value
any
#271 - remove dependency on jQuery #318
- update knockout dependency to v3.0.0 #358
- add
setRules
method #337 - min and max validation use type attribute to determine behavior #355
- make library available through npm #357
- support observable params for validators #363
- min and max rules work with Date observables #459
- allow grouping options to be specified to
validatedObservable
#461 - add version in banner #428
- add support for
textInput
binding #451 - add support for
selectedOptions
binding #426 - add basic collection methods to errors, exposing raw validatables. #449
- ko.validation.group does not resolve deferred computed values unless they have rules defined on them. #163
- make localization files AMD and CommonJS/Node compatible #492
- enable loading of multiple locales and add possibility to switch between them #492
- unwrap parameters before using them in
formatMessage
#235 - make attached error property to be observable #247, #173
- grouping options does not overwrite global configuration options #248
- titles are not reset when data becomes valid #170
- reorder
phoneUS
validation checks to preserve optional properties if observable is not initialized or null. #234 - fix memory leaks in
addAnonymousRule
rules #346 - handle rule
params
which may be undefined #334 unique
rule can behave incorrectly for external values #365- use update binding handler instead of utility method setTextContent #368
onlyIf
doesn’t affect anonymous validation rule #374- fix group returns observables in errors array, not the value of each error #383
- fix initial value for isValid of
validatedObservable
#387 - fix check for knockout library #447
- make
formatMessage
aware if min and max rules were created from Javascript #385 writeInputAttributes
fails when anonymous rules are used #400maxLength
rule fails if the value (of the observable) is a number #457applyBindingsWithValidation
fails when called with viewModel and options #137applyBindingsWithValidation
should extend provided config #472dateISO
rule accepts months or days outside the valid range #265writeInputValidationAttributes
does not support write HTML5 attributes correctly whenparams
is observable #481- prevent
ko.validation.group
to notify with intermediary validation state #99 - grouping over validatedObservable objects is not possible #494
showAllMessages
throws when accessingisModified
when grouping over validatedObservable instances #269validatedObservable
does not react when its value changes #442- updating a validatedObservable will not reset initial validation result #209
parseInputAttributes
option may duplicate rules when enabled #277
- remove
ko.validation.configure
method,ko.validation.init
must be used instead #496 - rename
decorateElement
todecorateInputElement
#361 - do not change original data by
group
method #465, #225 - loading localization files using
script
tags or with andAMD loader
no longer changes the language automatically. A call toko.validation.locale
is required #506 - rename some localization files due to invalid identifiers, no-NB.js → nb-NO.js, ca-CA.js → ca-ES.js c2d0ec19bc0abea073a4bbabc933e7299aa6af5b
- change project structure #511 - directories are now lowercase