|
1 | 1 | v0.22.1 - Thu, 12 Oct 2017 14:49:16 GMT |
2 | 2 | --------------------------------------- |
3 | 3 |
|
4 | | - |
5 | | - |
| 4 | +- Fix bug in browsers without symbol [#132](https://github.com/jquense/yup/pull/132) |
6 | 5 |
|
7 | 6 |
|
8 | 7 | v0.22.0 - Sat, 26 Aug 2017 14:48:57 GMT |
9 | 8 | --------------------------------------- |
10 | 9 |
|
11 | 10 | ** Breaking ** |
12 | | -- Use native Set and lodash CloneDeep: (#109)[https://github.com/jquense/yup/pull/109] |
| 11 | +- Use native Set and lodash CloneDeep: [#109](https://github.com/jquense/yup/pull/109) |
13 | 12 |
|
14 | 13 | ** Fixes and Features |
15 | | -- Better custom locale support: (#105)[https://github.com/jquense/yup/pull/105] |
16 | | -- fix some messages: (#112)[https://github.com/jquense/yup/pull/112] |
17 | | -- Clearer errors for common mistakes: (#108)[https://github.com/jquense/yup/pull/108] |
18 | | -- New string validation length: (#67)[https://github.com/jquense/yup/pull/67] |
| 14 | +- Better custom locale support: [#105](https://github.com/jquense/yup/pull/105) |
| 15 | +- fix some messages: [#112](https://github.com/jquense/yup/pull/112) |
| 16 | +- Clearer errors for common mistakes: [#108](https://github.com/jquense/yup/pull/108) |
| 17 | +- New string validation length: [#67](https://github.com/jquense/yup/pull/67) |
19 | 18 |
|
20 | 19 | v0.21.3 - Wed, 18 Jan 2017 15:39:25 GMT |
21 | 20 | --------------------------------------- |
@@ -309,4 +308,4 @@ __breaking__ |
309 | 308 | - isValid is now async, provide a node style callback, or use the promise the method returns to read the validity. This change allows for more robust validations, specifically remote ones for client code (or db queries for server code). The cast method is still, and will remain, synchronous. |
310 | 309 | - |
311 | 310 | __other changes__ |
312 | | -- added validate method (also async) which resolves to the value, and rejects with a new ValidationError |
| 311 | +- added validate method (also async) which resolves to the value, and rejects with a new ValidationError |
0 commit comments