Skip to content

Releases: graphql-compose/graphql-compose-elasticsearch

v1.7.9

08 Jun 13:28
Compare
Choose a tag to compare

1.7.9 (2017-06-08)

Bug Fixes

  • Flowtype: Update graphql-compose and fix Flow errors (d076ad13)

v1.7.8

06 Jun 06:21
Compare
Choose a tag to compare

1.7.8 (2017-06-06)

Bug Fixes

  • Babel: Add babel-runtime for node v4 (10fa079a)
  • Flowtype: Resolve Flowtype warnings (5fb18594)
  • Node4: Replace Array.include by Array.indexOf (76bbfa53)

v1.7.7

05 Jun 05:26
Compare
Choose a tag to compare

1.7.7 (2017-06-05)

Bug Fixes

  • GraphQL: Remove graphql from peer-dependencies. Using it from graphql re-export (6d35e470)
  • Flowtype: Resolve all Flow warnings (b90a1f46)

v1.7.6

02 May 13:13
Compare
Choose a tag to compare

1.7.6 (2017-05-02)

Bug Fixes

  • ElasticApiParser: Support elasticsearch 13.0.0 with new format of available api list (be31a39a, closes #1)

v1.7.5

28 Apr 09:23
Compare
Choose a tag to compare

1.7.5 (2017-04-28)

Bug Fixes

  • getEnumType: Bypass graphql 0.9.4 block for true/false values (a7569392)

v1.7.4

23 Mar 22:28
Compare
Choose a tag to compare

1.7.4 (2017-03-23)

Bug Fixes

  • ElasticDSL: Small fixes in Elastic DSL types (bf22933f)

v1.7.3

23 Mar 17:14
Compare
Choose a tag to compare

1.7.3 (2017-03-23)

Bug Fixes

  • SearchConnection: Add checks for sort arg presence and its values are unique (61633a6a)

v1.7.2

22 Mar 19:03
Compare
Choose a tag to compare

1.7.2 (2017-03-22)

Bug Fixes

  • ElasticApiParser:
    • Add rule to cleanUpSource(), cause dox does not understand methods which defin (9ebe9803)
    • Add methods which defined via square brackets (6fed21db)
  • ElasticFieldConfig: Add resolve when using elasticClient instance (5429d661)

v1.7.1

22 Mar 16:30
Compare
Choose a tag to compare

1.7.1 (2017-03-22)

Bug Fixes

  • Obtaining API version from Elastic Client instance (486005ee)

v1.7.0

22 Mar 11:48
Compare
Choose a tag to compare

1.7.0 (2017-03-22)

Features

  • Package: Exposed main methods, options renaming, small clean-ups. (e6c64483)
  • ElasticApiParser: Improved source api filepath determination by version (9fc21501)