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
* feat(FormApi): add standard schema validator wrapper
* feat(form-core): add parseValueWithSchema methods
* docs: add parseValueWithSchema documentation
* refactor(form-core): rename FormApi#parseValuesWithSchema
This is to be consistent with other methods
that include the word Values.
* refactor(form-core): adjust unit tests for parseValuesWithSchema
* refactor(FormApi): rename parseFieldValuesWithSchema
Since we don't pass a field to the method, the term
shouldn't be included in the method name.
* docs: generate
Copy file name to clipboardExpand all lines: docs/reference/interfaces/standardschemav1issue.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ title: StandardSchemaV1Issue
7
7
8
8
# Interface: StandardSchemaV1Issue
9
9
10
-
Defined in: [packages/form-core/src/standardSchemaValidator.ts:144](https://github.com/TanStack/form/blob/main/packages/form-core/src/standardSchemaValidator.ts#L144)
10
+
Defined in: [packages/form-core/src/standardSchemaValidator.ts:159](https://github.com/TanStack/form/blob/main/packages/form-core/src/standardSchemaValidator.ts#L159)
11
11
12
12
The issue interface of the failure output.
13
13
@@ -19,7 +19,7 @@ The issue interface of the failure output.
19
19
readonlymessage: string;
20
20
```
21
21
22
-
Defined in: [packages/form-core/src/standardSchemaValidator.ts:148](https://github.com/TanStack/form/blob/main/packages/form-core/src/standardSchemaValidator.ts#L148)
22
+
Defined in: [packages/form-core/src/standardSchemaValidator.ts:163](https://github.com/TanStack/form/blob/main/packages/form-core/src/standardSchemaValidator.ts#L163)
Defined in: [packages/form-core/src/standardSchemaValidator.ts:152](https://github.com/TanStack/form/blob/main/packages/form-core/src/standardSchemaValidator.ts#L152)
34
+
Defined in: [packages/form-core/src/standardSchemaValidator.ts:167](https://github.com/TanStack/form/blob/main/packages/form-core/src/standardSchemaValidator.ts#L167)
Copy file name to clipboardExpand all lines: docs/reference/type-aliases/standardschemav1.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ title: StandardSchemaV1
11
11
typeStandardSchemaV1<Input, Output> =object;
12
12
```
13
13
14
-
Defined in: [packages/form-core/src/standardSchemaValidator.ts:83](https://github.com/TanStack/form/blob/main/packages/form-core/src/standardSchemaValidator.ts#L83)
14
+
Defined in: [packages/form-core/src/standardSchemaValidator.ts:98](https://github.com/TanStack/form/blob/main/packages/form-core/src/standardSchemaValidator.ts#L98)
0 commit comments