Skip to content

Releases: OrJDev/create-jd-app

1.0.70

12 Nov 15:39
Compare
Choose a tag to compare

Release 1.0.70

  • Include eslint in the base template
npm create jd-app@latest

1.0.69

12 Nov 12:45
Compare
Choose a tag to compare

Release 1.0.69

  • Better index page - use ParentComponent from solid-js
  • Call the Prisma notes api in the main page (incase you are using prisma without trpc ofc)
  • Use Switch and Match from solid-js when using tRPC or Prisma
  • Replace new Response(JSON.stringify()) with the json method from solid-start in the prisma notes api example.
npm create jd-app@latest

Screenshot_1

1.0.68

11 Nov 14:20
Compare
Choose a tag to compare

Release - 1.0.68

  • Fix prisma 'post' route not returning response - (here)
  • Don't import onMount unless user is using trpc - (here)
npm create jd-app@latest

1.0.67

10 Nov 07:03
Compare
Choose a tag to compare

Release #1.0.67

  • Create upstash api endpoint if not using trpc. (this)
  • Create prisma api endpoint if not using trpc. (this)
npm create jd-app@latest

1.0.64

04 Nov 17:54
Compare
Choose a tag to compare

Release #1.0.64

  • move dotenv loading into vite.config
  • execFiles - replace Promise.all with for loop in order to get the after keyword to work
  • (installer) addon - add upstash rate limiting (see app example)
  • make env helper create .env.example aswell as .env
npm create jd-app@latest

1.0.63

03 Nov 23:40
Compare
Choose a tag to compare

Release #1.0.63

  • Remove dotenv loading from schema (here)
npm create jd-app@latest

1.0.62

03 Nov 23:34
Compare
Choose a tag to compare

Release #1.0.62

  • Add dotenv in order to load server variables (here)
npm create jd-app@latest

1.0.61

01 Nov 09:10
Compare
Choose a tag to compare

Release 1.0.61

  • Move to tRPC RC version (here)
npm create jd-app@latest

1.0.60

30 Oct 12:41
Compare
Choose a tag to compare

Release #1.0.60

  • Fix prisma env imports (here)

1.0.59

29 Oct 10:53
Compare
Choose a tag to compare

Release #1.0.59

  • Divide env schemes (server & client) - (here)
    Screenshot_1
npm create jd-app@latest