Releases: nette/php-generator
Releases · nette/php-generator
Released version 4.1.6
Released version 4.1.5
- added
PhpNamespace::getClass()
&getFunction()
- added
CommentAware::removeComment()
- added
PhpFile::removeNamespace()
- Factory, Extractor: sets flag readonly for promoted properties #158 (reverts "Factory: properties in readonly classes are not readonly")
- ClassType: cloning includes attributes and parameters
- GlobalFunction, Method:
from()
accepts first-class callables
Released version 4.1.4
- PsrPrinter: opening bracket on the correct line #155
- Make
ClassLike::from
return type assert the subclass type (BC break) (#154) Dumper::dumpArray()
,dumpArguments()
optimization- Dumper: simplified list with negative keys
- added parameter $overwrite to
addMember()
,addMethod()
,addProperty()
,addConstant()
,addCase()
#152 - Factory: parameters 'int $foo = null' are parsed as '?int'
Released version 4.1.3
- Extractor: supports PHP-Parser 5.0 (#150)
- Extractor: fix escaping quotes when converting to double quoted string #151
- Extractor: NOWDOC/HEREDOC are not converted to single line strings
- Dumper: added $customObjects
- Dumper: refactoring, added
dumpCustomObject()
- Printer: option $omitEmptyNamespaces is applied by
printFile()
[Close #147]
Released version 4.1.2
Released version 4.1.1
- ClassType: added
inheritMethod()
&inheritProperty()
- Printer: added option $omitEmptyNamespaces
- added
ConstantsAware::getConstant()
Extractor::extractAll()
extracts only top-level classes and functions, fixed file comment parsing- Extractor: extracts native PHP values
- ClassType:
getType()
is deprecated - Printer: fixed falsy Attribute aren't printed (#142)
Released version 4.1.0
- ClassType::class(), interface(), traits() & enum() are deprecated
- removed Nette\SmartObject
- removed deprecated stuff
Released version 4.0.9
Released version 4.0.8
- support for PHP 8.3
- Factory: properties in readonly classes are not readonly
- FunctionLike: added
getParameter()
&hasParameter()
- ConstantsAware: added
hasConstant()
(#133)