Releases: GenieWizards/zenmo
Releases · GenieWizards/zenmo
v0.5.0
v0.4.0
v0.3.2
v0.3.1
v0.3.0
v0.2.2
v0.2.1
v0.1.0
What's Changed
- refactor: simplify unique index definition in user schema♻️ by @shivamvijaywargi in #1
- feat: add auth and related utilities by @shivamvijaywargi in #3
- feat: add get logged in user details route✨ by @shivamvijaywargi in #4
- feat: Add new models and schemas✨ by @shivamvijaywargi in #6
- package.json and bun.lock changes by @NiteshSoma in #7
- Chore/add build script by @shivamvijaywargi in #11
- chore(deps-dev): bump pino-pretty from 12.1.0 to 13.0.0 by @dependabot in #10
- feat: add Category CRUD APIs✨ by @shivamvijaywargi in #12
- refactor(DRY): use common metadata generator♻️ by @shivamvijaywargi in #13
- refactor: use optional chaining for readability♻️ by @shivamvijaywargi in #14
- feat: add getCategory route, minor changes✨ by @shivamvijaywargi in #15
- logs: add helpful log messages🔊 by @shivamvijaywargi in #16
- Feature/8 crud group table by @NiteshSoma in #18
- feat: add search capability✨ by @shivamvijaywargi in #19
- feat: enhance category retrieval with query parameters support✨ by @shivamvijaywargi in #21
- feat: implement category update endpoint✨ by @shivamvijaywargi in #23
- refactor: improve update category responses♻️ by @shivamvijaywargi in #25
- feat: implement delete category endpoint✨ by @shivamvijaywargi in #26
- feat: add activity log by @shivamvijaywargi in #27
- feat: add activity logging in group create/delete endpoints✨ by @shivamvijaywargi in #28
- fix: update delete group logging/response to use group name instead of ID by @shivamvijaywargi in #29
- feat: improve activity log, minor fixes✨ by @shivamvijaywargi in #30
- feat: add unprocessable entity error to openapi✨ by @shivamvijaywargi in #32
- feat: setup test with hono testApp + bun🧪✅ by @shivamvijaywargi in #35
- feat: add unprocessableEntity error to OpenAPI, add test✨✅ by @shivamvijaywargi in #36
- feat: setup docker and docker compose for development & production🐳 by @shivamvijaywargi in #38
- fix(docker): .emv filename in dev docker compose🐳 by @shivamvijaywargi in #39
- Create greetings.yml🎉 by @shivamvijaywargi in #46
- Create label.yml🔖 by @shivamvijaywargi in #49
- feat: add test label for .(test|spec).ts files✨ by @shivamvijaywargi in #50
- docs: include test setup instructions in README📝 by @shivamvijaywargi in #51
- feat: update labeler configuration to include enhancement, bug, and release labels✨ by @shivamvijaywargi in #52
- setup: add drizzel studio in scripts by @sub1120 in #53
- chore(deps): bump hono-pino from 0.6.0 to 0.7.0 by @dependabot in #55
- chore(deps): bump @hono/zod-openapi from 0.17.1 to 0.18.0 by @dependabot in #54
- test: create category as user, admin, unauthorized🧪 by @shivamvijaywargi in #56
- tests: delete category function🧪✅ by @shivamvijaywargi in #59
- deps: update to the latest versions⬆, sort imports🚨 by @shivamvijaywargi in #67
- feat: add full text search support for categories✨ by @shivamvijaywargi in #70
- feat(seed-data): reset and add seed data in DB in dev mode✨ by @shivamvijaywargi in #72
- 43 feat update and delete group by @NiteshSoma in #73
- error message from constant file update by @NiteshSoma in #82
- Feat/65 feat add users to group by @shivamvijaywargi in #76
- feat: add script to reset db✨ by @shivamvijaywargi in #86
- fix: duplicate enum in multiple migration files issue🐛 by @shivamvijaywargi in #88
- feat: create expense without any group attached by @sub1120 in #68
- hotfix: debug api running in docker🚑️ by @shivamvijaywargi in #90
- fix: only lint the files that are staged and not all🐛 by @shivamvijaywargi in #91
- feat: conventional commit messages by @shivamvijaywargi in #92
- chore(deps): bump @scalar/hono-api-reference from 0.5.162 to 0.5.163 by @dependabot in #96
- chore(deps): bump drizzle-orm from 0.36.4 to 0.37.0 by @dependabot in #94
- chore(deps): bump hono from 4.6.12 to 4.6.13 by @dependabot in #95
- chore(deps): bump drizzle-kit from 0.28.1 to 0.30.0 by @dependabot in #99
- refactor: activity for add users to group♻️ by @shivamvijaywargi in #98
- docs: add summary to group endpoints for openapi docs📝 by @shivamvijaywargi in #105
New Contributors
- @shivamvijaywargi made their first contribution in #1
- @NiteshSoma made their first contribution in #7
- @dependabot made their first contribution in #10
Full Changelog: https://github.com/GenieWizards/finance-management-api/commits/v0.1.0