2008-04-04 13:31:46 +00:00
|
|
|
== Trunk
|
2008-03-02 20:14:52 +00:00
|
|
|
|
2008-03-08 06:13:38 +00:00
|
|
|
* Added reloads method to reload the page (Patch from Kamal Fariz Mahyuddi)
|
2008-03-06 15:04:01 +00:00
|
|
|
* Prevent making a request if clicking on local anchor link (Patch from Kamal Fariz Mahyuddi)
|
2008-03-04 09:59:40 +00:00
|
|
|
* Serialize empty text field values just like browsers (Patch from Kamal Fariz Mahyuddi)
|
2008-04-04 13:39:19 +00:00
|
|
|
* Added clicks_link_within(selector, link_text), allowing restricting link search
|
|
|
|
to within a given css selector (Path from Luke Melia)
|
|
|
|
* Change clicks_link to find the shortest matching link (Patch from Luke Melia)
|
2008-04-04 13:31:46 +00:00
|
|
|
* Quick fix to avoid @dom not initialized warnings (Patch from Kamal Fariz Mahyuddi)
|
2008-03-03 01:06:43 +00:00
|
|
|
* Add save_and_open_page to aid in debugging
|
|
|
|
* Add radio button support via #chooses method
|
|
|
|
* Docfix: bad reference to #select method in README (Patch from Luke Melia)
|
2008-03-02 20:14:52 +00:00
|
|
|
* Allow specifying the input name/label when doing a select (Patch from David Chelimsky)
|
|
|
|
* Raise a specific exception if the developer tries to manipulate form elements before loading a page (Patch from James Deville)
|
|
|
|
* Add basic support for Rails-generated JavaScript link tags
|
|
|
|
* Ensure Rails-style checkboxes work properly (checkboxes followed by a hidden input with the same name)
|
|
|
|
* Add support for alternate POST, PUT and DELETE link clicking (Patch from Kyle Hargraves)
|
|
|
|
* Add support for checkboxes (Patches from Kyle Hargraves and Jarkko Laine)
|
|
|
|
* Improve matching for labels in potentially ambiguous cases
|
|
|
|
* Add support for textarea fields (Patch from Sacha Schlegel)
|
|
|
|
* Fix Edge Rails (a.k.a. 2.0 RC) compatibility (Patch from David Chelimsky)
|
|
|
|
* Support param hashes nested more than one level (Patch from David Chelimsky)
|
|
|
|
|
|
|
|
== 0.1.0 / 2007-11-28
|
|
|
|
|
|
|
|
* 1 major enhancement
|
|
|
|
* Birthday!
|
|
|
|
|