panic-client
Advanced tools
Changelog
v1.0.1
job.fail
was called with just a string, it wouldn't be used as an error message (regression from previous versions, now tested).Changelog
v1.0.0
.async
method to replace the done
parameter.this.data
renamed to this.props
for clarity.panic.connection
is now panic.socket
.setTimeout(this.fail)
instead.done
callback is no longer passed. Instead, use var done = this.async()
, or return a promise.this.socket
. Use panic.connection
instead.@scope
is no longer supported. It just caused too much confusion.Changelog
v0.3.0
this.set
and this.get
.panic.js
build from git. It'll still be published on npm.Changelog
v0.2.0
done
callback is now the 1st parameter passed to peers instead of the second.'@scope'
.arguments
, function.length
, eval
variable assignment over function expressions).Changelog
v0.1.1
platform
object now accessible to jobs as this.platform
.