Skip to content

Releases: graphql-compose/graphql-compose-mongoose

v10.0.0

15 Nov 00:44
32bb8e5
Compare
Choose a tag to compare

10.0.0 (2023-11-15)

Features

BREAKING CHANGES

  • drop support for mongoose v5 & v4. Node v16 is a minimal required version.

v9.8.0

02 Mar 23:08
0dcc2c2
Compare
Choose a tag to compare

9.8.0 (2023-03-02)

Features

v9.7.2

21 Sep 09:13
a9f34e9
Compare
Choose a tag to compare

9.7.2 (2022-09-21)

Bug Fixes

  • removeMany should not throw an error if deleteCount equal 0 to keep same behavior between mongoose v5 and v6 (#416) (a9f34e9)

v9.7.1

18 Dec 07:56
Compare
Choose a tag to compare

9.7.1 (2021-12-18)

Bug Fixes

  • resolveType in interfaces requires a type as string from graphql 16.1 (d7831f4)

v9.7.0

28 Sep 18:51
b231b0c
Compare
Choose a tag to compare

9.7.0 (2021-09-28)

Features

  • add EMPTY_STRING & NULL to mongoose Enums (#384) (a7a5485)

v9.6.0

30 Aug 09:20
Compare
Choose a tag to compare

9.6.0 (2021-08-30)

Features

  • add mongoose v6 support (39a6f22)

v9.5.4

22 Aug 17:19
89c5328
Compare
Choose a tag to compare

9.5.4 (2021-08-22)

Bug Fixes

  • TypeScript: expose return type of composeMongoose (#369) (89c5328)

v9.5.3

22 Aug 17:00
c7ee449
Compare
Choose a tag to compare

9.5.3 (2021-08-22)

Bug Fixes

  • discriminator: resolved issue with Model type (#367) (c7ee449)

v9.5.2

25 Jul 18:59
Compare
Choose a tag to compare

9.5.2 (2021-07-25)

Bug Fixes

  • defaultsAsNonNull option now skips isSingleNested mongoose schemas (because such sub-schemas break the "recursive default value assignation" behavior) (8bb278e), closes #358

v9.5.1

21 Jul 16:51
Compare
Choose a tag to compare

9.5.1 (2021-07-21)

Bug Fixes

  • filterHelper: if filter type already exists in schema then it will be reused (4b99564), closes #288