version 16.4.0
This commit is contained in:
@ -22,7 +22,7 @@ npm install elasticsearch-browser
|
|||||||
---------
|
---------
|
||||||
|
|
||||||
=== Download
|
=== Download
|
||||||
* v16.3.0: https://download.elasticsearch.org/elasticsearch/elasticsearch-js/elasticsearch-js-16.3.0.zip[zip], https://download.elasticsearch.org/elasticsearch/elasticsearch-js/elasticsearch-js-16.3.0.tar.gz[tar.gz]
|
* v16.4.0: https://download.elasticsearch.org/elasticsearch/elasticsearch-js/elasticsearch-js-16.4.0.zip[zip], https://download.elasticsearch.org/elasticsearch/elasticsearch-js/elasticsearch-js-16.4.0.tar.gz[tar.gz]
|
||||||
|
|
||||||
=== Angular Build
|
=== Angular Build
|
||||||
* Registers an `esFactory` factory in the `"elasticsearch"` module
|
* Registers an `esFactory` factory in the `"elasticsearch"` module
|
||||||
|
|||||||
@ -1,6 +1,9 @@
|
|||||||
[[changelog]]
|
[[changelog]]
|
||||||
== Changelog
|
== Changelog
|
||||||
|
|
||||||
|
=== 16.4.0(Jul 10 2019)
|
||||||
|
* apiVersion `"7.3"` is now the default
|
||||||
|
|
||||||
=== 16.3.0 (Jul 10 2019)
|
=== 16.3.0 (Jul 10 2019)
|
||||||
* Removed many development dependencies
|
* Removed many development dependencies
|
||||||
* Switched to standard + prettier linting config. Testing indicates that this doesn't have any effect on the external API but it produces thousands of changes so releasing as a minor version bump just to be safe.
|
* Switched to standard + prettier linting config. Testing indicates that this doesn't have any effect on the external API but it produces thousands of changes so releasing as a minor version bump just to be safe.
|
||||||
|
|||||||
@ -7,7 +7,7 @@
|
|||||||
"description": "The official low-level Elasticsearch client for Node.js and the browser.",
|
"description": "The official low-level Elasticsearch client for Node.js and the browser.",
|
||||||
"main": "src/elasticsearch.js",
|
"main": "src/elasticsearch.js",
|
||||||
"homepage": "https://www.elastic.co/guide/en/elasticsearch/client/javascript-api/16.x/index.html",
|
"homepage": "https://www.elastic.co/guide/en/elasticsearch/client/javascript-api/16.x/index.html",
|
||||||
"version": "16.3.0",
|
"version": "16.4.0",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
"elasticsearch",
|
"elasticsearch",
|
||||||
"mapping",
|
"mapping",
|
||||||
|
|||||||
Reference in New Issue
Block a user