- Update devDependencies
mocha
,husky
,ts-standard
- Set minimum version of Node at
8.0.0
- Migrate code over to
typescript
- Update all dependencies
- Use
chai
instead ofshould
for test case assertions - Use
ts-standard
instead ofstandard
now that this is a typescript project - Added commitlint for consistent commits
- Updated all repo links due to ownership transfer
- Using js-standard for linting/formatting
- Using Travis-ci for tests
- Using coveralls for code coverage
- Now testing against multiple node versions (0.10.x, 4.x, 6.x)
- Removed the max range limiter for nodejs version
- Removed the max range limiter for bluebird version
- Updated to use bluebird 3.x and support node 5
- Removed Cancelation feature because Bluebird v3 changed it and I'm not quite sure how useful it even is in this project. (Note: if you need it back in, please open an issue with an idea of how you would like to see the api working)
- Initial release