| » Version | » Information |
|---|---|
| 2.1.0 |
Easy InstallNot sure? Get more info. pear install HTML_Common2-2.1.0 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/HTML_Common2-2.1.0 Release date: 2012-04-08 17:09 UTC Release state: stable Changelog: * HTML_Common2 now implements ArrayAccess, allowing more intuitive attribute handling similar to that of SimpleXML extension * Unit tests properly run under recent PHPUnit versions and from SVN checkout * Coding standards fixes Dependencies:
|
| 2.0.0 |
Easy InstallNot sure? Get more info. pear install HTML_Common2-2.0.0 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/HTML_Common2-2.0.0 Release date: 2010-10-20 10:57 UTC Release state: stable Changelog: * Due to addition of end-user docs to PEAR manual, the package is now declared stable * Added array type hinting to removeAttributeArray() and getAttributesString() methods * Packaging fix: tests now install without redundant subdirectory, to @test_dir@/HTML_Common2 rather than to @test_dir@/HTML_Common2/tests Dependencies:
|
| 2.0.0RC1 |
Easy InstallNot sure? Get more info. pear install HTML_Common2-2.0.0RC1 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/HTML_Common2-2.0.0RC1 Release date: 2009-09-27 08:22 UTC Release state: beta Changelog: * HTML_Common2::getOption() now returns an array of all options if no option name is given (see request #11209), setOption() can accept an array of options * Implemented hasClass() / addClass() / removeClass() methods for working with element's CSS classes (see request #10191). * Packaging fixes: added AllTests.php, updated PEAR installer dependency Dependencies:
|
| 2.0.0beta1 |
Easy InstallNot sure? Get more info. pear install HTML_Common2-2.0.0beta1 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/HTML_Common2-2.0.0beta1 Release date: 2007-05-04 06:09 UTC Release state: beta Changelog: * Use phpunit/PHPUnit rather than pear/PHPUnit2 for unit testing needs * "Fluent interfaces": all methods that didn't return anything now return $this. The following methods are affected: mergeAttributes(), removeAttribute(), setAttribute(), setAttributes(), setComment() and setIndentLevel(). Dependencies:
|
| 0.3.0 |
Easy InstallNot sure? Get more info. pear install HTML_Common2-0.3.0 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/HTML_Common2-0.3.0 Release date: 2006-10-16 09:09 UTC Release state: alpha Changelog: Radical changes to API are not expected after this release, you may use the package for development. Changes: * Renamed 'encoding' option to 'charset', as htmlspecialchars() parameter is named * Removed toHtml() and display() methods, __toString() is now declared abstract * Attribute values are always converted to strings * Minor performance tweaks * Switched to BSD license and package.xml 2.0 Dependencies:
|
| 0.2.0 |
Easy InstallNot sure? Get more info. pear install HTML_Common2-0.2.0 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/HTML_Common2-0.2.0 Release date: 2006-07-03 14:51 UTC Release state: devel Changelog: * $attributes array is now protected rather than private (and thus renamed from $_attributes) * parseAttributes() was renamed to prepareAttributes(), string parsing logic was extracted into the new parseAttributes() method * Added magic __toString() method as an alias for toHtml(), deprecated display(): it is now possible to print an instance of HTML_Common2 subclass by simply using the 'echo $object;' * It is now possible to watch some attributes for changes, this can be used to - Make attributes read-only (like 'type' attribute of <input /> tag) - Do some custom processing (update the element's value if its name changes) Dependencies:
|
| 0.1.0 |
Easy InstallNot sure? Get more info. pear install HTML_Common2-0.1.0 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/HTML_Common2-0.1.0 Release date: 2004-10-27 05:38 UTC Release state: devel Changelog: First release of a new major version. Dependencies:
|