Skip to content

Latest commit

 

History

History
118 lines (52 loc) · 4.09 KB

CHANGELOG.md

File metadata and controls

118 lines (52 loc) · 4.09 KB

Change Log

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.5.0 (2019-11-18)

Bug Fixes

  • settings: wait for task to finish (67f4e46)

BREAKING CHANGES

  • settings: indexing will take a slight bit longer if settings are applied to be more sure we don't set settings on the wrong index.

0.4.0 (2019-11-07)

Features

  • transformer: Wait for me! 🙋‍♂️ Ability to await the data transformer (#40) (d47e35f), closes #25

0.3.4 (2019-09-11)

Bug Fixes

  • settings: await settings to be sent before moving indices (231221e), closes #37

0.3.3 (2019-08-12)

0.3.2 (2019-07-03)

Bug Fixes

  • pkg: add index.js to files (282b151), closes #32

0.3.1 (2019-07-03)

Bug Fixes

0.3.0 (2018-11-13)

Features

  • settings: allow user to set settings for each query individually (#17) (ea6e8b1)

0.2.0 (2018-10-02)

Bug Fixes

  • don't "atomic" index when there's no info in main index (#12) (1be256f)

Features

0.1.1 (2018-09-28)

Features

  • Make sure people use the right name for query (2b47488)

0.1.0 (2018-09-05)

Features

  • Atomic indexing (cc351f0)
    • this will add one more index while you're indexing to always have live data on your index

0.0.4 (2018-05-30)

Features

  • Allow multiple indices (fd6d9e5)
  • make indexName in query and transformer optional (337fdc8)

Change Log

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.