v0.7.2
- fix(core): type error handler generic as Error to fix IDE null warning (#67) (9f6a5ea)
- chore(core): mark
veloxas deprecated in favor ofveloxApp(4c636ff) - fix(cli): replace require() with readFileSync in MCP tests (#66) (e702a11)
- chore(create,mcp): simplify code for clarity and maintainability (#65) (042db55)
- chore(cli,velox): simplify code for clarity and maintainability (#64) (1fde746)
- fix(playground): resolve 14 TypeScript errors and fix memory benchmark recovery metric (#63) (6301f19)
- fix(playground): prevent Prisma eager initialization when USE_MOCK_DB=true (#62) (db8b6f5)
- chore(client,web): simplify code for clarity and maintainability (#61) (00e99a8)
- chore(router,validation): simplify code for clarity and maintainability (#60) (3b5b7e4)
- chore(core,auth,orm): simplify code for clarity and maintainability (#59) (9f7399f)
- chore: bump all packages to version 0.7.1 and perform a security audit (d54ad50)
What's Changed
- chore(core,auth,orm): simplify code for clarity and maintainability by @zzal in #59
- chore(router,validation): simplify code for clarity and maintainability by @zzal in #60
- chore(client,web): simplify code for clarity and maintainability by @zzal in #61
- fix(playground): prevent Prisma eager initialization when USE_MOCK_DB=true by @zzal in #62
- fix(playground): resolve TypeScript errors and fix memory benchmark by @zzal in #63
- chore(cli,velox): simplify code for clarity and maintainability by @zzal in #64
- chore(create,mcp): simplify code for clarity and maintainability by @zzal in #65
- fix(cli): replace require() with readFileSync in MCP tests by @zzal in #66
- fix(core): type error handler generic as Error to fix IDE null warning by @zzal in #67
Full Changelog: v0.7.1...v0.7.2