Skip to content

Releases: graphql-compose/graphql-compose-mongoose

v3.1.3

11 Apr 05:33

Choose a tag to compare

3.1.3 (2018-04-11)

Bug Fixes

  • ConnectionResolver: for compound indexes resolver may miss some records (7e6c11b)

v3.1.2

03 Apr 09:24

Choose a tag to compare

3.1.2 (2018-04-03)

Bug Fixes

  • flowtype definitions for flow@0.69.0 (3e6e3ad)

v3.1.1

20 Feb 13:57

Choose a tag to compare

3.1.1 (2018-02-20)

Bug Fixes

  • if not provided schemaComposer for convertSchemaToGraphQL() it will use global instance (13f7887)

v3.1.0

19 Feb 13:03

Choose a tag to compare

3.1.0 (2018-02-19)

Features

v3.0.0

15 Feb 13:58

Choose a tag to compare

3.0.0 (2018-02-15)

Code Refactoring

  • rewrite code according to a new features of graphql-compose@3 (caddfcd)

BREAKING CHANGES

  • works only with graphql-compose v3
  • removeById will not throw error if record not found
  • drop node v4 support

v1.11.3

12 Feb 16:23

Choose a tag to compare

1.11.3 (2018-02-12)

Bug Fixes

  • Flowtype definitions for graphql-compose@3.0.0 (42fa0b1)

v1.11.2

09 Feb 16:56

Choose a tag to compare

1.11.2 (2018-02-09)

Bug Fixes

  • check TypeComposer via class name (007e902)

v1.11.1

09 Feb 15:36

Choose a tag to compare

1.11.1 (2018-02-09)

Bug Fixes

  • allow graphql-compose@3.0.0, update dependencies (2278aa0)

v1.11.0

01 Feb 15:00

Choose a tag to compare

1.11.0 (2018-02-01)

Features

  • add support for mongoose@5.0.0 (9a90b82)

v1.10.1

29 Jan 04:23

Choose a tag to compare

1.10.1 (2018-01-29)

Bug Fixes

  • Sort: replace non letters from index name globally (30968a2)