Skip to content

Tags: lumahealthhq/graphql-compose-mongoose

Tags

7.3.3-object-id

Toggle 7.3.3-object-id's commit message
tag(7.3.3-object-id): added built assets

v10.0.0

Toggle v10.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: add mongoose v8 support (@meabed, graphql-compose#439)

BREAKING CHANGE: drop support for mongoose v5 & v4. Node v16 is a minimal required version.

v9.8.0

Toggle v9.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
feat: add mongoose 7 compatibility (by @meabed)

* chore: fix mongoose 7 compatibility

* chore: fix mongoose 7 compatibility

* chore: format

* chore: fix import

* chore: fix validate

* chore: fix validate

* chore: update package.json

* chore: update mongoose and typescript

* chore: fix validate

* chore: fix test

* chore: fix test

* chore: fix test

* chore: fix test

* chore: update dependencies

* chore: update dependencies

* chore: fix typescript

* chore: fix typescript

* chore: update github actions

* chore: update github actions

* chore: update github actions

* fix: update jest

* chore: update jest, release and github actions

* chore: github actions

* chore: update test

v9.7.2

Toggle v9.7.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: removeMany should not throw an error if deleteCount equal 0 to k…

…eep same behavior between mongoose v5 and v6 (graphql-compose#416)

v9.7.1

Toggle v9.7.1's commit message
ci: remove node 12 due to semantic-release requirements

v9.7.0

Toggle v9.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
build(deps): bump tmpl from 1.0.4 to 1.0.5 (graphql-compose#380)

Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5.
- [Release notes](https://github.com/daaku/nodejs-tmpl/releases)
- [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5)

---
updated-dependencies:
- dependency-name: tmpl
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

v9.6.0

Toggle v9.6.0's commit message
test: make test suite stable for issue 370

v9.5.4

Toggle v9.5.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(TypeScript): expose return type of composeMongoose (graphql-compo…

…se#369)

v9.5.3

Toggle v9.5.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(discriminator): resolved issue with Model type (graphql-compose#367)

Stopped document interface from extending mongoose Document

v9.5.2

Toggle v9.5.2's commit message
fix: `defaultsAsNonNull` option now skips `isSingleNested` mongoose s…

…chemas (because such sub-schemas break the "recursive default value assignation" behavior)

see graphql-compose#358

closes graphql-compose#358