Skip to content

Latest commit

 

History

History
40 lines (22 loc) · 1.02 KB

CHANGELOG.md

File metadata and controls

40 lines (22 loc) · 1.02 KB

Changelog

v0.8.0 - 2021-10-13

v0.8.0 - 2021-10-13

  • Updated date_histogram aggregation parameters

v0.7.0 - 2021-06-16

  • Added default_operator field for query_string (thanks @brunozoric)

v0.6.0 - 2021-02-11

  • Add boost field for match_phrase queries (thanks @StevenGBrown)

v0.5.0 - 2020-12-09

v0.4.0 - 2020-11-06

  • Add field mapping types
  • Add script_score query type

v0.3.0 - 2020-10-06

  • (breaking) Connected the TypeScript types with the query builder functions
  • (breaking) Adjusted build to expose all types and functions from the main import

v0.2.0 - 2019-11-28

  • Reworked, functional query builder (esBuilder)
  • Add rank_feature query (thanks @StevenGBrown)

v0.1.0

  • Initial release