2.2.0
Overview
This release removes the @dojo dependencies and replaces them with @theintern/common. This was done primarily to alleviate typing conflicts that were happening when using Intern (which uses Dig Dug) to test the @dojo projects.
Dig Dug is now a bit more thorough with its typing exports. In particular, the cancellable promise type returned by some methods (CancellablePromise) is now exported, allowing users to declare variables of that type.
Other dependencies were also updated in this release, including the Selenium and WebDriver versions used by SeleniumTunnel.