bring over changes from 15.1
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
# elasticsearch.js 15.0.0
|
||||
# elasticsearch.js 15.1.0
|
||||
|
||||
The official low-level Elasticsearch client for Node.js and the browser.
|
||||
|
||||
|
||||
@ -22,7 +22,7 @@ npm install elasticsearch-browser
|
||||
---------
|
||||
|
||||
=== Download
|
||||
* v15.0.0: https://download.elasticsearch.org/elasticsearch/elasticsearch-js/elasticsearch-js-15.0.0.zip[zip], https://download.elasticsearch.org/elasticsearch/elasticsearch-js/elasticsearch-js-15.0.0.tar.gz[tar.gz]
|
||||
* v15.1.0: https://download.elasticsearch.org/elasticsearch/elasticsearch-js/elasticsearch-js-15.1.0.zip[zip], https://download.elasticsearch.org/elasticsearch/elasticsearch-js/elasticsearch-js-15.1.0.tar.gz[tar.gz]
|
||||
|
||||
=== Angular Build
|
||||
* Registers an `esFactory` factory in the `"elasticsearch"` module
|
||||
|
||||
@ -1,6 +1,9 @@
|
||||
[[changelog]]
|
||||
== Changelog
|
||||
|
||||
=== 15.1.0 (July 3 2018)
|
||||
* apiVersion `"6.3"` is now the default
|
||||
|
||||
=== 15.0.0 (May 14 2018)
|
||||
* Upgrade from lodash 2 to lodash 4 (Thanks https://github.com/dominykas[@dominykas]!) https://github.com/elastic/elasticsearch-js/pull/660[#600]
|
||||
- Because this is such a large shift, and it could have potentially subtle effects on the module, we've done a major version bump. Unless you are using custom plugins that rely on the old `utils`, this _should_ be the equivalent of a patch upgrade.
|
||||
|
||||
@ -7,7 +7,7 @@
|
||||
"description": "The official low-level Elasticsearch client for Node.js and the browser.",
|
||||
"main": "src/elasticsearch.js",
|
||||
"homepage": "http://www.elastic.co/guide/en/elasticsearch/client/javascript-api/current/index.html",
|
||||
"version": "15.0.0",
|
||||
"version": "15.1.0",
|
||||
"keywords": [
|
||||
"elasticsearch",
|
||||
"mapping",
|
||||
|
||||
Reference in New Issue
Block a user