Skip to content

Releases: udecode/kitcn

kitcn@0.15.0

14 May 12:24
4a160f4

Choose a tag to compare

Minor Changes

  • #257 d476288 Thanks @zbeyens! - ## Breaking changes

    • Require Convex 1.38.0 or newer for generated apps and peer dependency checks.
    # Before
    bun add convex@1.36.1 kitcn
    
    # After
    bun add convex@1.38.0 kitcn

    Features

    • Support IP-aware rate-limit scaffolds with Convex request metadata.

    Patches

    • Support Expo app adoption and avoid Bun-only Expo scaffolding in npm-launched init flows.
    • Document Convex request metadata for IP-aware rate-limit protection.

@kitcn/resend@0.15.0

14 May 12:24
4a160f4

Choose a tag to compare

@kitcn/resend@0.15.0

kitcn@0.14.3

06 May 13:25
e9d11a4

Choose a tag to compare

Patch Changes

  • #255 0bf1fc2 Thanks @zbeyens! - ## Patches

    • Fix plugin dependency installs to use the project's package manager.

@kitcn/resend@0.14.3

06 May 13:25
e9d11a4

Choose a tag to compare

@kitcn/resend@0.14.3

kitcn@0.14.2

29 Apr 17:20
f9a184b

Choose a tag to compare

Patch Changes

  • 21acedd Thanks @zbeyens! - ## Patches

    • Fix raw Convex auth adoption for TanStack Start apps that do not keep a kitcn provider at the default path.
    • Clarify organization auth guidance for Stripe-style plugin side effects in Convex actions.

@kitcn/resend@0.14.2

29 Apr 17:20
f9a184b

Choose a tag to compare

@kitcn/resend@0.14.2

kitcn@0.14.1

27 Apr 12:57
88179e6

Choose a tag to compare

Patch Changes

  • #251 8ac174c Thanks @zbeyens! - ## Patches

    • Fix ORM updates so timestamp $onUpdateFn hooks can return Date values.

kitcn@0.14.0

27 Apr 10:25
a898a56

Choose a tag to compare

Minor Changes

  • #248 26023d2 Thanks @zbeyens! - ## Breaking changes

    • Require Convex 1.36 or newer.
    # Before
    bun add convex@1.35.1
    
    # After
    bun add convex@1.36.1

    Features

    • Add kitcn env default passthrough for Convex default environment variables.

    Patches

    • Align Better Auth scaffolds and auth runtime helpers with Better Auth 1.6.9.
    • Document Convex inline query, branch deployment, deploy message, and preview deployment passthroughs.

@kitcn/resend@0.14.1

27 Apr 12:57
88179e6

Choose a tag to compare

@kitcn/resend@0.14.1

@kitcn/resend@0.14.0

27 Apr 10:25
a898a56

Choose a tag to compare

Minor Changes

  • #248 26023d2 Thanks @zbeyens! - ## Breaking changes

    • Require Convex 1.36 or newer.
    # Before
    bun add convex@1.35.1
    
    # After
    bun add convex@1.36.1

    Features

    • Add kitcn env default passthrough for Convex default environment variables.

    Patches

    • Align Better Auth scaffolds and auth runtime helpers with Better Auth 1.6.9.
    • Document Convex inline query, branch deployment, deploy message, and preview deployment passthroughs.