Skip to content

Releases: slaypni/type-graphql-dataloader

v0.5.1

31 Jan 07:32
Compare
Choose a tag to compare

Breaking Changes

  • Update target to es2020

Changes

  • Upgrade dataloader to 2.1.0
  • Upgrade uuid to 9.0.0

v0.5.0

01 Nov 10:05
Compare
Choose a tag to compare

Breaking Changes

  • ApolloServerLoaderPlugin() is now compatible with Apollo Server 3. Apollo Server 2 compatibility is dropped. (thanks to @giacomorebonato)

v0.4.1

27 Oct 04:37
Compare
Choose a tag to compare

Bug Fixes

  • TypeORM ImplicitLoader could fail on MariaDB (#28) (thanks to @Iran-110)

v0.4.0

04 Jun 07:53
Compare
Choose a tag to compare

Changes

  • @TypeormLoader no longer needs arguments (thanks to @t2y)

v0.3.7

15 Nov 02:22
Compare
Choose a tag to compare

Misc

  • Use import type for typeorm

v0.3.6

03 Nov 00:56
Compare
Choose a tag to compare

Misc

  • Make @TypeormLoader's typeFunc arg optional

v0.3.5

01 Nov 07:16
Compare
Choose a tag to compare

Breaking Changes

  • Change not to include args in ResolverData passed to @Loader's batchLoadFn

v0.3.4

31 Oct 07:01
Compare
Choose a tag to compare

Changes

  • Change type of context property to any in batchLoadFn's second arg

v0.3.3

31 Oct 06:29
Compare
Choose a tag to compare

Changes

  • Change type of context property to Record<string, any> in batchLoadFn's second arg

v0.3.2

31 Oct 01:55
Compare
Choose a tag to compare

Fixes

  • Remove type assertion as ApolloServerPlugin which causes TS error depending on apollo-server version.