version 3.0.0
This commit is contained in:
@ -2,8 +2,8 @@
|
|||||||
|
|
||||||
The official low-level Elasticsearch client for Node.js and the browser.
|
The official low-level Elasticsearch client for Node.js and the browser.
|
||||||
|
|
||||||
[](https://travis-ci.org/elasticsearch/elasticsearch-js?branch=2.4)
|
[](https://travis-ci.org/elasticsearch/elasticsearch-js?branch=3.0)
|
||||||
[](https://coveralls.io/r/elasticsearch/elasticsearch-js?branch=2.4)
|
[](https://coveralls.io/r/elasticsearch/elasticsearch-js?branch=3.0)
|
||||||
[](https://david-dm.org/elasticsearch/elasticsearch-js)
|
[](https://david-dm.org/elasticsearch/elasticsearch-js)
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
@ -34,10 +34,10 @@ Check out the [Browser Builds](http://www.elasticsearch.org/guide/en/elasticsear
|
|||||||
</tr><tr>
|
</tr><tr>
|
||||||
<td>download:</td>
|
<td>download:</td>
|
||||||
<td align="center">
|
<td align="center">
|
||||||
<a href="https://download.elasticsearch.org/elasticsearch/elasticsearch-js/elasticsearch-js-2.4.3.zip">zip</a>
|
<a href="https://download.elasticsearch.org/elasticsearch/elasticsearch-js/elasticsearch-js-3.0.0.zip">zip</a>
|
||||||
</td>
|
</td>
|
||||||
<td align="center">
|
<td align="center">
|
||||||
<a href="https://download.elasticsearch.org/elasticsearch/elasticsearch-js/elasticsearch-js-2.4.3.tar.gz">tar.gz</a>
|
<a href="https://download.elasticsearch.org/elasticsearch/elasticsearch-js/elasticsearch-js-3.0.0.tar.gz">tar.gz</a>
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
|||||||
@ -14,7 +14,7 @@ bower install elasticsearch
|
|||||||
---------
|
---------
|
||||||
|
|
||||||
=== Download
|
=== Download
|
||||||
* v2.4.3: https://download.elasticsearch.org/elasticsearch/elasticsearch-js/elasticsearch-js-2.4.3.zip[zip], https://download.elasticsearch.org/elasticsearch/elasticsearch-js/elasticsearch-js-2.4.3.tar.gz[tar.gz]
|
* v3.0.0: https://download.elasticsearch.org/elasticsearch/elasticsearch-js/elasticsearch-js-3.0.0.zip[zip], https://download.elasticsearch.org/elasticsearch/elasticsearch-js/elasticsearch-js-3.0.0.tar.gz[tar.gz]
|
||||||
|
|
||||||
|
|
||||||
=== Angular Build
|
=== Angular Build
|
||||||
|
|||||||
@ -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": "http://www.elasticsearch.org/guide/en/elasticsearch/client/javascript-api/current/index.html",
|
"homepage": "http://www.elasticsearch.org/guide/en/elasticsearch/client/javascript-api/current/index.html",
|
||||||
"version": "2.4.3",
|
"version": "3.0.0",
|
||||||
"browser": {
|
"browser": {
|
||||||
"./src/lib/connectors/index.js": "./src/lib/connectors/browser_index.js",
|
"./src/lib/connectors/index.js": "./src/lib/connectors/browser_index.js",
|
||||||
"./src/lib/loggers/index.js": "./src/lib/loggers/browser_index.js",
|
"./src/lib/loggers/index.js": "./src/lib/loggers/browser_index.js",
|
||||||
|
|||||||
Reference in New Issue
Block a user