Skip to content

Commit e6d98f6

Browse files
committed
changelog
1 parent c299215 commit e6d98f6

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

packages/convex-helpers/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
33
## 0.1.101 alpha
44

55
- 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
613

714
## 0.1.100
815

0 commit comments

Comments
 (0)