Releases: graphql-compose/graphql-compose-elasticsearch
Releases · graphql-compose/graphql-compose-elasticsearch
v1.7.9
1.7.9 (2017-06-08)
Bug Fixes
- Flowtype: Update graphql-compose and fix Flow errors (d076ad13)
v1.7.8
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
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
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
1.7.5 (2017-04-28)
Bug Fixes
- getEnumType: Bypass graphql 0.9.4 block for true/false values (a7569392)
v1.7.4
1.7.4 (2017-03-23)
Bug Fixes
- ElasticDSL: Small fixes in Elastic DSL types (bf22933f)
v1.7.3
1.7.3 (2017-03-23)
Bug Fixes
- SearchConnection: Add checks for
sort
arg presence and its values are unique (61633a6a)
v1.7.2
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
1.7.1 (2017-03-22)
Bug Fixes
- Obtaining API version from Elastic Client instance (486005ee)
v1.7.0
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)