Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 794 Bytes

CHANGELOG.md

File metadata and controls

36 lines (21 loc) · 794 Bytes

Changelog

[Unreleased]

[1.3.3] 2019-06-17

  • chore(packages): Update packages and fix breaking changes
  • refactor(core): Add bulkSize option to bulkIndex method

[1.3.2] 2019-01-30

  • Move @types/elasticsearch from devDependencies to dependencies
  • Update README.md file to add documentation for npm publish process

[1.3.0] 2018-05-14

  • Expose Client into core

[1.2.1] 2018-05-14

  • Fix missing static on Core.getIndices

[1.2.0] 2018-05-14

  • Added index stored + getIndices to retrieve all indexed classes

[1.1.0] 2018-04-30

  • Target class in field decorator instead of prototype
  • Append Core options to handle index prefix
  • Update tests by mocking when relevant
  • Fix multiple call of ArrayStream._read

[1.0.0] 2018-04-21

  • Initial version