Skip to content

Releases: graphql-compose/graphql-compose-connection

v2.2.1

06 Jun 11:01
Compare
Choose a tag to compare

2.2.1 (2017-06-06)

Bug Fixes

  • Flowtype: Resolve Flow errors. Cover tests by Flow. (3706b82e)

v2.2.0

05 Jun 16:53
Compare
Choose a tag to compare

2.2.0 (2017-06-05)

Bug Fixes

  • Babel:
    • Remove babel polyfills in graphql-compose (79c1003e)
    • Return babel-runtime back (7eef5825)
  • Flowtype: Remove unused $FlowFixMe (ce1f7dc8)

Features

  • Babel: Migrate to babel-env. Remove es build. (360bedf6)

v2.1.4

03 Jun 08:22
Compare
Choose a tag to compare

2.1.4 (2017-06-03)

Bug Fixes

  • Remove graphql-js peer-dependency. Using it via graphql-compose re-export. (a4d8382c)

Also was resolved and improved flowtype checks.

v2.1.3

25 Jan 17:54
Compare
Choose a tag to compare

2.1.3 (2017-01-25)

Bug Fixes

  • graphql-compose: Remove deprecated methods (9bf776ba)

v2.1.2

18 Nov 12:50
Compare
Choose a tag to compare

2.1.2 (2016-11-18)

Bug Fixes

  • ConnectionResolver: Do not call findMany resolver, if requested only count field (81e000f3, closes #5 by @yoadsn)

v2.1.1

31 Oct 09:32
Compare
Choose a tag to compare

2.1.1 (2016-10-31)

Bug Fixes

  • ConnectionType: For same GraphQLObject prepareConnectionType returns the same ConnectionType (86ddc88d)

v2.1.0

31 Oct 05:51
Compare
Choose a tag to compare

2.1.0 (2016-10-31)

Features

  • Cursor: Make methods cursorToData and dataToCursor public (1abb97cc)

v2.0.2

25 Oct 17:49
Compare
Choose a tag to compare

2.0.2 (2016-10-25)

Bug Fixes

  • Dependencies: Fixes due deprecated methods in graphql-compose (d31c9998)

v2.0.1

16 Oct 16:06
Compare
Choose a tag to compare

2.0.1 (2016-10-16)

Bug Fixes

  • FallbackAlgorithm: If before cursor provided, limit should not exceed its offset (ebbaa886)
  • Projection: Pass top level projections to findMany resolver's projection (0824ab89)

v2.0.0

16 Oct 10:25
Compare
Choose a tag to compare

2.0.0 (2016-10-16)

Features

  • API: Refactor config opt sort. Remove resolveParams.sort pollution. (194ac5b7)
  • ConnectionResolver: Add fallback algorithm, which uses limit and skip. (937a6829)

Breaking Changes