=== Version 0.1 / 2011-07-01
* Enhancements
  * Support for using multiple identifiers when locating the following element:
    * Link
    * TextField
    * HiddenField
    * TextArea
    * SelectList
    * CheckBox
    * RadioButton
    * Button
    * Div
    * Span
    * Table
    * TableCell
    * Image
    * Form
    * ListItem
    * UnorderedList
    * OrderedList
  * Selenium support for using index for the following elements:
    * Link
    * TextField
    * HiddenField
    * TextArea
    * SelectList
    * CheckBox
    * RadioButton
    * Button
    * Div
    * Span
    * Table
    * Image
    * Form
    * ListItem
    * UnorderedList
    * OrderedList
  * Support name for identification across all elements in Watir
  * Added [] method to SelectList to index Options
  * Added options method to Select List
  * Added support for the following elements
    * Option
  * Updated to use selenium-webdriver 0.2.2
  * Updated to use watir-webdriver 0.2.5

=== Version 0.0.5 / 2011-06-15
* Enhancements
  * Added rows method to Table to return number or rows
  * Added columns method to TableRow to return the number of columns
  * Table now supports Enumerable to iterate over the TableRows
  * TableRow now supports Enumerable to iterate over TableCells
  * Added items method to UnorderedList to return number of ListItems
  * Added items method to OrderedList to return number of ListItems
  * UnorderedList now supports Enumerable to iterate over the ListItems
  * OrderedList now supports Enumerable to iterate over the ListItems
  * All element methods now take an optional block that can be executed passing a browser
  * Created PageFactory module to add factory methods to your step definitions
    * Thanks Alister Scott for the idea
  

=== Version 0.0.4 / 2011-06-13
* Enhancements
  * Added support for the following elements
    * hidden field
    * form
    * list item
    * unordered list
    * ordered list

=== Version 0.0.3 / 2011-06-02
* Enhancements
  * Added support for the following elements
    * span
    * image
  * Added the following methods to Element
    * value
    * ==
    * tag_name
    * attribute
    * click
  * Updated to use selenium-webdriver 0.2.1
  * Updated to use watir-webdriver 0.2.4

=== Version 0.0.2 / 2011-05-30
* Enhancements
  * Added support for the following elements
    * div
    * button
    * table
    * table row
    * table cell
  * Added text method to element

=== Version 0.0.1 / 2011-05-22
* Enhancements
  * Support for the following elements
    * check box
    * link
    * radio button
    * select list
    * text field
  * Support for the following page level functions
    * text
    * html
    * title