Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 12 additions & 3 deletions packages/convex-helpers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,17 @@
# Changelog

## 0.1.105 alpha

- Add more type safety to onSuccess
## 0.1.105

- **convex-helpers now supports Zod 4!** (#840)
- The new methods that support Zod 4 can be found in `convex-helpers/server/zod4`
- Existing types and methods for Zod 3 support have been moved
(`convex-helpers/server/zod` → `convex-helpers/server/zod3`)
- Thanks to @ksinghal and @natedunn for their contributions to this improvement.
- Zod 3 support: fix the return types of `zodOutputToConvex` for objects and unions
(credit: gari-ix)
- Zod 3 support: improve the type safety of `onSuccess` in custom function builders
- Sessions: If the only argument to a session function is the sessionId,
allow omitting args in React.

## 0.1.104

Expand Down
Loading