Skip to content

Commit 712143f

Browse files
committed
npm 0.1.100
1 parent de6542f commit 712143f

File tree

3 files changed

+8
-3
lines changed

3 files changed

+8
-3
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/convex-helpers/CHANGELOG.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,18 @@
11
# Changelog
22

3-
## 0.1.100 alpha
3+
## 0.1.100
44

55
- Custom Functions now can take dynamic parameters for each function
66
they define (e.g. each custom query providing a "role" it expects)
7+
- Custom Functions can provide an "onSuccess" callback to do final
8+
things after the inner function succeeds. Throwing fails it.
9+
- Custom Functions exposes a customCtxAndArgs utility to help with types
710
- Trigger DB wrapper is now an object, not a class when using
811
`.wrapDB()` or `writerWithTriggers` explicitly (credit: front-depiction)
912
- zodToConvex now transforms to more specific zod types (credit: Firephoenix25)
1013
- `crud` helper works for tables with top-level unions
14+
- `paginator` works over indexes including `undefined` values.
15+
- `Mod` type is deprecated - renamed to `Customization`
1116

1217
## 0.1.99
1318

packages/convex-helpers/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "convex-helpers",
3-
"version": "0.1.100-alpha.2",
3+
"version": "0.1.100",
44
"description": "A collection of useful code to complement the official convex package.",
55
"type": "module",
66
"bin": {

0 commit comments

Comments
 (0)