Releases: paroki/domus
Releases · paroki/domus
v0.5.0
v0.4.0
0.4.0 (2026-04-06)
Features
- auth: auto-create parishioner on user registration (7f08d92)
- auth: configured base permissions 🚀 (c3ff1a7)
- core,config: implement domain event system and singleton utility (60312be)
- core: add logger contract and update documentation (e7d7951)
- core: implement storage system with R2 and GDrive (b2183db)
- dash: [ORG-01] implement high-fidelity organization creation page, (f596548), closes #108
- dash: added org list and detail, ref #108 (8bae8af)
- dash: allow authenticated users to access join routes (c86e5a7)
- dash: enforce org hierarchy and OrgParentSelect (a115edd)
- dash: implement self-registration join page UI (f37a5c3), closes #110
- dash: implement targeted suspense and card skeleton (9ad1655)
- dash: improved dashboard design 🚀 (cc5e6c3)
- dash: integrate Pino + Axiom and improve repo tests (c17cd17)
- dash: moved seed to dash (2118b7c)
- dash: streamline image uploads and fix E2E tests in OrgHeader (030b5d4)
- docs: implement github issue sync and update tasks-mvp.md (ae0f14b)
- org: add inline editing for organization profiles (e9252db)
- org: add update and soft delete (refs #108) (f6d1f61)
- org: implement internationalization and refactor to OrgType enum (23c4489)
- org: implement joinId rotation with apps/cron and dash API (e5b0c2b)
- org: implement organizational unit management (#109) (931215c)
- org: refactor architecture and fix media errors (606a921)
- org: refactor enrollment service and fix join UI types (31ef83d)
- org: refactor OrgNewPage to RSC and fix type safety [ORG-01-ST-02] (f4ab6ae)
- wip seed (e526e83)
Bug Fixes
- auth: remove baseUrl config (3ea0ed6)
- config: use production env during deployemnet 🚀 (8e4e0f3)
- config: use production env during deployment 🚀 (1613992)
- correct schema id syntax and restore uuid consistency (1c4b8b7)
- cron: fix cron schedule (8725def)
- dash: 404 error on profile 🐛 (1a1b960)
- dash: enhance organization UI and suppress React 19 theme warning (6d0da4d)
- dash: fixing axiomhq/pino transport (a87a2a7)
- dash: gate org removal and stabilize e2e tests (59a0ced)
- dash: put globals and layout in app dir (b01a63e)
- dash: resolve OrgForm type mismatch and fix org e2e tests (abcba7d)
- db: align schema, repos, and entities with ERD (aee13df)
- deps: update dependency lucide-react to v1 (b6e4d25)
- deps: update dependency next to v16.2.2 (60351e1)
- deps: update dependency uuid to v13 (eeac1d1)
- docs: fixing documents inconsistencies :bugs: (ff139b8)
- storage: resolve JWT constructor type error in gdrive.ts (7082e25)
- typescript config (cf84a1a)
v0.3.1
v0.3.0
0.3.0 (2026-03-25)
Features
- auth: implement auth redirection logic and E2E tests (#127) (daf12e8)
- auth: implement session validation and account status redirection (8a9a99e)
- core: add email-based user lookup and superadmin seed (b2ca48b)
- dash: add domus base ui design 🚀 (1c0bf25)
- dash: added an IUI pattern dashboard style (285b72d)
- dash: added internationalization 🚀 (0cca748)
- dash: added login page ref #27 🚀 (d4600bb)
- dash: added under construction component 🚀 (08e3e2b)
- dash: align login design and refactor LoginForm (88af7eb)
- dash: configure shadcn for fsd (de5bed6)
- dash: implement account status pages and auth redirection logic (d0d427d)
- db: use uuidv7 and uuid column type for ids (d79b503)
Bug Fixes
v0.2.0
0.2.0 (2026-03-23)
Features
- add Renovate Bot configuration and initial MVP task list documentation (c5a7f68)
- auth: add better-auth cookie prefix configuration (fc1906c)
- auth: implement auth route handler (AUTH-03) (3642d18)
- auth: implement auth route handler (AUTH-03) (f0f5856)
- auth: setup @domus/auth with Better Auth and plugins [AUTH-01] (e3616c9)
- ci: setup GitHub Actions CI/CD pipeline [INFRA-04] (71695c4)
- complete AUTH-02 session validation and status routing (bce2615)
- core: complete CORE-06 implement services layer (eb12bad)
- core: implement core result and error patterns (2ab7b6c)
- core: implement repository contracts (98f1ec8)
- core: implement system enums (6ebee0f)
- core: implement zod entity schemas (CORE-04) (68f3eb4)
- core: initialize core package and setup jit exports (94d13f8)
- db: fix db migration on deploy (8487e30)
- db: implement core database schemas (d842407)
- db: implement repositories and tests (5c2d051)
- db: initialize database migrations and update CI to run migrations on deployment (03f6108)
- db: setup packages/db with drizzle and neon/postgres connections (#DB-01) (c293511)
- installs and configure commitlint, husky, lint-staged (75cafef)
- repo: add @domus/config and typecheck command (5acbdb4)