Commit aae9a7a 1 parent bc31643 commit aae9a7a Copy full SHA for aae9a7a
File tree 2 files changed +24
-1
lines changed
2 files changed +24
-1
lines changed Original file line number Diff line number Diff line change
1
+ # [ 1.0.0-beta.5] ( https://github.com/jquense/yup/compare/v1.0.0-beta.4...v1.0.0-beta.5 ) (2022-08-19)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * coarce -> coerce ([ #1677 ] ( https://github.com/jquense/yup/issues/1677 ) ) ([ 99aa257] ( https://github.com/jquense/yup/commit/99aa25787a8ff15fe42e54db88ec3ed547357302 ) )
7
+ * ** docs:** correct typo "coarce" to "coerce" ([ #1654 ] ( https://github.com/jquense/yup/issues/1654 ) ) ([ f29ff71] ( https://github.com/jquense/yup/commit/f29ff71e4ae04927d85a00a993a014de652ae9fe ) )
8
+
9
+
10
+ ### Features
11
+
12
+ * add cast nullability migration path. ([ #1749 ] ( https://github.com/jquense/yup/issues/1749 ) ) ([ 2bb099e] ( https://github.com/jquense/yup/commit/2bb099e26f62dd4734fe7bd525d011ce2b1583b5 ) )
13
+ * better Lazy types and deepPartial fixes ([ #1748 ] ( https://github.com/jquense/yup/issues/1748 ) ) ([ e4ae6ed] ( https://github.com/jquense/yup/commit/e4ae6edeb171f25c43ca9367038ad5f09ce9de7c ) )
14
+
15
+
16
+ ### BREAKING CHANGES
17
+
18
+ * The types for Lazy have changes a bit, it's unlikely that this affects anyone but it is technically a breaking change.
19
+
20
+
21
+
22
+
23
+
1
24
# [ 1.0.0-beta.4] ( https://github.com/jquense/yup/compare/v1.0.0-beta.3...v1.0.0-beta.4 ) (2022-04-10)
2
25
3
26
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " yup" ,
3
- "version" : " 1.0.0-beta.4 " ,
3
+ "version" : " 1.0.0-beta.5 " ,
4
4
"description" : " Dead simple Object schema validation" ,
5
5
"main" : " lib/index.js" ,
6
6
"module" : " lib/index.esm.js" ,
You can’t perform that action at this time.
0 commit comments