ChangeLog in druid-ts-1.2.4 vs ChangeLog in druid-ts-1.2.5

- old
+ new

@@ -1,7 +1,26 @@ -=== 2017-06-12 +=== Version 1.2.5/ 2017-10-16 +* Enhancements + * Added the ability to get the values of a table column + * Added the ability to populate sections with a nested entry from data_magic +=== 2017-10-15 +* Enhancements + * Added the preceding_sibling method to Element + * Added the following_sibling method to Element + * Added the siblings method to Element + * Added the children method to Element + * Added the preceding_siblings method to Element + * Added the following_siblings method to Element +* Fixes + * Fixed issue that occurred when things were moved around in Watir 6.8 +=== 2017-10-12 +* Enhancements + * Fix bug in integration of frames and sections + * delegate select list text method directly to watir + * optimize the way to generate a array of symbol +=== Version 1.2.4/ 2017-06-12 * Add cookies method to druid -=== 2017-04-24 +=== Version 1.2.3/ 2017-04-24 * Removed all direct delegateds. Now relies on method_missing to call Watir methods. * You may have to change RSpec matchers to use method instead of predicate. === Version 1.2.2/ 2017/02-14 * Enhancements * Added wait method to page class(wait document readystate as complete)