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 c299215 commit e6d98f6Copy full SHA for e6d98f6
packages/convex-helpers/CHANGELOG.md
@@ -3,6 +3,13 @@
3
## 0.1.101 alpha
4
5
- Improved Zod union type (credit:Firephoenix25)
6
+- Fixes zCustom\* function type inference regression
7
+- Adds a helper function `addFieldsToValidator` which recursively adds fields
8
+ to either a `{ key: v.string() }`, a `v.object(..)`, or `v.union(...` of objects/unions.
9
+- Tightens the types when not using extra args, so it catches typos
10
+- Removes the long-deprecated "output" argument (use `returns` instead)- Improved Zod union type (credit:Firephoenix25)
11
+- Bumps the Convex peer dependency as we rely on compareValues (credit:nicolas)
12
+- Exports types for QueryStream
13
14
## 0.1.100
15
0 commit comments