Skip to content

Commit

Permalink
Release(2.0.0): add ElasticSearch 7 Support (#126)
Browse files Browse the repository at this point in the history
* task(Readme): readme file update

* fix(eslint): all lint issues, remove unused files

* fix(eslint): constructor, prototype issues for ESConnector class

* fix(lint): lint issues fixed in all.js and buildOrder.js

* feature(Client): all client APIs updated

* fix(replaceOrCreate): response fix

* task(README, examples): update README and example server

* Release: Version 2.0.0
  • Loading branch information
bharathkontham authored Oct 11, 2019
1 parent 0cd2ddd commit 477d311
Show file tree
Hide file tree
Showing 63 changed files with 2,779 additions and 11,179 deletions.
2 changes: 2 additions & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
examples/
test/
11 changes: 11 additions & 0 deletions .eslintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"extends": "airbnb",
"rules": {
"comma-dangle": "off",
"global-require":"off",
"no-param-reassign": "off"
},
"parserOptions": {
"ecmaVersion": 8
}
}
18 changes: 0 additions & 18 deletions .eslintrc.js

This file was deleted.

3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
.idea
node_modules
examples/db.json
test/**/*.log
test/**/*.log
package-lock.json
Loading

0 comments on commit 477d311

Please sign in to comment.