Version 0.3
- Decision: Increased the use of introspection within the API
- Change: Tasks must now be named functions, the taskName parameter on instance.addTask() has been removed
Version 0.2
- Change: replaced Processes.global with new global "global" property exposed by Util.js v0.8
- Change: replaced "timeRemaining" param on Tasks with new global "timeRemaining" property
- Change: timeRemaining can no longer be negative - lower limit set to 0 so it can be treated as a boolean
- New: PROCESS_ALERT_DEFAULT constant
...