You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+30-9
Original file line number
Diff line number
Diff line change
@@ -1,23 +1,44 @@
1
+
# 2.0.4 (2019-10-09)
2
+
3
+
* fix isEmptyVal doesn't always return a boolean [#617](https://github.com/Knockout-Contrib/Knockout-Validation/issues/617)
4
+
5
+
* fix maxLength message for Sweedish translation [c3468ae](https://github.com/Knockout-Contrib/Knockout-Validation/commit/c3468ae62462ad68d0bdbb42c2c9fdfa7b91a71c), [#668](https://github.com/Knockout-Contrib/Knockout-Validation/pull/668), [#581](https://github.com/Knockout-Contrib/Knockout-Validation/pull/581)
6
+
7
+
* update CI configuration - target newer Node.js versions and configure AppVeyor [0a5bc13](https://github.com/Knockout-Contrib/Knockout-Validation/commit/0a5bc1397e1698548729d1dc3364f015fc603e44)
8
+
9
+
* 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](https://github.com/Knockout-Contrib/Knockout-Validation/commit/b932885a3a5fd5546889a176bd98bb732ad86c2b)
10
+
11
+
* improve example for custom rules usage [#609](https://github.com/Knockout-Contrib/Knockout-Validation/pull/609)
12
+
13
+
* save as a dependency instead when installing via Bower [#643](https://github.com/Knockout-Contrib/Knockout-Validation/pull/643)
* use `peerDependencies` for npm package dependencies #528
18
-
*`validationElement` and `validationMessage` bindings throw if observable is not validatable #519
19
-
* validation cannot be removed from attached observable #526
20
-
* localization may not work in node.js; some files were still not working with RequireJS #509
38
+
* use `peerDependencies` for npm package dependencies [#528](https://github.com/Knockout-Contrib/Knockout-Validation/issues/528)
39
+
*`validationElement` and `validationMessage` bindings throw if observable is not validatable [#519](https://github.com/Knockout-Contrib/Knockout-Validation/issues/519)
40
+
* validation cannot be removed from attached observable [#526](https://github.com/Knockout-Contrib/Knockout-Validation/issues/526)
41
+
* localization may not work in node.js; some files were still not working with RequireJS [#509](https://github.com/Knockout-Contrib/Knockout-Validation/issues/509)
21
42
* Nuget package will contain the same file names as for Bower or NPM
22
43
23
44
@@ -28,12 +49,12 @@ This release enables [cdnjs](https://cdnjs.com/libraries/knockout-validation) np
28
49
29
50
### Bug Fixes
30
51
31
-
* Localization loading randomly breaks when using requirejs #509
52
+
* Localization loading randomly breaks when using requirejs [#509](https://github.com/Knockout-Contrib/Knockout-Validation/issues/509)
32
53
33
54
34
55
### Localization
35
56
36
-
* add localization file for Chinese - Taiwan (zh-TW) #513
57
+
* add localization file for Chinese - Taiwan (zh-TW) [#513](https://github.com/Knockout-Contrib/Knockout-Validation/pull/513)
0 commit comments