diff --git a/CHANGELOG.md b/CHANGELOG.md deleted file mode 100644 index 6d9ea93..0000000 --- a/CHANGELOG.md +++ /dev/null @@ -1,20 +0,0 @@ -# Change Log -All notable changes to this project will be documented in this file. -This project adheres to [Semantic Versioning](http://semver.org/). - -## [Unreleased] -### Changed -- Update node to v6/v8 and upgrade modules - - -## [v0.4.0] -### Added -- Changelog - -### Changed -- Updated dependencies -- Breaking: update loader to new interface of `proc-that` - - -[Unreleased]: https://github.com/smartive/proc-that-elastic-loader/compare/v0.4.0...master -[v0.4.0]: https://github.com/smartive/proc-that-elastic-loader/compare/v0.3.2...v0.4.0 diff --git a/README.md b/README.md index 5b058d4..defa6d8 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,14 @@ # ElasticLoader + Loader for `proc-that`. Loads processed items into an elasticsearch index. ##### A bunch of badges -[![Build Status](https://travis-ci.org/smartive/proc-that-elastic-loader.svg?maxAge=3600)](https://travis-ci.org/smartive/proc-that-elastic-loader) [![npm](https://img.shields.io/npm/v/proc-that-elastic-loader.svg?maxAge=3600)](https://www.npmjs.com/package/proc-that-elastic-loader) [![Coverage status](https://img.shields.io/coveralls/smartive/proc-that-elastic-loader.svg?maxAge=3600)](https://coveralls.io/github/smartive/proc-that-elastic-loader) [![license](https://img.shields.io/github/license/smartive/proc-that-elastic-loader.svg?maxAge=2592000)](https://github.com/smartive/proc-that-elastic-loader) +[![Build Status](https://travis-ci.org/smartive/proc-that-elastic-loader.svg?maxAge=3600)](https://travis-ci.org/smartive/proc-that-elastic-loader) +[![npm](https://img.shields.io/npm/v/proc-that-elastic-loader.svg?maxAge=3600)](https://www.npmjs.com/package/proc-that-elastic-loader) +[![Coverage status](https://img.shields.io/coveralls/smartive/proc-that-elastic-loader.svg?maxAge=3600)](https://coveralls.io/github/smartive/proc-that-elastic-loader) +[![license](https://img.shields.io/github/license/smartive/proc-that-elastic-loader.svg?maxAge=2592000)](https://github.com/smartive/proc-that-elastic-loader) +[![Greenkeeper badge](https://badges.greenkeeper.io/smartive/proc-that-elastic-loader.svg)](https://greenkeeper.io/) ## Installation @@ -53,4 +58,4 @@ let type1Loader = new ElasticLoader({/*es-config*/}, 'index', 'type_1', obj => o let type2Loader = new ElasticLoader({/*es-config*/}, 'index', 'type_2', obj => obj.type === 'Type2'); new Etl().addLoader(type1Loader).addLoader(type2Loader).start().subscribe(/*...*/); -``` \ No newline at end of file +``` diff --git a/package.json b/package.json index 43758b0..73a71e3 100644 --- a/package.json +++ b/package.json @@ -43,7 +43,7 @@ }, "dependencies": { "elasticsearch": "^13.2.0", - "proc-that": "^0.4.0", + "proc-that": "^0.7.0", "@types/node": "^8.0.17", "rxjs": "^5.4.2", "tslib": "^1.7.1"