Skip to content
This repository has been archived by the owner on Oct 5, 2022. It is now read-only.

Releases: nearform/leaistic

v1.3.1

27 Mar 10:38
9133c7b
Compare
Choose a tag to compare

1.3.1 (2019-03-27)

Bug Fixes

  • update: custom reindexation was not passed the proper index name (b3a0c5d)

v1.3.0

27 Mar 08:21
1005cf8
Compare
Choose a tag to compare

1.3.0 (2019-03-27)

Features

  • lib: allow to provide your own reindexer when used as a lib (0545d17)

v1.2.0

26 Mar 17:37
67bf1df
Compare
Choose a tag to compare

1.2.0 (2019-03-26)

Features

  • expose a method to create your own generated index name (26dbb74)

v1.1.1

26 Mar 17:05
b57f6dd
Compare
Choose a tag to compare

1.1.1 (2019-03-26)

Bug Fixes

  • security: update dependencies with npm audit fix (4fdce94)

v1.1.0

27 Aug 14:24
5c37db7
Compare
Choose a tag to compare

1.1.0 (2018-08-27)

Features

  • add a bin script to run leaistic vi npx, plus update README (47de08e)

v1.0.1

27 Aug 12:46
2ccaa89
Compare
Choose a tag to compare

1.0.1 (2018-08-27)

Bug Fixes

  • package.json cleanup for automated npm deployment (bbeb549)

v0.8.0

03 Jul 12:12
2145a92
Compare
Choose a tag to compare

0.8.0 (2018-07-03)

Bug Fixes

  • prevent premature store unlocking (1b07c2a)

Features

  • improve indices errors, break store/state, export rollbacks (7bf1f46)
  • remove "awaitGreen" feature and test ( Breaking ! ) (52dc48f)
  • use error manager and improve ops test (cce8dc7)

v0.7.2

21 Jun 13:11
15adac4
Compare
Choose a tag to compare

0.7.2 (2018-06-21)

Bug Fixes

  • run post-reindex checks in parallel (814f088)

v0.7.1

15 Jun 15:36
85bad89
Compare
Choose a tag to compare

0.7.1 (2018-06-15)

Bug Fixes

  • alias was double deleted in parallel (788ca97)
  • example: solves "es is not a function" (c4e7cb7)

v0.7.0

15 Jun 12:30
57865ef
Compare
Choose a tag to compare

0.7.0 (2018-06-15)

Features

  • add an overridable in-memory parrallel execution control (f9db24f), closes #16