Fedora 21 Update: php-ocramius-code-generator-utils-0.3.1-1.fc21

updates at fedoraproject.org updates at fedoraproject.org
Mon Mar 9 08:36:46 UTC 2015


--------------------------------------------------------------------------------
Fedora Update Notification
FEDORA-2015-2715
2015-02-27 06:02:30
--------------------------------------------------------------------------------

Name        : php-ocramius-code-generator-utils
Product     : Fedora 21
Version     : 0.3.1
Release     : 1.fc21
URL         : https://github.com/Ocramius/CodeGenerationUtils
Summary     : A set of code generator utilities built on top of PHP-Parsers
Description :
A set of code generator utilities built on top of PHP-Parsers that ease its use
when combined with Reflection.

--------------------------------------------------------------------------------
Update Information:

**PHP-Parser 1.1.0**
* Methods that do not specify an explicit visibility (e.g. function method()) will now have the MODIFIER_PUBLIC flag set. This also means that their isPublic() method will return true.
* Declaring a property as abstract or final is now an error.
* The Lexer and Lexer\Emulative classes now accept an $options array in their constructors. Currently only the usedAttributes option is supported, which determines which attributes will be added to AST nodes. In particular it is now possible to add information on the token and file positions corresponding to a node. For more details see the Lexer component documentation.
* Node visitors can now return NodeTraverser::DONT_TRAVERSE_CHILDREN from enterNode() in order to skip all children of the current node, for all visitors.
* Added builders for traits and namespaces.
* The class, interface, trait, function, method and property builders now support adding doc comments using the setDocComment() method.
* Added support for fully-qualified and namespace-relative names in builders. No longer allow use of name component arrays.
* Do not add documentation and tests to distribution archive files.


--------------------------------------------------------------------------------
ChangeLog:

* Wed Feb 25 2015 Remi Collet <remi at fedoraproject.org> - 0.3.1-1
- update to 0.3.1 (no change)
- raise nikic/php-parser max version
--------------------------------------------------------------------------------

This update can be installed with the "yum" update program.  Use
su -c 'yum update php-ocramius-code-generator-utils' at the command line.
For more information, refer to "Managing Software with yum",
available at http://docs.fedoraproject.org/yum/.

All packages are signed with the Fedora Project GPG key.  More details on the
GPG keys used by the Fedora Project can be found at
https://fedoraproject.org/keys
--------------------------------------------------------------------------------


More information about the package-announce mailing list