4.0.1
Overview
This is a bug fix release, with a minor enhancement to the grunt task.
- The grunt task now supports a
config
property that behaves similarly to that of the Node runner script. (#812, #813) - Globs in suite lists are now expanded together, allowing exclude rules to be properly applied. (#811)
- The
rejectOnError
andcallback
methods on Deferred now pass the proper context to wrapped callbacks. (#809)