Skip to content
This repository has been archived by the owner on Mar 3, 2020. It is now read-only.

Commit

Permalink
Bump to version 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
halogenandtoast committed Feb 17, 2012
1 parent caa86b7 commit 6d37e48
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 5 deletions.
34 changes: 30 additions & 4 deletions ChangeLog
@@ -1,14 +1,40 @@
2012-02-17 Matthew Mongeau <halogenandtoast@gmail.com>
* ChangeLog, version.rb:
Bump to 0.10.0

2012-02-17 Marc Schwieterman
* driver_spec.rb, Reset.cpp, Reset.h: Reset history when resetting session.
* driver_spec.rb, webkit.rb, browser.rb, CommandFactory.cpp, CurrentUrl.cpp,
CurrentUrl.h, find_command.h, webkit_server.pro:
current_url now conforms more closely to the behavior of Selenium.

2012-02-17 Igor Zubkov <igor.zubkov@gmail.com>
* spec_helper.rb: Fix typo.

2012-02-17 Matthew Mongeau <halogenandtoast@gmail.com>
* capybara_webkit_builder.rb, capybara_webkit_builder_spec.rb,
spec_helper.rb:
Allow for overriding MAKE, QMAKE, and SPEC options via the environment.

2012-02-12 Jason Petersen <jasonmp85@gmail.com>
* driver_spec.rb, node.rb, capybara.js:
Selected attribute is no longer removed when selecting/deselecting. Only the
property is changed.

2012-02-09 Gabe Berke-Williams <gabe@thoughtbot.com>
* capybara-webkit.gemspec: Note capybara-webkit's usage of Sinatra.

2012-02-03 Matthew Mongeau <halogenandtoast@gmail.com>
* version.rb:
Bump to 0.9.0

2012-02-01 Joe Ferris <jferris@thoughtbot.com>
* driver_spec.rb, Connection.cpp, Connection.h:
Try to detect when a command starts a page load and wait for it to finish
Try to detect when a command starts a page load and wait for it to finish.

2012-01-27 Matthew Mongeau <halogenandtoast@gmail.com>
* driver_spec.rb, capybara.js: Trigger mousedown and mouseup events
* driver_spec.rb, capybara.js: Simulate browser events more closely
* driver_spec.rb, capybara.js: Trigger mousedown and mouseup events.
* driver_spec.rb, capybara.js: Simulate browser events more closely.

2012-01-19 Marco Antonio <marcofognog@gmail.com>
* node.rb, driver_spec.rb:
Expand All @@ -19,4 +45,4 @@
Raise error when an invisible element receives #click so it resembles a browser more closely.

2012-01-15 Marc Schwieterman
* CONTRIBUTING.md: add imagemagick dependency to contributing guide
* CONTRIBUTING.md: add imagemagick dependency to contributing guide.
6 changes: 6 additions & 0 deletions NEWS.md
@@ -1,3 +1,9 @@
New for 0.10.0:

* current_url now more closely matches the behavior of Selenium
* custom MAKE, QMAKE, and SPEC options can be set from the environment
* BUG: Selected attribute is no longer removed when selecting/deselecting. Only the property is changed.

New for 0.9.0:

* Raise an error when an invisible element receives #click.
Expand Down
2 changes: 1 addition & 1 deletion lib/capybara/driver/webkit/version.rb
@@ -1,7 +1,7 @@
module Capybara
module Driver
class Webkit
VERSION = '0.9.0'.freeze
VERSION = '0.10.0'.freeze
end
end
end

0 comments on commit 6d37e48

Please sign in to comment.