CHANGELOG.md
## 1.2.0 - 2016-04-25
- Release v1.2.0 / npm@v1.2.0
- revert back to `v1.0.1`, rename `.create` method to `.compose`
## 1.1.0 - 2016-04-25
- Release v1.1.0 / npm@v1.1.0
- rename `.compose` method to `.create`
## 1.0.1 - 2016-03-30
- Release v1.0.1 / npm@v1.0.1
- fix `options.context` bugs (hopefully)
## 1.0.0 - 2016-03-30
- Release v1.0.0 / npm@v1.0.0
- remove codeclimate
- update config, add related
- update docs
- cleanup
- fix context logics, continue tests
- start tests
- update docs
- clarify `ComposeEmitter.extend` description
- update short usage example
- update docs/example, expose instance and constructor
- update docs
- not require to pass emitter through constructor
- generate docs
- add isObject check
- add readme
## 0.0.0 - 2016-03-26
- Initial commit