Commit 2595f60
authored
File tree
734 files changed
+25790
-7624
lines changed- .github
- actions/environment
- workflows
- codemod
- migrate-to-v0.31.0
- zod-to-valibot
- __testfixtures__
- any-schema
- array-element
- array-nonempty
- array-schema
- array-validation-methods
- bigint-validation-methods
- coerce-bigint-schema
- coerce-boolean-schema
- coerce-date-schema
- coerce-number-schema
- coerce-string-schema
- custom-schema
- date-validation-methods
- default-import-with-alias
- default-import-with-specific-alias
- default-import
- default
- describe
- discriminated-union-schema
- instanceof-schema
- intersection-schema
- literal-schema
- map-schema
- multiple-imports-from-zod
- named-import-with-alias
- named-import-with-specific-alias
- named-import
- namespace-import
- nan-schema
- native-enum
- never-schema
- null-schema
- nullable-schema
- nullish-schema
- number-validation-methods
- object-catchall
- object-deepPartial
- object-extend
- object-keyof
- object-merge
- object-omit
- object-partial
- object-passthrough
- object-pick
- object-required
- object-shape
- object-strict
- object-strip
- optional-schema
- or
- parsing
- readonly
- record-schema
- refine
- schema-chain
- schema-options
- set-schema
- set-validation-methods
- specific-default-import
- specific-namespace-import
- string-validation-methods
- symbol-schema
- transform
- tuple-schema
- type-inference
- undefined-schema
- union-schema
- unknown-schema
- validation-error-msg
- void-schema
- zod-enum
- src
- transform
- imports
- schemas-and-links
- methods
- array
- catchall
- deepPartial
- default
- exclude
- extend
- extract
- keyof
- merge
- nullable
- nullish
- omit
- optional
- or
- parseAsync
- parse
- partial
- passthrough
- pick
- refine
- required
- rest
- safeParseAsync
- safeParse
- strict
- strip
- transform
- unwrap
- properties
- schemas
- any
- array
- bigint
- boolean
- custom
- date
- discriminatedUnion
- enum
- instanceof
- intersection
- literal
- map
- nan
- nativeEnum
- never
- nullable
- null
- number
- object
- optional
- record
- set
- string
- symbol
- tuple
- undefined
- union
- unknown
- void
- validators
- base64
- cuid2
- datetime
- date
- describe
- email
- emoji
- endsWith
- finite
- gte
- gt
- includes
- int
- ip
- length
- lte
- lt
- max
- min
- multipleOf
- nanoid
- negative
- nonempty
- nonnegative
- nonpositive
- positive
- readonly
- regex
- safe
- size
- startsWith
- time
- toLowerCase
- toUpperCase
- trim
- ulid
- url
- uuid
- library
- src
- actions
- examples
- isbn
- utils
- partialCheck
- utils/_isPartiallyTyped
- rawCheck
- rawTransform
- toBigint
- toBoolean
- toDate
- toNumber
- toString
- methods
- forward
- getExamples
- utils/_getWordCount
- packages
- i18n
- scripts
- to-json-schema
- src/converters/convertAction
- prompts
- website
- scripts
- src
- components
- hooks
- logos
- routes
- (legal)
- contact
- privacy
- api
- (actions)
- cuid2
- decimal
- digits
- email
- examples
- flavor
- ip
- isbn
- mac
- maxGraphemes
- nanoid
- partialCheck
- ValidPaths
- rawCheck
- AddIssue
- rawTransform
- AddIssue
- rfcEmail
- slug
- stringifyJson
- toBigint
- toBoolean
- toDate
- toNumber
- toString
- transform
- values
- value
- (async)
- arrayAsync
- customAsync
- exactOptionalAsync
- fallbackAsync
- forwardAsync
- getDefaultsAsync
- getFallbacksAsync
- intersectAsync
- lazyAsync
- looseObjectAsync
- looseTupleAsync
- nonNullableAsync
- nonNullishAsync
- nonOptionalAsync
- nullableAsync
- nullishAsync
- objectAsync
- objectWithRestAsync
- optionalAsync
- parseAsync
- partialAsync
- partialCheckAsync
- pipeAsync
- recordAsync
- requiredAsync
- strictObjectAsync
- strictTupleAsync
- transformAsync
- tupleAsync
- tupleWithRestAsync
- undefinedableAsync
- unionAsync
- (methods)
- assert
- config
- fallback
- flatten
- forward
- ValidPath
- getDefaults
- getDescription
- getExamples
- getFallbacks
- getMetadata
- getTitle
- is
- message
- omit
- parse
- partial
- pick
- pipe
- required
- summarize
- (schemas)
- any
- array
- bigint
- boolean
- custom
- exactOptional
- intersect
- lazy
- looseObject
- looseTuple
- nonNullable
- nonNullish
- nonOptional
- nullable
- nullish
- number
- objectWithRest
- object
- optional
- picklist
- record
- strictObject
- strictTuple
- string
- tupleWithRest
- tuple
- undefinedable
- union
- unknown
- (types)
- DeepPickN
- ExamplesAction
- FlatErrors
- InferDefaults
- InferDefault
- InferExamples
- InferFallbacks
- InferFallback
- InferMetadata
- InferNonNullableInput
- InferNonNullableIssue
- InferNonNullableOutput
- InferNonNullishInput
- InferNonNullishIssue
- InferNonNullishOutput
- InferNonOptionalInput
- InferNonOptionalIssue
- InferNonOptionalOutput
- InferRecordInput
- InferRecordOutput
- IsbnAction
- IsbnIssue
- IssueDotPath
- Path
- RawCheckAddIssue
- RawCheckContext
- RawCheckIssueInfo
- RawTransformAddIssue
- RawTransformContext
- RawTransformIssueInfo
- RequiredPaths
- RequiredPath
- SchemaWithPartialAsync
- SchemaWithPartial
- SchemaWithRequiredAsync
- SchemaWithRequired
- ToBigintAction
- ToBigintIssue
- ToBooleanAction
- ToDateAction
- ToDateIssue
- ToNumberAction
- ToNumberIssue
- ToStringAction
- ToStringIssue
- VariantOptionAsync
- VariantOption
- blog
- (posts)
- first-draft-of-the-new-pipe-function
- how-valibot-has-evolved-this-year
- json-schema-package-upgrade
- should-we-change-the-object-schema
- should-we-change-valibots-api
- valibot-v0.31.0-is-finally-available
- valibot-v1-rc-is-available
- valibot-v1-the-1-kb-schema-library
- valibot-v1.1-release-notes
- valibot-v1.2-release-notes
- guides
- (advanced)
- async-validation
- internationalization
- json-schema
- naming-convention
- (get-started)
- comparison
- ecosystem
- introduction
- llms-txt
- quick-start
- use-cases
- (main-concepts)
- infer-types
- issues
- mental-model
- methods
- parse-data
- pipelines
- schemas
- (migration)
- migrate-from-ajv
- migrate-from-joi
- migrate-from-yup
- migrate-from-zod
- zod
- v3
- v4
- migrate-to-v0.31.0
- (schemas)
- arrays
- enums
- intersections
- objects
- optionals
- other
- unions
- playground
- styles
- utils
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
734 files changed
+25790
-7624
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | 29 | | |
37 | | - | |
38 | 30 | | |
39 | 31 | | |
40 | 32 | | |
41 | 33 | | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | 34 | | |
50 | | - | |
51 | 35 | | |
52 | 36 | | |
53 | 37 | | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| |||
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
51 | | - | |
| 51 | + | |
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
| 64 | + | |
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| |||
74 | 74 | | |
75 | 75 | | |
76 | 76 | | |
77 | | - | |
| 77 | + | |
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
| |||
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
90 | | - | |
| 90 | + | |
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
| |||
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
103 | | - | |
| 103 | + | |
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
| |||
113 | 113 | | |
114 | 114 | | |
115 | 115 | | |
116 | | - | |
| 116 | + | |
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
| |||
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
129 | | - | |
| 129 | + | |
130 | 130 | | |
131 | 131 | | |
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
58 | | - | |
| 58 | + | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
80 | | - | |
| 80 | + | |
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
| |||
96 | 96 | | |
97 | 97 | | |
98 | 98 | | |
99 | | - | |
| 99 | + | |
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
| |||
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
121 | | - | |
| 121 | + | |
122 | 122 | | |
123 | 123 | | |
124 | 124 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| 37 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
61 | | - | |
62 | | - | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
13 | | - | |
14 | | - | |
| 13 | + | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
0 commit comments