Skip to content

Release 1.1.0

Choose a tag to compare

@jimmyn jimmyn released this 28 Jan 08:44
· 10 commits to master since this release
  • BREAKING CHANGE: replace default import with named import
import {ElasticModel} from 'aws-elasticsearch-model';
  • upgrade dependencies
  • rename query to body in search method to avoid confusion (a6e7f66)
  • fix tests (74d82bf)