We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d7c327 commit f27fa44Copy full SHA for f27fa44
CHANGELOG.md
@@ -1,3 +1,14 @@
1
+# [1.6.0](https://github.com/jquense/yup/compare/v1.5.0...v1.6.0) (2024-12-16)
2
+
3
4
+### Features
5
6
+* expose LazySchema ([2b0f126](https://github.com/jquense/yup/commit/2b0f1264083fccb646f7f6bd43adfbff2caaf295))
7
8
9
10
11
12
# [1.5.0](https://github.com/jquense/yup/compare/v1.4.0...v1.5.0) (2024-12-03)
13
14
package.json
@@ -1,6 +1,6 @@
{
"name": "yup",
- "version": "1.5.0",
+ "version": "1.6.0",
"description": "Dead simple Object schema validation",
"main": "lib/index.js",
"module": "lib/index.esm.js",
0 commit comments