Releases: listee-dev/listee-api
Releases · listee-dev/listee-api
listee-api v0.2.0
Highlights
- align the API host with @listee/api 0.3.2 so categories and tasks share validation + response framing
- adopt the shared Supabase auth client from @listee/auth 0.5.0 for login/signup/token flows
- expose dedicated App Router handlers for /api/auth/login, /api/auth/signup, and /api/auth/token while keeping the legacy handler available
- tighten env validation by passing process.env through @t3-oss/env-nextjs to fail fast when required values are missing
Verification
- bun run lint
- bun run build