Skip to content

Latest commit

 

History

History
107 lines (75 loc) · 10.1 KB

CHANGELOG.md

File metadata and controls

107 lines (75 loc) · 10.1 KB

1.2.3 (2024-11-22)

Bug Fixes

  • deps: update dependencies (089b93d)

1.2.2 (2024-11-20)

Bug Fixes

  • 🐛 new UserDto when getUser in Resolver (2bfa005)

1.2.1 (2024-11-20)

Bug Fixes

  • 🐛 id for MongooseUsersRepository is not objectId (b1990b9)

1.2.0 (2024-11-20)

Bug Fixes

  • 🐛 Inject GetUserUseCase in UsersModule (bb583de)
  • 🐛 Missing await for async repository call (84db568)

Features

  • ✨ getUserUseCase in UsersService (66310ac)
  • ✨ import MongooseModule and provide USERS_REPOSITORY (b386cdb)
  • ✨ make GetUserUseCase be injectbale (fae29b5)

1.1.0 (2024-11-19)

Bug Fixes

  • 🐛 remove use less ts path (d7d0e64)

Features

  • ✨ add lib of @user/infrastructure-mongoose (f6958d8)
  • ✨ initial user infrastructure (1944c6f)
  • ✨ remove user-infrastructure-mongoose (9da264e)

1.0.0 (2024-11-19)

Bug Fixes

  • 🐛 add compilerOptions to users/application (dede2aa)
  • 🐛 Add return type to @query to fix the schema @tag error (aab9433)
  • 🐛 Add type safety and validation for database configuration (ae34fe3)
  • 🐛 completedAt is optional (b90e583)
  • 🐛 delete useless definition (63355c4)
  • 🐛 import path of UsersService (5b6b757)
  • 🐛 Nx Cloud Problems (2cf334b)
  • 🐛 outDir paths for the libs/shared/config directory (4689025)
  • 🐛 port string to number (bb73162)
  • 🐛 remove @Directive('@key(fields: "id")') (156abc4)
  • 🐛 remove findAllUsers (29547f2)
  • 🐛 typo databse (e72180f)
  • 🐛 Update configuration object with credentials (0aac0d7)
  • deps: update dependency reflect-metadata to ^0.2.0 (1c8d2e7)

Features

  • ✨ add @shared/infrastructure-mongoose (0187f40)
  • ✨ add @users/presentation-dto (2cebfb3)
  • ✨ add ApolloGatewayDriverConfig (5a60da6)
  • ✨ add compodoc (9ad3134)
  • ✨ Add constants of applocations config (8ca7198)
  • ✨ add DailyPromptRecordEntity (a55ad8b)
  • ✨ add DEFAULT_HOST (1649ebc)
  • ✨ add GetUserUsecase (11b3e7f)
  • ✨ add interface ServiceConfig (a9955e8)
  • ✨ add subgraphsConfig (dbea347)
  • ✨ add type WellbeingCategory (0d1cc70)
  • ✨ add user entity (5557035)
  • ✨ add User model (87f0649)
  • ✨ add User model (0629109)
  • ✨ add user resolver (e1697fa)
  • ✨ add user resolver (453a811)
  • ✨ add UserDto (2048584)
  • ✨ add UserRepository (264eafd)
  • ✨ add users service (59baaef)
  • ✨ add users service (bd1047e)
  • ✨ add wellbeing prompt entity (030d27d)
  • ✨ import DatabaseModule to UsersModule (bed8f77)
  • ✨ import UsersModule in AppModule (9f24bec)
  • ✨ import UsersModule in AppModule (12f75b4)
  • ✨ Initial applications-config lib (e5f0915)
  • ✨ initial gateway app (719ba22)
  • ✨ initial usecase of user (1a7dd82)
  • ✨ initial user application (ea43646)
  • ✨ Move users.resolver to users/presentation (2787002)
  • ✨ rename return messages (5388361)
  • ✨ Replace hardcoded configuration (9dc7f2d)
  • ✨ Use DTO in resolver (264a605)
  • ✨ users module (da02ddc)
  • ✨ users module (5713e9e)