Skip to content

v0.4.0

Choose a tag to compare

@github-actions github-actions released this 14 Oct 07:25
· 10 commits to main since this release

Minor Changes

  • fcbc004: - vendor: @convex-dev/better-auth 0.9.5 and [email protected]

    • fix: swap old and new doc params in onUpdate trigger

      BREAKING CHANGE: 2nd and 3rd params in onUpdate trigger are swapped.
      Previously: onUpdate(ctx, oldDoc, newDoc)
      Now: onUpdate(ctx, newDoc, oldDoc)