Sha256: 04cd317ac29cde0768b9b1798fa7e9f86cae70426b3799f8b281a4b10e6d1b21

Contents?: true

Size: 1.89 KB

Versions: 13

Compression:

Stored size: 1.89 KB

Contents

== 0.0.4 2008-08-18
* Minor enhancements
  * Update HtmlUnit to 2.2
  * New methods: Element#focus, Element#parent, Table#child_row, Table#child_cell, TableRow#child_cell
  * Rename Celerity::IE -> Celerity::Browser (but Celerity::IE still points to the class)
  * Add Celerity::Browser.new(:browser => :firefox) to use HtmlUnit's Firefox mode.
  * Make it easier to run the spec suite against other implementations.
  * Bugfixes:
    - Image#click
    - Finding elements by id could give weird errors if multiple elements had the same id.
    - If getElementById returns an element with the wrong tag name, output a warning and find the correct element by iteration instead.
    - Browser#goto regexp
    - Frames (collection) support

== 0.0.3 2008-05-26
* 3 major enhancements:
  * Added support for <ul>, <ol>, <thead>, <tfoot>, <h1>, <h2>, <h3>, <h4>, <h5> and <h6> elements
  * Better support for <tbody>, <tr> and <option> elements. They are now accessible from the top level in the same way as every other element, meaning you can do ie.option(:id, 'some_id'), or ie.row(:index, 1).
  * Better HTTPS support
* 8 minor enhancements:
  * Improved CelerityViewer
  * Watir-like show methods (IE#show_divs, IE#show_tables, etc.)
  * All HTML elements now has a default how parameter, see http://celerity.rubyforge.org/wiki/wiki.pl?ListOfSupportedHtmlElementsAndTheirDefaultHowParameter
  * Raketask cleanup
  * Separated out Watir compatibility specific stuff
  * Form#submit implemented
  * Updated ATTRIBUTES constants for all element classes
  * TextField#type bug fixed

== 0.0.2 2008-05-15
* 3 major enhancements:
  * Support for multiple how => what conditions
  * Fixed performance issue with collections
  * Specs will now run on Windows
* 3 minor enhancements:
  * Benchmark scripts
  * Method generator
  * Fixed multi-byte characters issue for text fields

== 0.0.1 2008-05-07
* 1 major enhancement:
  * Initial release

Version data entries

13 entries across 13 versions & 3 rubygems

Version Path
hirobumi-celerity-0.0.5 History.txt
jarib-celerity-0.0.5.1 History.txt
jarib-celerity-0.0.5.10 History.txt
jarib-celerity-0.0.5.11 History.txt
jarib-celerity-0.0.5.2 History.txt
jarib-celerity-0.0.5.4 History.txt
jarib-celerity-0.0.5.5 History.txt
jarib-celerity-0.0.5.6 History.txt
jarib-celerity-0.0.5.7 History.txt
jarib-celerity-0.0.5.8 History.txt
jarib-celerity-0.0.5.9 History.txt
jarib-celerity-0.0.5 History.txt
celerity-0.0.4 History.txt