HISTORY.md in symbiont-0.1.1 vs HISTORY.md in symbiont-0.1.2
- old
+ new
@@ -1,7 +1,13 @@
Change Log and History
======================
+Version 0.1.2 / 2012-06-06
+--------------------------
+
+This release provides a new Locators module. The idea behind locators is that undeclared web objects can be used by providing a direct locator reference. Also new in this release is the ability to handle JavaScript alert, confirmation, and prompt message boxes. Finally, table logic was enhanced to allow tables to be enumerated as well as to allow text cells to be referenced by named columns and rows.
+
+
Version 0.1.1 / 2012-05-30
--------------------------
This release provides a series of "wait state" methods in order to check for certain conditions, such as an object being visible. The library is now able to get the attribute and style information from web objects. A start has been made on the idea of browser-level actions and page-level actions. These are lumped together under a module called Evaluators. The sample test application being used for Symbiont acceptance tests is now included as part of the application.