ChangeLog in druid-ts-1.1.0 vs ChangeLog in druid-ts-1.1.1

- old
+ new

@@ -1,4 +1,14 @@ +=== Version 1.1.1 / 2016-12-13 +* Enhancements + * Added ?_elements to ElementLocators so you can find all elements that match an identifier + * Added ?_elements to NestedElements so you can find all elements nested within others + +=== 2016-11-15 +* Enhancements + * Added #navigate_to method to PageFactory to navigate to a page through previous pages + * Added routes to PageFactory to collect routes through the site + * Added #continue_navigation_to method to PageFactory which begins at @current_page ******1.1.0****** === 2016-11-14 * Enhancements * Added ability to find a parent of an Element * Added #focus method to Element