Skip to content

Latest commit

 

History

History
125 lines (63 loc) · 1.41 KB

CHANGELOG.md

File metadata and controls

125 lines (63 loc) · 1.41 KB

create-t3-app

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.