Skip to content

Commit

Permalink
add basic changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
crccheck committed Feb 19, 2017
1 parent 13eb352 commit e54e72d
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 1 deletion.
51 changes: 51 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
## 1.5.0
* [[`bdb8d58578`](https://github.com/crccheck/kinesis-console-consumer/commit/bdb8d58578)] - Options refactor/#18 (#26) (Chris Chang)

## 1.4.0
* [[`37ec6651ea`](https://github.com/crccheck/kinesis-console-consumer/commit/37ec6651ea)] - Make the user of the reader supply an AWS client (#24) (Chris Chang)

## 1.3.0
* [[`4b1ebf9b05`](https://github.com/crccheck/kinesis-console-consumer/commit/4b1ebf9b05)] - Switch to Stream interface (#22) (Chris Chang)
* [[`44c4c46b9e`](https://github.com/crccheck/kinesis-console-consumer/commit/44c4c46b9e)] - greenkeeper (crccheck)

## 1.2.0
* [[`3270320a86`](https://github.com/crccheck/kinesis-console-consumer/commit/3270320a86)] - Refactor to use AWD-SDK's promises (#20) (Chris Chang)
* [[`f0224d475e`](https://github.com/crccheck/kinesis-console-consumer/commit/f0224d475e)] - Read from multiple shards if there are any (#19) (Chris Chang)
* [[`e2cf09af73`](https://github.com/crccheck/kinesis-console-consumer/commit/e2cf09af73)] - Add --list option (#17) (Chris Chang)

## 1.1.0
* [[`0b6f0379e0`](https://github.com/crccheck/kinesis-console-consumer/commit/0b6f0379e0)] - Wait between reads to avoid hitting the read rate limit (#16) (Chris Chang)

## 1.0.0
* [[`7759f2a69f`](https://github.com/crccheck/kinesis-console-consumer/commit/7759f2a69f)] - Node4 (#11) (Chris Chang)

## 0.3.0
* [[`0555f82301`](https://github.com/crccheck/kinesis-console-consumer/commit/0555f82301)] - Maintenance (#10) (Chris Chang)
* [[`cfe0099fd0`](https://github.com/crccheck/kinesis-console-consumer/commit/cfe0099fd0)] - Coverage (#9) (Chris Chang)
* [[`1a4dc31576`](https://github.com/crccheck/kinesis-console-consumer/commit/1a4dc31576)] - add some basic keywords (crccheck)
* [[`abc51021a5`](https://github.com/crccheck/kinesis-console-consumer/commit/abc51021a5)] - add TravisCI support (#7) (Chris Chang)
* [[`2892abe683`](https://github.com/crccheck/kinesis-console-consumer/commit/2892abe683)] - Add tests (#6) (Chris Chang)

## 0.2.0
* [[`3ced070777`](https://github.com/crccheck/kinesis-console-consumer/commit/3ced070777)] - Merge pull request #2 from crccheck/iterator-types (Chris Chang)
* [[`b6d1ea234c`](https://github.com/crccheck/kinesis-console-consumer/commit/b6d1ea234c)] - Handle closed shards (crccheck)
* [[`c08231ee50`](https://github.com/crccheck/kinesis-console-consumer/commit/c08231ee50)] - Update timestamp usage (crccheck)
* [[`d3147aee94`](https://github.com/crccheck/kinesis-console-consumer/commit/d3147aee94)] - Add cli options for specifying where to start printing (crccheck)
* [[`5c698fe89d`](https://github.com/crccheck/kinesis-console-consumer/commit/5c698fe89d)] - Add way for options to get overriden (crccheck)
* [[`36bb978c41`](https://github.com/crccheck/kinesis-console-consumer/commit/36bb978c41)] - Add npm badge for da links (crccheck)

## 0.1.0
* [[`0c2070ba94`](https://github.com/crccheck/kinesis-console-consumer/commit/0c2070ba94)] - Merge pull request #1 from crccheck/initial (Chris Chang)
* [[`7c04fc32f6`](https://github.com/crccheck/kinesis-console-consumer/commit/7c04fc32f6)] - remove debugging (crccheck)
* [[`f223e83a1c`](https://github.com/crccheck/kinesis-console-consumer/commit/f223e83a1c)] - **Refactor**: list functions in lifecycle order (crccheck)
* [[`21ef0a4575`](https://github.com/crccheck/kinesis-console-consumer/commit/21ef0a4575)] - refactor to use consistent style for params (crccheck)
* [[`ea83d1be98`](https://github.com/crccheck/kinesis-console-consumer/commit/ea83d1be98)] - Add eslint (crccheck)
* [[`27400f817b`](https://github.com/crccheck/kinesis-console-consumer/commit/27400f817b)] - TODO different shard iterator types (crccheck)
* [[`7db0e2e8af`](https://github.com/crccheck/kinesis-console-consumer/commit/7db0e2e8af)] - Add nicer cli (crccheck)
* [[`aeeffc1f8e`](https://github.com/crccheck/kinesis-console-consumer/commit/aeeffc1f8e)] - Refactor so cli specific logic is in cli.js (crccheck)
* [[`e1f7a6d63f`](https://github.com/crccheck/kinesis-console-consumer/commit/e1f7a6d63f)] - add the basics for a package.json (crccheck)
* [[`127728ca77`](https://github.com/crccheck/kinesis-console-consumer/commit/127728ca77)] - Install as binary (crccheck)
* [[`09a1e1059e`](https://github.com/crccheck/kinesis-console-consumer/commit/09a1e1059e)] - Add basic README (crccheck)
* [[`bf9206b8d0`](https://github.com/crccheck/kinesis-console-consumer/commit/bf9206b8d0)] - Add License (crccheck)
* [[`d3be301d02`](https://github.com/crccheck/kinesis-console-consumer/commit/d3be301d02)] - Initial attempt to read from a stream (crccheck)
* [[`2640ad3eea`](https://github.com/crccheck/kinesis-console-consumer/commit/2640ad3eea)] - initial commit (empty) (crccheck)
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"pretest": "npm run lint",
"test": "istanbul cover _mocha",
"tdd": "mocha --watch --reporter dot --bail",
"travisci": "npm run test -- --report lcovonly && cat ./coverage/lcov.info | coveralls"
"travisci": "npm run test -- --report lcovonly && cat ./coverage/lcov.info | coveralls",
"changelog": "changelog-maker"
},
"bin": {
"kinesis-console-consumer": "./cli.js"
Expand Down

0 comments on commit e54e72d

Please sign in to comment.