Releases: OrJDev/create-jd-app
Releases · OrJDev/create-jd-app
1.0.98
Release 1.0.98
- solid-auth: Use the monorepo version of solid auth
- trpc: Get the logged in user in the createContext function instead of getting it in the protectedProcedure
1.0.97
Release 1.0.97
- Rename
solidjs-auth
to solid-auth
- in 97d1308, f734bc9 by @OrJDev
- Use higher versions of
solid-start-trpc
to get data transformers (like superjson) to work - in 1142d7c by @OrJDev
1.0.92
Release 1.0.92
- Add protected layout / page example when using solid auth - in 77dfaa6 by @OrJDev
1.0.90
Release 1.0.90
- Fix prisma postbuild script when using
pnpm
- in 15 by @aidanaden
- Remove
/api
from the base site url in solid auth addon (as suggested by @nexxeln) - in f63cd80 by @OrJDev