Skip to content

Commit

Permalink
update changelog and release 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
titusfortner committed Feb 13, 2016
1 parent e4e0f27 commit 1ff9049
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 1 deletion.
41 changes: 41 additions & 0 deletions CHANGES.md
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
2 changes: 1 addition & 1 deletion watir_drops.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Gem::Specification.new do |spec|
spec.name = 'watir_drops'
spec.version = '0.3.4'
spec.version = '0.4.0'
spec.authors = ['Titus Fortner']
spec.email = ['titusfortner@gmail.com']

Expand Down

0 comments on commit 1ff9049

Please sign in to comment.