-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e4e0f27
commit 1ff9049
Showing
2 changed files
with
42 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
### 0.4.0 (2016-02-12) | ||
|
||
* define elements & collections with locator hashes as well as blocks | ||
* supports auto-form filling data from any object that converts to a hash | ||
* allow setting browser with class method | ||
* runtime dependency removed for watir_model and watir_session | ||
|
||
### 0.3.4 (2016-01-25) | ||
|
||
* elements inherited in subclasses | ||
|
||
### 0.3.3 (2016-01-30) | ||
|
||
* switch from test-model to watir_model | ||
* update to latest watir_session implementation | ||
|
||
### 0.3.2 (2016-01-25) | ||
|
||
* clear field before typing into it | ||
|
||
### 0.3.1 (2016-01-25) | ||
|
||
* wait for element before interacting with it | ||
|
||
### 0.3.0 (2016-01-24) | ||
|
||
* Singleton replaced with usage of watir_session gem | ||
* page_url methods can take parameters | ||
* Default form filling method with usage of test-model gem | ||
* Pluralizing element names obtains collections of those elements | ||
* `#visit` and `#use` methods provided for passing blocks to the Page Object | ||
|
||
### 0.1.1 (2015-07-30) | ||
|
||
* Browser session stored in singleton | ||
* Page Objects initialize without parameters | ||
* Default actions for setters on elements | ||
|
||
### 0.1.0 (2015-07-15) | ||
|
||
* initial commit |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters