Skip to content

v1.13.0

Compare
Choose a tag to compare
@github-actions github-actions released this 09 Dec 02:05
· 77 commits to main since this release

1.13.0 (2024-12-09)

Bug Fixes

  • πŸ› delete empty constructor (a40db58)
  • πŸ› findOneByEmail to findByEmail (26523ad)
  • πŸ› fix TaskRepository definition (48646b7)
  • πŸ› Prefer using the primitive string as a type name (ba44970)

Features

  • ✨ add args validation to findUserTasks (d171615)
  • ✨ add findUserTasks and fix create/update user tasks (d58a708)
  • ✨ add hard code users service (c483610)
  • ✨ add mock TasksService (0732c1a)
  • ✨ add task resolvers logic (934ee65)
  • ✨ add tasks domain (efb88cd)
  • ✨ Add validation decorators for TaskDto (2ef1c11)
  • ✨ Add validation decorators to UserTaskDto (d2ba8cb)
  • ✨ Add validation for the id field (7ee3959)