ChangeLog in druid-ts-1.1.5 vs ChangeLog in druid-ts-1.1.6

- old
+ new

@@ -1,7 +1,21 @@ +=== 2017-01-13 +* Enhancement + * Added callback to initialize_accessors method during initialization + * Added html method to Element + * Added generated method to return text for a table + * Added generated method to return text for an unordered list + * Added generated method to return text for an ordered list +=== 2017-01-09 +* Enhancement + * Added params class instance variable to hold hash values that can be used in the page + * Added ability to insert ERB into page_url string and have it access params +* Fixes + * Fixed issue when passing symbol to page_url and calling multiple times === 2017-01-03 * Enhancement * Added selected_values method to SelectList to get values of all selected elements + * Added ability to pass classname as string to visit_page, on_page, and if_page methods === Version v1.1.5/ 2016-12-31 * Enhancement * Added method to get the id of an Element === 2016-12-30 * Enhancement