version 2.1.5
This commit is contained in:
@ -2,6 +2,9 @@
|
|||||||
|
|
||||||
## 2.1 (Mar 27 2014)
|
## 2.1 (Mar 27 2014)
|
||||||
- The default API version is now `'1.1'`
|
- The default API version is now `'1.1'`
|
||||||
|
- Errors generated in the browser will now have stack traces
|
||||||
|
- Clarified IE-support
|
||||||
|
- Improvements to the bundled log-generator
|
||||||
|
|
||||||
## 2.0 (Mar 27 2014)
|
## 2.0 (Mar 27 2014)
|
||||||
- The default API version is now `'1.0'`
|
- The default API version is now `'1.0'`
|
||||||
|
|||||||
@ -34,7 +34,7 @@ bower install elasticsearch
|
|||||||
```
|
```
|
||||||
|
|
||||||
### Download
|
### Download
|
||||||
- v2.1.4: [zip](https://download.elasticsearch.org/elasticsearch/elasticsearch-js/elasticsearch-js-2.1.4.zip), [tar.gz](https://download.elasticsearch.org/elasticsearch/elasticsearch-js/elasticsearch-js-2.1.4.tar.gz)
|
- v2.1.5: [zip](https://download.elasticsearch.org/elasticsearch/elasticsearch-js/elasticsearch-js-2.1.5.zip), [tar.gz](https://download.elasticsearch.org/elasticsearch/elasticsearch-js/elasticsearch-js-2.1.5.tar.gz)
|
||||||
|
|
||||||
## Docs
|
## Docs
|
||||||
- [Quick Start](http://www.elasticsearch.org/guide/en/elasticsearch/client/javascript-api/current/quick-start.html)
|
- [Quick Start](http://www.elasticsearch.org/guide/en/elasticsearch/client/javascript-api/current/quick-start.html)
|
||||||
|
|||||||
@ -14,7 +14,7 @@ bower install elasticsearch
|
|||||||
---------
|
---------
|
||||||
|
|
||||||
=== Download
|
=== Download
|
||||||
* v2.1.4: https://download.elasticsearch.org/elasticsearch/elasticsearch-js/elasticsearch-js-2.1.4.zip[zip], https://download.elasticsearch.org/elasticsearch/elasticsearch-js/elasticsearch-js-2.1.4.tar.gz[tar.gz]
|
* v2.1.5: https://download.elasticsearch.org/elasticsearch/elasticsearch-js/elasticsearch-js-2.1.5.zip[zip], https://download.elasticsearch.org/elasticsearch/elasticsearch-js/elasticsearch-js-2.1.5.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.1.4",
|
"version": "2.1.5",
|
||||||
"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