* Version 0.2.0 (alpha) - API 0.2.0 (alpha) - 2007-10-22

Milestone 2: now with server-side validation support

Major additions and changes:
 * Server-side validation support added
 * API break: changed number and order of parameters for element constructors
 * Fluent interfaces: methods that previously returned nothing now return $this
 * Added method overloading to Container, allowing $form->addTextarea(...)

Feature requests addressed:
 * Possibility to control validation of an element based on value of some
   other element (request #4534)
 * Rule comparing value of an element with numeric constants (request #4728)
 * Possibility to toggle validation of empty elements (request #9097)

Bug fixes (bugs submitted for HTML_QuickForm package):
 * Wrong options could be selected in <select> elements if numeric strings
   were used as options' values (bug #10837, bug #11138)

Other resources to consider:
 * QF2 development wiki: http://quickform.mamasam.com/wiki/home
 * PHPUnit package from channel pear.phpunit.de is needed to run tests

* Version 0.1.0 (alpha) - API 0.1.0 (alpha) - 2007-04-17

Milestone 1

Available functionality in this release:
 * Base classes
 * Standard HTML elements
 * Data sources

Changes to observe for those familiar with HTML_QuickForm:
 * DOM-inspired API for working with element hierarchy
 * Streamlined API for processing the elements' values

The following feature requests were addressed in this release:
 * Request #1283: Optgroup support
 * Request #1681: Better access to grouped elements
 * Request #4137: Form-wide functions for unfreezing and setting persistent freeze 
   (also in request #6421)
 * Request #4564: Checkboxes can be created with arbitrary value
 * Request #4793: Fixed the misspelled 'persistent' word in method names

Other resources to consider:
 * QF2 development wiki: http://quickform.mamasam.com/wiki/home
 * PHPUnit package from channel pear.phpunit.de is needed to run tests

