Skip to content

Releases: t3-oss/create-t3-app

[email protected]

18 Jul 06:29
512a0e9
Compare
Choose a tag to compare

Minor Changes

[email protected]

28 Jun 06:35
aa28d84
Compare
Choose a tag to compare

Minor Changes

Patch Changes

  • #1493 a230d9f Thanks @dcottr! - Remove trailing newlines in generated app that aren't allowed by the generated prettier config

[email protected]

20 Jun 07:32
96661a0
Compare
Choose a tag to compare

Patch Changes

[email protected]

18 Jun 06:48
a72bf70
Compare
Choose a tag to compare

Minor Changes

[email protected]

16 Jun 11:58
fbcc7bc
Compare
Choose a tag to compare

Patch Changes

[email protected]

24 May 17:48
19b953b
Compare
Choose a tag to compare

Patch Changes

  • #1436 b0facee Thanks @harrismcc! - When using NextAuth but not Prisma, the session user's id is now set to token.sub instead of user.id because user is undefined when not using database sessions.

  • #1433 7fbe991 Thanks @FinnDore! - fix: SKIP_ENV_VALIDATION not skipping env validation

[email protected]

07 May 20:27
5714e99
Compare
Choose a tag to compare

Minor Changes

  • #1397 be9a834 Thanks @brieyla1! - feat: Added JsonProtocol as the Default Prisma Engine for Serverless speedups

    modified:

    - cli/template/extras/prisma/schema/base.prisma
    
    - cli/template/extras/prisma/schema/with-auth.prisma
    

    Description: This pull request proposes the enabling of the JsonProtocol by default. The rationale for this change is based on the performance improvements provided by the JsonProtocol without compromising stability, even though it is still a preview feature. Empirical evidence gathered from large-scale projects, with 100+ Prisma calls, demonstrates the significant time reductions enabled by this optimization, particularly in serverless environments such as Vercel. Another point worth adding is that most projects using nextJS create-t3-app will be deployed on serverless platforms such as vercel, where the real impact is.

[email protected]

07 May 07:39
8f46fa4
Compare
Choose a tag to compare

Patch Changes

[email protected]

05 May 09:52
6b7c028
Compare
Choose a tag to compare

Patch Changes

[email protected]

28 Apr 06:24
0e5aed9
Compare
Choose a tag to compare

Patch Changes

  • #1377 00018ff Thanks @juliusmarminge! - move env validation logic out to a separate package

  • #1385 ac12abb Thanks @iAverages! - Fixed issue with creating git repository with git versions below 2.28
    Fixed bug with check to use --inital-branch set in git v2.28