- Really just a constructor change to make things more sensible, but in line with semver, we're now at 2.0.0.
- Make client object more meaningful by wrapping only actual RPC methods
- Initial release
- Add testing framework (jasmine)
- Move to @brigade org on npmjs.org
- Fix babel compilation and include runtime for normal usage
- Correctly release connections on error cases
- Fix potential multi-release of pooled connections resulting in unhandled Promise rejections
- Rework callback attach/detachment to eliminate edge cases
- Remove Babel and go native ES6 to fix bug in transpiled code