# CHANGELOG

## v1.5.0 (2017-02-20)
* updated examples to support version >4 webdriverio
	* tutorial1.js
	* copyright1.js
	* autoComplete1.js
	* carouselExample1.js
	* cssValidation1.js
	* dataLoopExample1.js
	* dataLoopExample2.js
	* linkTextURL1.js
	* linkTextURL2.js
	* formFillSubmit1.js
	* modal1.js
	* selectbox1.js
	* debugExample1.js
	* iframe1.js
	* dropDownMenu1.js
	* formFieldValidation.js
	* restAPIExample1.js
	* screenShot1.js
	* callbackPromise.js
	* saucelabs.js
* added examples
  * tutorial1-wdio.js
  * wdio.conf-tutorial1.js
  * copyright1-wdio.js
  * wdio-conf-copyright1.js
  * pageOjectExample1.js
  * pageobjects/web-page.js
  * pageobjects/page.js
* removed examples that supported ES6
  * tutorial1-ES6.js
  * wdio.conf-tutorial1-ES6.js
  * copyright1-ES6.js	
  * wdio.conf-copyright1-ES6.js
  * dataLoopExample2-ES6.js		
  * wdio.conf-dataLoopExample2-ES6.js
* more configuration files for wdio	

## v1.4.1 (2015-11-27)
* updated excel data source example using package excel to node-xlsx - excelDataLoopExample.js

## v1.4.0 (2015-11-23)
* added excel data source example - excelDataLoopExample.js

## v1.3.9 (2015-11-16)
* added ES6 examples
	* dataLoopExample2-ES6.js & wdio.conf-dataLoopExample2-ES6.js

## v1.3.8 (2015-11-13)
* added ES6 examples
	* tutorial1-ES6.js & wdio.conf-tutorial1-ES6.js
	* copyright1-ES6.js & wdio.conf-copyright1-ES6.js

## v1.3.7 (2015-11-13)
* updated modal example using 2 methods - modal1.js

## v1.3.6 (2015-11-04)
* added selectbox example - selectbox1.js

## v1.3.5 (2015-10-31)
* added modal example - modal1.js

## v1.3.4 (2015-10-29)
* added iframe example - iframe1.js

## v1.3.3 (2015-09-23)
* added autocomplete example - autoComplete1.js

## v1.3.2 (2015-09-21)
* fixed links in README

## v1.3.1 (2015-09-17)
* added screen shot example - screenShot1.js
* updated keywords

## v1.2.1 (2015-09-08)
* fixed commonLib.js function - removed callbacks

## (All other versions - no changelog tracking)