Skip to content

Releases: graphql-compose/graphql-compose-elasticsearch

v1.6.0

21 Mar 16:52
Compare
Choose a tag to compare

1.6.0 (2017-03-21)

Features

  • FieldNames: Add avaliable fieldNames in Aggs according to mapping (8edee3f9)
  • Query: Queries now support fields from mapping (a989f484)
  • SearchResolver: Add SearchResolver generated from mapping (fef17f0d)
  • SearchConnectionResolver: SearchConnectionResolver compatible with Relay Connection spec (fef17f0d)

v1.5.0

17 Mar 06:42
Compare
Choose a tag to compare

<a name"1.5.0">

1.5.0 (2017-03-17)

Features

  • Aggs: Described all aggregation inputs (380c73ae)

v1.4.0

15 Mar 16:17
Compare
Choose a tag to compare

<a name"1.4.0">

1.4.0 (2017-03-15)

Features

  • Aggs: Start describing body.aggs input for searchTyped (42f58223)
  • Search: Add field searchTyped with described inputs, search now has untyped body (56c815ae)

v1.3.1

13 Mar 14:59
Compare
Choose a tag to compare

<a name"1.3.1">

1.3.1 (2017-03-13)

Bug Fixes

  • QueryBool: minimum_should_match should be string type (51db2cb2)

v1.3.0

13 Mar 14:31
Compare
Choose a tag to compare

<a name"1.3.0">

1.3.0 (2017-03-13)

Features

  • QueryDSL: Defined all InputTypes for search.body (444d64d6)

v1.2.0

11 Mar 16:48
Compare
Choose a tag to compare

<a name"1.2.0">

1.2.0 (2017-03-11)

Bug Fixes

  • ElasticSearchApi: Add body arg to POST, PUT methods (d1994d30)
  • QueryDSL: Beautifying and small refactoring (8b8889e9)

Features

  • QueryDSL: Add basic input types for search body (9cc9e57a)

v1.1.0

07 Mar 16:46
Compare
Choose a tag to compare

<a name"1.1.0">

1.1.0 (2017-03-07)

Bug Fixes

  • ElasticApiParser: Add resolve for nested methods. (c6b15ef9)

Features

  • ElasticApiParser: Set format="json" by default (5f82ccd7)

v1.0.2

07 Mar 16:05
Compare
Choose a tag to compare

<a name"1.0.2">

1.0.2 (2017-03-07)

Bug Fixes

  • ElasticApiParser: Add elasticApiFilesPath option (9963b9c5)
  • Package: Make dox as regular dependency (4e5a3708)

v1.0.1

07 Mar 15:24
Compare
Choose a tag to compare

<a name"1.0.1">

1.0.1 (2017-03-07)

Bug Fixes

  • Expose ElasticApiParser and mapping methods in index.js (880c8620)

v1.0.0

07 Mar 14:57
Compare
Choose a tag to compare

<a name"1.0.0">

1.0.0 (2017-03-07)

Bug Fixes

Features

  • Add example graphql server (d653b740)
  • ElasticApiParser: Now generates GraphQLFieldMap from elastic api (b44fc663)