Releases: graphql-compose/graphql-compose-mongoose
Releases · graphql-compose/graphql-compose-mongoose
v10.0.0
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
9.8.0 (2023-03-02)
Features
v9.7.2
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
9.7.1 (2021-12-18)
Bug Fixes
- resolveType in interfaces requires a type as string from graphql 16.1 (d7831f4)
v9.7.0
9.7.0 (2021-09-28)
Features
- add EMPTY_STRING & NULL to mongoose Enums (#384) (a7a5485)
v9.6.0
9.6.0 (2021-08-30)
Features
v9.5.4
9.5.4 (2021-08-22)
Bug Fixes
- TypeScript: expose return type of composeMongoose (#369) (89c5328)
v9.5.3
9.5.3 (2021-08-22)
Bug Fixes
- discriminator: resolved issue with Model type (#367) (c7ee449)
v9.5.2
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
9.5.1 (2021-07-21)
Bug Fixes
- filterHelper: if
filter
type already exists in schema then it will be reused (4b99564), closes #288