Skip to content

Releases: sudo-suhas/elastic-builder

v2.1.0

27 Sep 05:42
Compare
Choose a tag to compare

2.1.0 (2018-09-27)

Features

  • Implement 'Bucket Sort Aggregation' (#69) (50f8175)

v2.0.2

18 Aug 10:30
Compare
Choose a tag to compare

2.0.2 (2018-08-18)

Bug Fixes

v2.0.1

30 Jul 03:20
Compare
Choose a tag to compare

2.0.1 (2018-07-30)

Bug Fixes

  • Always wrap functions in array for FunctionScoreQuery (b098daf), closes #38

v2.0.0

14 Jul 13:04
Compare
Choose a tag to compare

2.0.0 (2018-07-14)

Bug Fixes

  • Bump deps, drop node 4 support (0f82607)

BREAKING CHANGES

  • Drop support for node 4. Specifically, the tests are
    not run on node 4. The config for babel-preset-env has also been
    updated to target transpilation to node 6. However, because of
    additional target directive "browsers": [">1%"], it will probably
    work fine on node 4 too. Not recommended though.

v1.3.0

18 Jun 06:06
Compare
Choose a tag to compare

1.3.0 (2018-06-18)

Features

  • Implement 'Composite Aggregation' (8e909d9), closes #47

v1.2.0

03 Jun 13:30
Compare
Choose a tag to compare

1.2.0 (2018-06-03)

Bug Fixes

  • d.ts: Fix typings for DecayScoreFunction methods (580fda7), closes #43
  • Corrections to type annotations (3792268)

Features

  • Implement 'Significant Text Aggregation' (693b494)
  • Implement 'Terms Set Query' (229765f)

v1.1.7

25 Mar 03:20
Compare
Choose a tag to compare

1.1.7 (2018-03-25)

Bug Fixes

  • Change babel-preset-env target to browsers: [>1%] (#55) (87c9728)

v1.1.6

23 Jan 10:12
Compare
Choose a tag to compare

1.1.6 (2018-01-23)

Bug Fixes

  • d.ts: Add boolean to union type for TermQuery.value (#40) (d9c0139)

v1.1.5

08 Jan 04:31
Compare
Choose a tag to compare

1.1.5 (2018-01-08)

Bug Fixes

v1.1.4

18 Dec 08:26
Compare
Choose a tag to compare

1.1.4 (2017-12-18)

Bug Fixes

  • Update docs for elasticsearch 6.0 breaking changes (7827542)