» Version | » Information |
---|---|
2.3.1 |
Easy InstallNot sure? Get more info. pear install HTML_Common2-2.3.1 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/HTML_Common2-2.3.1 Release date: 2022-03-31 07:18 UTC Release state: stable Release uploaded by: avb Changelog: This release is mostly needed for running psalm on HTML_QuickForm2 package * Type hints fixed to better reflect reality * CS fixes, minor changes to parseAttributes() method Dependencies:
|
2.3.0 |
Easy InstallNot sure? Get more info. pear install HTML_Common2-2.3.0 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/HTML_Common2-2.3.0 Release date: 2022-03-26 05:21 UTC Release state: stable Release uploaded by: avb Changelog: * Upgraded tests, PHPUnit-Polyfills is used to run them on PHP 5.6 to PHP 8.1 * Test suite now runs on Github Actions rather than on Travis * The package runs under PHP 8.1 without E_DEPRECATED messages * Minimum required PHP version is now 5.6 Dependencies:
|
2.2.0 |
Easy InstallNot sure? Get more info. pear install HTML_Common2-2.2.0 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/HTML_Common2-2.2.0 Release date: 2021-04-25 09:32 UTC Release state: stable Release uploaded by: avb Changelog: * Minimum required PHP version is now 5.4 * Added constants for predefined global option names * Fixed composer autoloading to prevent errors on classmap generation, see https://github.com/pear/HTML_QuickForm2/issues/4 Dependencies:
|
2.1.2 |
Easy InstallNot sure? Get more info. pear install HTML_Common2-2.1.2 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/HTML_Common2-2.1.2 Release date: 2019-04-07 07:03 UTC Release state: stable Release uploaded by: avb Changelog: Minor updates to tests setup, no code changes Removed include-path from composer.json, use autoloading when installing with composer Dependencies:
|
2.1.1 |
Easy InstallNot sure? Get more info. pear install HTML_Common2-2.1.1 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/HTML_Common2-2.1.1 Release date: 2014-06-18 17:24 UTC Release state: stable Release uploaded by: avb Changelog: Minor updates to PHPDoc and tests setup, no code changes Dependencies:
|
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 Release uploaded by: avb 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 Release uploaded by: avb 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 Release uploaded by: avb 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 Release uploaded by: avb 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 Release uploaded by: avb 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 Release uploaded by: avb 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 Release uploaded by: avb Changelog: First release of a new major version. Dependencies:
|