Skip to content

Commit bf15ea3

Browse files
authored
Merge branch 'master' into sync
2 parents 3018aa9 + 5e7e43a commit bf15ea3

File tree

6 files changed

+30
-5382
lines changed

6 files changed

+30
-5382
lines changed

.babelrc

Lines changed: 22 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,24 @@
11
{
22
"presets": [
3-
["jason", {"debug": false }]
4-
]
5-
}
3+
[
4+
"jason",
5+
{
6+
"debug": false
7+
}
8+
]
9+
],
10+
"env": {
11+
"test": {
12+
"presets": [
13+
[
14+
"jason",
15+
{
16+
"debug": true,
17+
"target": "node",
18+
"targets": { "node": "current" }
19+
}
20+
]
21+
]
22+
}
23+
}
24+
}

CHANGELOG.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,20 @@
11
v0.22.1 - Thu, 12 Oct 2017 14:49:16 GMT
22
---------------------------------------
33

4-
5-
4+
- Fix bug in browsers without symbol [#132](https://github.com/jquense/yup/pull/132)
65

76

87
v0.22.0 - Sat, 26 Aug 2017 14:48:57 GMT
98
---------------------------------------
109

1110
** 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)
1312

1413
** 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)
1918

2019
v0.21.3 - Wed, 18 Jan 2017 15:39:25 GMT
2120
---------------------------------------
@@ -309,4 +308,4 @@ __breaking__
309308
- 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.
310309
-
311310
__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

Comments
 (0)