» Version | » Information |
---|---|
1.6.2 |
Easy InstallNot sure? Get more info. pear install PHP_UML-1.6.2 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/PHP_UML-1.6.2 Release date: 2015-02-15 19:02 UTC Release state: stable Release uploaded by: baptiste Changelog: * fixed bug in the folder tree traversal * removed a useless html header in 'htmlnew' export causing a bug with recent xsltproc impl Dependencies:
|
1.6.1 |
Easy InstallNot sure? Get more info. pear install PHP_UML-1.6.1 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/PHP_UML-1.6.1 Release date: 2012-05-12 20:03 UTC Release state: stable Release uploaded by: baptiste Changelog: * fixed API declaration fatal error (PHP_UML_Input_PHP_ParserImpl::__construct()) * added missing space in function parameters generated by HtmlNew Dependencies:
|
1.6.0 |
Easy InstallNot sure? Get more info. pear install PHP_UML-1.6.0 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/PHP_UML-1.6.0 Release date: 2011-09-24 20:09 UTC Release state: stable Release uploaded by: baptiste Changelog: * API refactoring (introduction of Importer and Exporter classes) * XMI is now a "full" input format, just like PHP * various bugfixes (namespaces in PHP class generation, for eg) Dependencies:
|
1.5.5 |
Easy InstallNot sure? Get more info. pear install PHP_UML-1.5.5 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/PHP_UML-1.5.5 Release date: 2011-02-25 23:00 UTC Release state: stable Release uploaded by: baptiste Changelog: * Bugfix (install script) Dependencies:
|
1.5.4 |
Easy InstallNot sure? Get more info. pear install PHP_UML-1.5.4 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/PHP_UML-1.5.4 Release date: 2011-02-25 22:30 UTC Release state: stable Release uploaded by: baptiste Changelog: * Bugfix (install script) Dependencies:
|
1.5.3 |
Easy InstallNot sure? Get more info. pear install PHP_UML-1.5.3 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/PHP_UML-1.5.3 Release date: 2010-10-13 21:13 UTC Release state: stable Release uploaded by: baptiste Changelog: * Fixed 3 bugs (with the instruction "use" in particular) Dependencies:
|
1.5.2 |
Easy InstallNot sure? Get more info. pear install PHP_UML-1.5.2 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/PHP_UML-1.5.2 Release date: 2010-03-19 22:26 UTC Release state: stable Release uploaded by: baptiste Changelog: * Bug fix release that prevents crashes when parsing incorrect PHP class names Dependencies:
|
1.5.1 |
Easy InstallNot sure? Get more info. pear install PHP_UML-1.5.1 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/PHP_UML-1.5.1 Release date: 2010-01-10 19:53 UTC Release state: stable Release uploaded by: baptiste Changelog: * Bug fix release about anonymous functions / closures * Fixed a bug in package.xml Dependencies:
|
1.5.0 |
Easy InstallNot sure? Get more info. pear install PHP_UML-1.5.0 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/PHP_UML-1.5.0 Release date: 2009-12-15 01:59 UTC Release state: stable Release uploaded by: baptiste Changelog: * Added a new exportation format ("htmlnew") for a better browsing experience. * PHP_UML can now parse procedural code (functions and constantes). The "htmlnew" format benefits from this new capability, which makes PHP_UML closer to a tool like PHPDocumentor * Fixed a bug with quotes * Major refactoring of the API. PHP_UML is now structured in 3 main packages: "Input" contains the classes that are used to build an UML model (Parser for ex), "Output" contain the classes that can serialize/export an UML model into something else, and "Metamdodel" contains all the metaclasses that the model is made of. Dependencies:
|
1.0.1 |
Easy InstallNot sure? Get more info. pear install PHP_UML-1.0.1 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/PHP_UML-1.0.1 Release date: 2009-08-27 18:07 UTC Release state: stable Release uploaded by: baptiste Changelog: * bug fixes (curlies inside string constants, setMatchPatterns and setIgnorePatterns) Dependencies:
|
1.0.0 |
Easy InstallNot sure? Get more info. pear install PHP_UML-1.0.0 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/PHP_UML-1.0.0 Release date: 2009-07-22 23:30 UTC Release state: stable Release uploaded by: baptiste Changelog: * setIgnorePatterns() now accepts pathnames, not only simple filenames * API elements (classes, functions, properties) whose docblocks contain @internal are skipped, unless otherwise stated (thanks to Karsten Dambekalns) * When the mode "onlyAPI" is on (by default, it is off), only the elements whose docblocks contain @api are included in the final API (thanks to Karsten Dambekalns) * Console_CommandLine is now a required dependency Dependencies:
|
0.5.3 |
Easy InstallNot sure? Get more info. pear install PHP_UML-0.5.3 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/PHP_UML-0.5.3 Release date: 2009-06-11 19:15 UTC Release state: beta Release uploaded by: baptiste Changelog: * Fixes 2 strict warnings (static call to non-static method, assign by reference) Dependencies:
|
0.5.2 |
Easy InstallNot sure? Get more info. pear install PHP_UML-0.5.2 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/PHP_UML-0.5.2 Release date: 2009-01-31 11:25 UTC Release state: alpha Release uploaded by: baptiste Changelog: * Can now convert UML/XMI data written in version 1.4 to version 2.1 (ad hoc conversion). This allows the PHP code generation to work directly on a XMI file in version 1.x Dependencies:
|
0.5.1 |
Easy InstallNot sure? Get more info. pear install PHP_UML-0.5.1 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/PHP_UML-0.5.1 Release date: 2009-01-08 18:30 UTC Release state: alpha Release uploaded by: baptiste Changelog: * Brand new parser, faster and more reliable * Console command line * Two additional exportation formats available: - HTML API documentation (like Javadoc) - PHP code skeletons * Full namespace support (the "namespace" and "use" instructions). Works only from PHP 5.3 * Namespace comments support * acceptedExtension and ignoredDirectories properties deprecated, in favour of setMatchPatterns() and setIgnorePatterns() (accept wildcards) Dependencies:
|
0.5.0 |
Easy InstallNot sure? Get more info. pear install PHP_UML-0.5.0 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/PHP_UML-0.5.0 Release date: 2009-01-04 17:09 UTC Release state: beta Release uploaded by: baptiste Changelog: * Brand new parser, faster and more reliable * Console command line * Two additional exportation formats available: - HTML API documentation (like Javadoc) - PHP code skeletons * Full namespace support (the "namespace" and "use" instructions). Works only from PHP 5.3 * Namespace comments support * acceptedExtension and ignoredDirectories properties deprecated, in favour of setMatchPatterns() and setIgnorePatterns() (accept wildcards) Dependencies:
|
0.4.4 |
Easy InstallNot sure? Get more info. pear install PHP_UML-0.4.4 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/PHP_UML-0.4.4 Release date: 2008-06-12 18:29 UTC Release state: beta Release uploaded by: baptiste Changelog: Initial release Dependencies:
|
0.4.2 |
Easy InstallNot sure? Get more info. pear install PHP_UML-0.4.2 Pyrus InstallTry PEAR2's installer, Pyrus. php pyrus.phar install pear/PHP_UML-0.4.2 Release date: 2008-05-22 18:21 UTC Release state: beta Release uploaded by: baptiste Changelog: Initial release Dependencies:
|