0.16.2 (2025-11-26) β
Bug Fixes β
- modular-monolith: update error handling to use structured error codes (be7e323)
Features β
- modular-monolith/pay-in: add status to transfer (26cf7ad)
0.16.1 (2025-11-26) β
Bug Fixes β
- design-system: storybook testing (ae7f183)
- front: correct button click log message (85ff5ce)
- front: correct log message in App component button click handler (5b68ce6)
- front: update button label and log message in App component (fa927ed)
- remove un-used variable (de6e99d)
Features β
- design-system: add basic Heading component (2afed88)
- design-system: add basic LinkButton component (df49813)
- design-system: add basic Table component (76174dd)
- design-system: add color variables and set the Inter font as default (fb4b77b)
- design-system: add snapshot tests for Heading, LinkButton, and Table components (2cfb4d6)
- design-system: rename button folder component (a094b21)
- front: add temporary separate Dockerfile for Railway (49333c5)
- front: change log message (23325a8)
- front: change log message (f5aacc8)
- modular-monolith/pay-in: add payment request amount matching[wip] (5cdcea8)
- utils/Result: allow binding on two results (dd1e196)
0.16.0 (2025-11-24) β
Features β
- modular-monolith: pay-in: add matching for transfer's sender IBAN with Policy's Payer's personal IBAN (wip) (16673fa)
0.15.0 (2025-11-24) β
Features β
- modular-monolith: pay-in: match recepient iban with policy's virtual iban (WIP) (c1e0c0b)
0.14.0 (2025-11-24) β
Features β
- modular-monolith: transfer matching (WIP) (a77820b)
0.13.0 (2025-11-21) β
Features β
- modular-monolith: enhance API schemas and refactor controllers for Hono integration (a66e4f6)
- modular-monolith: implement Hono adapter and registerPayInRoutes functionality (603192c)
- modular-monolith: migrate to Hono framework and update plugin registration (62a1496)
0.12.2 (2025-11-21) β
Bug Fixes β
- modular-monolith: remove services for semantic release in ci; add documentation for running migration in test (1078366)
0.12.1 (2025-11-19) β
Bug Fixes β
- modular-monolith: enable identity api test (95a5286)
0.12.0 (2025-11-19) β
Bug Fixes β
Features β
- modular-monolith: add identity routes to feature aware factory (bb2cb92)
- modular-monolith: add keycloak configuration (04d1a52)
0.11.1 (2025-11-18) β
Bug Fixes β
- ci-cd: remove PGHOSTADDR environment variable from CI workflow (c0f5d26)
- ci-cd: update DATABASE_URL to use localhost and add database connectivity verification step (c4d7c20)
- modular-monolith: correct addition operation in API response from 7 to 8 (d781be6)
Features β
- ci-cd: add PostgreSQL service and database migration step to CI workflow; enable policy repository and controller tests (1c15f41)
0.11.0 (2025-11-18) β
Bug Fixes β
- docs: remove autogenerated timestamp from glossary_fr (fc34744)
- docs: remove folder timestamp (20bd592)
- docs: remove timestamp from autogeneration (a46f9ca)
- generateId: lint error (28b25bc)
- generateId: typo in test (2d7971b)
Features β
- modular-monolith: add SQL migration for policies table creation (7f3385b)
- modular-monolith: implement policy management features including repository, controller, and integration tests (d50a55f)
0.10.1 (2025-11-17) β
Bug Fixes β
- modular-monolith: fix broken docker build (7064eaf)
Features β
- utils: add id generator (60adfb9)
0.10.0 (2025-11-14) β
Features β
- modular-monolith: set Zod as type provider and migrate schemas to Zod (8ffa863)
0.9.1 (2025-11-14) β
Bug Fixes β
- modular-monolith: switch deps to deno.json (9b68d77)
0.9.0 (2025-11-14) β
Bug Fixes β
- sdk: update test script in deno.json to run vitest using deno (1c6b40e)
Features β
- modular-monolith: add DATABASE_POOL_SIZE to .env.example, update test script to use deno task, and introduce vitest configuration (a5d78f0)
- modular-monolith: implement bounded context configuration for migration scripts (a4e386e)
- modular-monolith: integrate bounded context database into dummy repository and enhance error logging (4ffb88b)
- modular-monolith: update deno.lock and deno.json to include @db/postgres and @deno/vite-plugin, modify migration scripts for additional permissions (f1ab28f)
0.8.1 (2025-11-13) β
Bug Fixes β
- front: add logger package to Dockerfile (aa2a6e3)
- front: reinstall package @quarzo-life/logger (77543f4)
- front: remove shared logger from fron (166d89d)
- remove postinstall command for shared libs (2093e5b)
Features β
- utils: add immutability lib in utils (6f529aa)
0.8.0 (2025-11-12) β
Features β
0.7.2 (2025-11-10) β
Bug Fixes β
- logger: add dependencies to logger package.json (6268881)
- modular-monolith: introduce deno workspaces and remove dependencies not needed from modular-monolith (85690cd)
Features β
- sdk: refactor request handling (6499ebf)
0.7.1 (2025-11-07) β
Bug Fixes β
- modular-monolith: update operation result in server response and enhance transaction log message (fab745c)
0.7.0 (2025-11-07) β
Features β
- modular-monolith: add an example POST endpoint (a096f59)
- modular-monolith: add schemas to the example endpoints (40fc28f)
0.6.3 (2025-11-07) β
Bug Fixes β
- modular-monolith: correct log message formatting for transaction received (38db650)
0.6.2 (2025-11-07) β
Bug Fixes β
- modular-monolith: update webhook banks schema to hide from API documentation and adjust response status (af230d4)
0.6.1 (2025-11-07) β
Bug Fixes β
- modular-monolith: update schema to show webhook banks in API documentation (367edbd)
0.6.0 (2025-11-07) β
Features β
- modular-monolith: add memobank routes for transaction webhook (4408771)
0.5.0 (2025-11-06) β
Bug Fixes β
- front: update changelog formatting to group commits by date (76a447e)
Features β
- modular-monolith: integrate logger for improved logging functionality (6c0355e)
0.4.3 (2025-11-05) β
Bug Fixes β
- modular-monolith: use result in secret store port; add client and vault adapters (0c1238a)
0.4.2 (2025-11-05) β
Bug Fixes β
- modular-monolith: use tracking dependencies in package.json and deno.json via automated script (a0f6453)
0.4.1 (2025-11-04) β
Bug Fixes β
- docs: update OpenAPI spec creation to include version 3.0.3 (b3892df)
- front: don't use type (a1deaf5)
- modular-monolith: keep deps in package.json due to vitest deps resolution in package.json (03dce14)
- utils: use vitest (c7fdf6c)
0.4.0 (2025-11-04) β
Bug Fixes β
- docs: ensure OpenAPI spec file is created if it doesn't exist (0a0a093)
- docs: handle connection errors when fetching OpenAPI spec (97e0199)
Features β
- docs: add debug logging for OpenAPI spec fetching (e3dd29b)
- docs: add environment variable for OpenAPI server URL in Dockerfile (ae991c1)
- modular-monolith: add config file for OpenAPI setup (2409189)
- modular-monolith: remove explore bar form swagger docs (962bab3)
0.3.0 (2025-11-03) β
Bug Fixes β
- docs: correct path in Dockerfile for static files copy (b0c4759)
Features β
- docs: add fetchOpenapi script to retrieve and save OpenAPI spec (3c85f62)
- docs: integrate vitepress-openapi for enhanced API documentation (73544db)
- modular-monolith: implement CORS configuration and environment handling (a2ef09a)
0.2.0 (2025-10-30) β
Bug Fixes β
- docs: clean up changelog script and remove dead link rule for changelogs history (263c94d)
- docs: update changelog links to use correct markdown file extensions (6bf25d9)
- modular-monolith: update path and permissions in package.json (ce9e569)
Features β
- modular-monolith: generate API docs using swagger-ui (6c058f0)
0.1.2 (2025-10-27) β
Bug Fixes β
- docs: dead link setting (b685695)
- docs: ignoreDeadLinks (c6233fe)
- include conventional commits preset (62fb79d)
- rename release (c01bedf)
- update commit analyzer (1384a90)
0.1.1 (2025-10-22) β
Bug Fixes β
- root: remove unnecessary pre-commit lines (3b6d883)
- root: specify files to lint in lint-staged (fbeb4a7)
- sdk: add semantic release management (9dffc40)
0.1.0 (2025-10-21) β
Bug Fixes β
- ci-cd: update paths in CI/CD workflow to reflect new package structure (e588f7d)
- docker: update paths in packages/apps/front/Dockerfile to align with new package structure (f65e716)
- docker: update paths in packages/apps/modular-monolith/Dockerfile to align with new package structure (ed9182c)
- docs: add preDeployCommand field to railway.json (9e34068)
- docs: set healthcheckPath to null in railway.json (ac999ea)
- docs: update dockerfilePath in railway.json (9194284)
- front: package for vercel (17b9212)
- front: remove sdk dep (5ca1c70)
- modular-monolith: add uuid library as dependency (cda864a)
- sdk: remove comment (4b0743d)
Features β
- docs: add changelogs section and update navigation in documentation (7e6b242)
- docs: add Dockerfile and railway.json for VitePress documentation deployment (b8a492f)
- docs: add script to copy changelogs and update package.json scripts (b6ea5dc)
- sdk: add initial implementation of quarzo life sdk (6ff180c)
0.0.2 (2025-10-16) β
Bug Fixes β
- modular-monolith: update result (54e950e)