- Fix invalid addjob() requests that regressed in v1.1.1. (Michał Gołębiowski-Owczarek)
- Change 'request' dependency from 2.12.0 to 2.88.0. (Michał Gołębiowski-Owczarek)
- Write API docs in the README. (Jörn Zaefferer)
- Change authentication request to use
authID
instead ofauthUsername
to accomodate changes in upstream TestSwarm 1.0.0-alpha. (Timo Tijhof)
- Fix the timeout error to display the timeout instead of undefined. (Daniel Herman)
- (issue #9) Always invoke the addjob callback with a boolean "passed" value. (Timo Tijhof)
- Complete rewrite providing a new API, not backwards compatible. (Timo Tijhof)
- Refactor logic, backwards compatible. (Jörn Zaefferer)
- Clean up output.
- Add try-catch around JSON.parse call, in case server returns invalid JSON.
- Simplify results output (again).
- Don't care about trailing slash in URL.
- browserSets parameter is now an array.
- Made timed out runs result in failure.
- Support for all failure types othan than "failed" ("error", "timedout", ..).
- Simplify results output.
- Global timeout.
- Check all uaRuns.
- Proper URLs back to TestSwarm.
- Some additional error handling.
- Fix engine property in package.json.
- Initial release.