create-t3-app fork for DeepMeta
Package detail
create-t3-app-deepmeta
Create web application with the t3 stack
readme
changelog
Changelog
7.8.0
Minor Changes
- #1273
10a5e0b
Thanks @juliusmarminge! - feat: add errorformatter for zod errors
Patch Changes
#1263
8dc6e33
Thanks @mkreuzmayr! - search for tsconfig relative to eslintrc#1279
ae5cd40
Thanks @arielconti10! - fix: remove //@ts-check comment in next.config
7.7.0
Minor Changes
- #1268
db394ed
Thanks @c-ehrlich! - ignore unused vars that begin with underscore
7.6.0
Minor Changes
7.5.9
Patch Changes
- #1252
d8be181
Thanks @ggrochow! - Rename _eslint.cjs before intializing git repo to ensure .eslint.cjs is added by default
7.5.8
Patch Changes
- #1249
2432d76
Thanks @juliusmarminge! - chore: bump nextjs
7.5.7
Patch Changes
- #1232
9c82f86
Thanks @juliusmarminge! - fix: bind configs to variables before exporting to make sure typeerrors are reported
7.5.6
Patch Changes
- #1222
7baa339
Thanks @juliusmarminge! - fix: detect and handle git bash environment
7.5.5
Patch Changes
#1218
4f8d41a
Thanks @bai! - feat: change eslint config to use.cjs
format and typecheck it#1217
55c87af
Thanks @juliusmarminge! - fix: add autofix to eslint type rule
7.5.4
Patch Changes
7.5.3
Patch Changes
- #1213
ab3c7cb
Thanks @michalbundyra! - fix: update comment regarding schema definition of env vars
7.5.2
Patch Changes
7.5.1
Patch Changes
- #1187
e111fb5
Thanks @c-ehrlich! - remove old env files
7.5.0
Minor Changes
- #1092
aa44574
Thanks @juliusmarminge! - single env file
Patch Changes
- #1171
efe8b7f
Thanks @esotuvaka! - fix: swap@ts-check
comments tocheckJs: true
in scaffolded app's tsconfig
7.4.1
Patch Changes
- #1155
90955a5
Thanks @christopher-kapic! - Change unstable_getServerSession to match the updated getServerSession from next-auth (introduced in next-auth 4.19.0)
7.4.0
Minor Changes
#1136
715f6e8
Thanks @juliusmarminge! - feat: colocate auth config/dts/session-getter into a single file#1134
4cb2e4e
Thanks @PiotrekPKP! - feat: added package installation progress
Patch Changes
#1131
ab0790e
Thanks @bastibuck! - fix: fix types of serverEnv and clientEnv#1140
fc445bf
Thanks @Zamiell! - chore: add descriptive comments and format .env prettier
7.3.2
Patch Changes
- #1097
2ed36cd
Thanks @juliusmarminge! - chore: bump nextjs and add a note about appDir+i18n being incompat
7.3.1
Patch Changes
- #1084
7490a34
Thanks @c-ehrlich! - fix: undo env changes
7.3.0
Minor Changes
- #1071
34d6c5b
Thanks @ JacobADevore! - feat: automatically destructure env objects
7.2.0
Minor Changes
Patch Changes
- #1060
a8cc106
Thanks @juliusmarminge! - fix: cleanup context type ininitTRPC
7.1.0
Minor Changes
- #1036
c5ca65e
Thanks @JoshuaKGoldberg! - use typescript-eslint's recommended-required-type-checking
7.0.2
Patch Changes
- #1056
c6704fb
Thanks @prashantrahul141! - fix: updatepackage.json->name
before installing dependencies.
7.0.1
Patch Changes
- #1043
6fe7e1e
Thanks @juliusmarminge! - fix(cli): exit with error code when aborting installation fix(cli): don't log when scaffolding in current directory and it's empty
7.0.0
Major Changes
#934
c20ec70
Thanks @juliusmarminge! - feat!: implement new folder structurecreate-t3-app has decided to switch out the folder structure of the generated t3-app to, what is to us, a more minimal, logical and easier to understand structure.
6.12.0
Minor Changes
- #1031
61ba991
Thanks @complexengine! - The CLI now stages the files on project initialization.
6.11.6
Patch Changes
- #1024
fcf59b0
Thanks @juliusmarminge! - fix: allow dot name in name prompt
6.11.5
Patch Changes
- #1010
9eddbab
Thanks @maxmellen! - chore(create-t3-app): add @types/prettier package to tailwind installer and bump prettier versions
6.11.4
Patch Changes
- #981
ac32b6d
Thanks @balazsorban44! - fix(cli): prompt TS first
6.11.3
Patch Changes
#939
77cfb4b
Thanks @c-ehrlich! - use next-auth 4.18.3 and undo hotfix#932
c04a35a
Thanks @c-ehrlich! - fix next-auth error
6.11.2
Patch Changes
- #917
eb55d19
Thanks @sharkby7e! - feat: add blank target to base template
6.11.1
Patch Changes
- #914
1037d14
Thanks @c-ehrlich! - temporarily pin next-auth
6.11.0
Minor Changes
- #901
9b6ae5c
Thanks @c-ehrlich! - include env files in all apps
Patch Changes
#895
91362db
Thanks @Mvmo! - When initializing a new git repo the git config value 'init.defaultBranch' will be used as the branch name#897
272b954
Thanks @AyanavaKarmakar! - fix(cli): fix wrong prompt when setting up project name
6.10.3
Patch Changes
#869
cd93b98
Thanks @meech-ward! - docs: add notes about env vars#878
9abaf80
Thanks @AyanavaKarmakar! - feat: update scaffolded README.md#845
c387187
Thanks @GabrielPedroza! - fix: typo in env-schema comments
6.10.2
Patch Changes
- #834
3ace6c8
Thanks @juliusmarminge! - use trpc 10.0.0
6.10.1
Patch Changes
#784
f10ce0e
Thanks @AyanavaKarmakar! - fix(t3-app): fix broken links#786
4d70f04
Thanks @skuridin! - Add next-env.d.ts to .gitignore#800
d5d5a2f
Thanks @HatulaPro! - fix: removing redundant optional chaining in templates
6.10.0
Minor Changes
- #711
da760c7
Thanks @c-ehrlich! - create new index pages
Patch Changes
- #754
b6cdcb3
Thanks @juliusmarminge! - fix: rename example env file
6.9.0
Minor Changes
- #727
57cb2b5
Thanks @juliusmarminge! - feat: add warning message when not using latest
6.8.1
Patch Changes
#717
7f8e706
Thanks @robotkutya! - feat: update NEXTAUTH_SECRET validator and set a default#719
b359802
Thanks @AyanavaKarmakar! - fix: update NEXTAUTH_SECRET validator to be optional in dev
6.8.0
Minor Changes
- #673
44a107b
Thanks @c-ehrlich! - remove node 18 and next 13 checks
Patch Changes
- #684
a707c4b
Thanks @juliusmarminge! - chore: version bumps
6.7.0
Minor Changes
#667
fde5b76
Thanks @Pegasust! - Add documentation on how to generate NEXTAUTH_SECRET in .env file for clarity#675
5d20745
Thanks @c-ehrlich! - only try to get secret message if there is a user
Patch Changes
#654
3dfc27d
Thanks @nexxeln! - Make experimental flags booleans and not require the name to be "double passed"
6.6.0
Minor Changes
- #657
f1673eb
Thanks @juliusmarminge! - feat: update dependency Next.js to 13
6.5.2
Patch Changes
- #649
6a21032
Thanks @juliusmarminge! - chore: version bumps
6.5.1
Patch Changes
- #642
9639419
Thanks @c-ehrlich! - get next-auth to work with node 18
6.5.0
Minor Changes
- #623
cf99211
Thanks @c-ehrlich! - consistent cli text color
Patch Changes
#619
1122720
Thanks @nexxeln! - AddedcreatedAt
andupdatedAt
fields to the Example model in the Prisma schema.#621
1cc6735
Thanks @c-ehrlich! - fix git spinner
6.4.0
Minor Changes
- #613
135ee5b
Thanks @juliusmarminge! - add inference helper for v10
Patch Changes
6.3.0
Minor Changes
- #606
7f73518
Thanks @c-ehrlich! - rename index.ts to _app.ts
6.2.1
Patch Changes
- #602
9f86e39
Thanks @nexxeln! - feat(template): add prettier.Config type to prettier config and resolve prettier-plugin-tailwindcss import
6.2.0
Minor Changes
- #581
dd0e172
Thanks @juliusmarminge! - export helper procedures for trpc instead of thet
-object
6.1.2
Patch Changes
6.1.1
Patch Changes
- #591
c90a695
Thanks @juliusmarminge! - bump next-auth dependency to ^4.12
6.1.0
Minor Changes
#582
e562ee8
Thanks @juliusmarminge! - move prettier from base to tailwind installer#587
8c0267f
Thanks @c-ehrlich! - Add .env-example to scaffolded app
6.0.1
Patch Changes
- #578
befc7f4
Thanks @juliusmarminge! - upgrade trpc to beta.15 and typescript to 4.8.4
6.0.0
Major Changes
- #575
75fcb49
Thanks @juliusmarminge! - upgrades trpc to v10 and improves cli performance by making it synchronous
Minor Changes
- #575
75fcb49
Thanks @juliusmarminge! - enable vercel_url to pass default env-schema
5.15.0
Minor Changes
- #533
a3a168a
Thanks @juliusmarminge! - Tailor .env to only include relevant keys
5.14.1
Patch Changes
5.14.0
Minor Changes
- #517
2b434bb
Thanks @gabrielelpidio! - Add prettier and prettier-plugin-tailwindcss
5.13.1
Patch Changes
- #506
f371ef8
Thanks @c-ehrlich! - temp fix for next-auth peer deps issue
5.13.0
Minor Changes
5.12.0
Minor Changes
- #446
6f63ec6
Thanks @c-ehrlich! - feat: better cli text when scaffolding in '.'
5.11.0
Minor Changes
- #430
306777a
Thanks @benmarg! - feat: direct developer to add schema from .env to schema.mjs for zod validation
Patch Changes
- #416
14b6d4a
Thanks @xpressivecode! - fix(template): missing ctx when using ssr with trpc
5.10.3
Patch Changes
5.10.2
Patch Changes
5.10.1
Patch Changes
- #396
30f3db6
Thanks @rhenriquez28! - fixing ssr by forwarding client's headers
5.10.0
Minor Changes
#388
86d053c
Thanks @c-ehrlich! - feat: non-tw index.tsx with styling#381
773b27e
Thanks @c-ehrlich! - feat: include all cards on all index.tsx files#383
e05bc3d
Thanks @juliusmarminge! - add safeguards for overwriting git repos#375
296c79b
Thanks @c-ehrlich! - feat: add option to continue and overwrite on existing directoryfor reference see: https://github.com/t3-oss/create-t3-app/issues/230
Patch Changes
- #394
52e9db7
Thanks @nadilas! - Extending the warning message for invalid client environment variables by including the reason
5.9.0
Minor Changes
- #366
1f43f83
Thanks @juliusmarminge! - Thanks @hnqg for the initial PR. add wrapper function for unstable_getServerSession
5.8.5
Patch Changes
#357
b032074
Thanks @virtuoushub! - chore: Sort package.json when in noInstallMode#365
b3ce004
Thanks @juliusmarminge! - revert prisma cleint teardown from #353
5.8.4
Patch Changes
5.8.3
Patch Changes
- #345
8ee2ea0
Thanks @juliusmarminge! - Includecjs
andmjs
files in tsconfig. Thanks @timfee for reporting!
5.8.2
Patch Changes
5.8.1
Patch Changes
#335
5745ad7
Thanks @julianread! - Fix invalid typeof window comparison to undefined#334
a107f14
Thanks @c-ehrlich! - fix: build fails on trpc, trpc+next
5.8.0
Minor Changes
- #324
fb5498c
Thanks @juliusmarminge! - feat: wrap createContext with helper function to make it independent of req/res
5.7.0
Minor Changes
- 7a76c95: feat(app): add lint config for typescript
5.6.0 (2022-08-11)
Features
Bug Fixes
- change ! reversion to equality in env validation (#293) (7822c43)
- parse path returned from process.cwd() before using it (#303) (b55f196)
5.5.0 (2022-08-07)
Features
5.4.0 (2022-08-02)
Features
- add deployment strategy to generated README (#258) (c7d4dce)
- set appName to directory on 'npx create-t3-app .' (#273) (2179f2d)
Bug Fixes
- height on small screens (#256) (fe86915)
- missing next-auth types (#255) (ed42629), closes #254
- prisma: make db changes for next-auth on mysql obvious (#275) (e9507c8)
5.3.0 (2022-07-25)
Features
- add typesafe client side env variables (#209) (d4cf879)
- improved logo typography (#238) (48c6720)
- updating tailwind and postcss config's to use .cjs (#242) (5b97367)
Bug Fixes
- added JSDoc type to clientEnv in all env-schema (#240) (9cb5ebb)
- clarify some comments and rename some files in env (#245) (2048783)
- remove semicolon in _app.tsx with next-auth to avoid early return (1be7713)
- title being offset when using yarn/pnpm (c881f00)
5.2.1 (2022-07-19)
Bug Fixes
- update url in auth prisma schema (97c9e27)
5.2.0 (2022-07-19)
Features
Bug Fixes
- handle pkg with version in noInstall mode (#220) (5737beb)
- missing DATABASE_URL (#222) (b6164d8)
- typo - rename 'varibles' to 'variables' (#223) (fc6519f)
- typo in readme (9390400)
5.1.1 (2022-07-18)
Bug Fixes
- add missing trpc import (37b6283)
5.1.0 (2022-07-18)
Features
Bug Fixes
5.0.0 (2022-07-16)
Features
- add check for yarn 3 (#173) (cd846e1)
- add ci for pull requests (0e7cdc8)
- add commitlint (#126) (3672aa3)
- add CONTRIBUTING.md for newcomers (99f8220)
- add db.sqlite to gitignore (#201) (90371c7)
- add environment variables validation (#147) (0f0b56d)
- add git prompt (#130) (e5be271)
- add inferQueryResponse helper for tRPC (748800f)
- add main as initial branch (7b94005)
- add next-auth config to env-example #108 (c3ab997)
- add noInstall flag and prompt (#133) (7ff0fca)
- add standard-version (#125) (0fc6b47)
- add tRPC inference helper docs commment on utils (3e784cb)
- added windows build support (29acbf8)
- better ui for templates (e2e8c7e)
- better validation and add path support (#135) (e50cb8a)
- check if dir is empty (71bbdba)
- make the ui symmetric (19df71e)
Bug Fixes
- add newline at the end of the file (64eee1c)
- add scripts for CI (539f3fd)
- add semantic elements and update tw classes on tw pages (#151) (61d6819)
- bumped package.json for beta-release (3fe35f1)
- change comment in .env to discord (d992713)
- cli: use correct spelling, fix short choices (7776aa9)
- conditionally run envVars installer (#196) (f5f4f62)
- docs wrong format (3d2dbb0)
- dont prompt for typesafe env-vars (2faee56)
- eslint warning (import/no-anonymous-default-export) (a1cce55)
- fixed some typos (#131) (a86466e)
- format contributing.md (4111476)
- handle git projects correctly (3ed897f)
- incompatible git version (#127) (34f44f8)
- invalid pnpm action version (2a1f6e3)
- language prompt short answer should both be ts (#142) (5e4f80d)
- markup: multiple h1 replaced to h2 (6bf9040)
- prompts: show correct package manager in prompts (#153) (fe66ae9)
- properly display the welcome title when installing with Yarn (#160) (a5b9d53)
- provide cwd inside git init exec call (9679492)
- reapply style fixes on tw pages (#189) (af1067b), closes #178
- remove changeset from repo (#134) (d58b380)
- remove duplicated types (#138) (e4c8e33)
- remove unncesary import on auth router (abdc61f)
- run prettier (9961645)
- standardize log messages (83a13b9)
- template: converting to use tech props and remove tw from template (#183) (b2d542a)
- templates: h1 restored (e51e03d)
- type entrire app and not just the props (908630e)
- typo in "Javascript" (#136) (6873a7a)
- update templates (4418f1d)
- use components for the tech within the splash screen (#178) (c436382)
- with-tw removed unused styles and added motion saftey (#148) (598ed0e)
4.4.1
Patch Changes
- changed ui for template
4.4.0
Minor Changes
- improve ui examples of template app
4.3.5
Patch Changes
- add warning for old git versions
4.3.4
Patch Changes
- improve template styling
4.3.3
Patch Changes
- Add description for packages in the template
4.3.2
Patch Changes
- Redesign pages
4.3.0
Minor Changes
- added Next-Auth protected routes when using tRPC
4.2.12
Patch Changes
- upgrade next to 12.2.0
4.2.11
Patch Changes
- modified the title to print a colorful ascii art
4.2.10
Patch Changes
- add warning about next-auth when using Node 18
4.2.9
Patch Changes
- fix resolved path to package root
4.2.8
Patch Changes
- diable version flag
4.2.2
Patch Changes
- fix esm issues
4.2.1
Patch Changes
- trying to fix esm error
4.2.0
Minor Changes
- a548f22: added cli args, esm support
4.1.1
Patch Changes
- Updated package to full ESM support
4.1.0
Minor Changes
Create-t3-app now accepts args!
When calling create-t3-app, you can specify the app name and directory directly from the cli.
Additonal options are visable by passing -h or --help into the command line
4.0.8
Patch Changes
- added loading spinners
4.0.7
Patch Changes
- added tsup as build tool
4.0.6
Patch Changes
- Added dev tooling.