Skip to content

Releases: zhumeisongsong/graphql-federation-workspace

v1.2.4

25 Nov 05:55
Compare
Choose a tag to compare

1.2.4 (2024-11-25)

Bug Fixes

  • deps: update dependency graphql-tools to v9.0.4 (4dae707)

v1.2.3

22 Nov 00:58
Compare
Choose a tag to compare

1.2.3 (2024-11-22)

Bug Fixes

  • deps: update dependencies (089b93d)

v1.2.2

20 Nov 05:20
Compare
Choose a tag to compare

1.2.2 (2024-11-20)

Bug Fixes

  • πŸ› new UserDto when getUser in Resolver (2bfa005)

v1.2.1

20 Nov 05:12
Compare
Choose a tag to compare

1.2.1 (2024-11-20)

Bug Fixes

  • πŸ› id for MongooseUsersRepository is not objectId (b1990b9)

v1.2.0

20 Nov 03:48
Compare
Choose a tag to compare

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)

v1.1.0

19 Nov 06:55
Compare
Choose a tag to compare

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)

v1.0.0

19 Nov 01:08
Compare
Choose a tag to compare

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)