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

Latest commit

 

History

History
46 lines (28 loc) · 954 Bytes

CHANGELOG.md

File metadata and controls

46 lines (28 loc) · 954 Bytes

3.0.0 (2015-06-11)

  • Upgrade elasticsearch.js to 5.0.0

2.1.0 (2015-05-27)

  • Included .jshintrc file
  • Fixed minor semicolons issues
  • Added .raw() method for debugging/editing purposes

2.0.0 (2015-04-15)

1.1.2 (2015-04-14)

  • Fix: Count query should not be allowed to have a sort param

1.1.1 (2015-04-07)

  • Added search keywords in package.json

1.1.0 (2015-04-07)

  • Fix fields filtering with only arguments

1.0.0 (2015-04-07)

  • Updated elasticsearch.js to latest version

0.2.0 (2015-04-07)

  • Replaced isarray by npm module
  • Added count method for a query

0.1.2 (2015-01-29)

Fixes:

  • Remove isPlainObject helper

0.1.1 (2015-01-29)

Fixes:

  • Removed unused dependencies
  • Put dependencies for testing in devDependencies
  • Replaced lodash methods with vanilla JS