## 0.0.1
 * initial contrib

## 0.0.5
 * apidocs link
 * require('cli-driver').Driver

## 0.0.6
 * sample-app-using-inquirer
 * typings and typedoc

## 0.0.7
 * waitUntil
 * ansi keys and utilities using ansi-escape-sequences
 * .d.ts generated automatically and gitignored

## 0.0.8
 * wait* methods accept option object
 * spec for inquirer pizza
 * waitAfterInput and waitAfterEnter

## 0.1.0
 * timeouts better api specs
 * wait* global timeout and success handlers

##  0.1.0
 * waitUntilTimeoutHandler and waitUntilSuccessHandler in options to be notified globally when any wait* fails or succeed
 * timeout and interval are now in driver.options with sightly different names:  waitUntilTimeout and  waitUntilInterval

## 0.1.1
 * fix the npm install cli-driver
 * more test

## 0.1.2
 * code coverage

## 0.1.3
 * Driver extends DriverWait extends DriverIO extends DriverCore
 * wait* methods alias, for example until is alias for waitUntil

## 0.2.0
 * updated and simplified dependencies

## 0.2.1
* interaction helper