Skip to content

v2.0.0

Latest
Compare
Choose a tag to compare
@dino3616 dino3616 released this 19 Oct 02:04
· 58 commits to main since this release
16fca8c

Hello again!
With this release, we've fixed many of the bugs found since our last release!
Also, some small but important features have been added 😎.
Future releases will not add major features (and hopefully will not be forced to do major bug fixes...) and will focus on minor bug fixes.

See you in the next release!

What's Changed

Oh, There are new features!! 🎉

  • feat: ✨ Item.urlを廃止し、Item.iconUrl及びItem.layerUrlを追加 by @dino3616 in #262
  • feat: ✨ seedを実行するためのスクリプトを追加 by @dino3616 in #265
  • feat: ✨ Subscriptionの初期値を取得するためのQueryを作成 by @dino3616 in #276
  • feat: ✨ getRankingPosition GraphQL Queryを作成 by @dino3616 in #279

Other Changes

  • refactor: ♻️ (github/release) 不要なchangelog.exclude.authorsを削除 by @dino3616 in #259
  • fix: 🐞 (user/dto) GameAttendersのフィールド名をcamelCaseに修正 by @dino3616 in #266
  • fix: 🐛 Number GraphQL Scalar型のフィールドをInt GraphQL Scalar型に修正 by @dino3616 in #269
  • fix: 🐞 (prisma) 各userIdフィールドに@db.ObjectIdを追加 by @dino3616 in #270
  • fix: 🐛 (GiftHistoryCreatorUseCase.exchangeGift) create()Promise.all()で実行していた箇所をcreateMany()に置換 by @dino3616 in #272
  • fix: 🐛 正しくrankingをpublishできない問題を修正 by @dino3616 in #274
  • fix: 🐛 GameAttendersのdomain modelとGraphQL Objectの齟齬を修正 by @dino3616 in #280
  • fix: 🐛 (UserCreatorUseCase) Invalid this.prismaService.user.create()エラーが発生する問題を修正 by @dino3616 in #283
  • fix: 🐛 (GraphQLConfigModule) 複雑度の閾値が低すぎる問題を修正 by @dino3616 in #284

Full Changelog: v1.0.0...v2.0.0