Skip to content

Releases: nette/php-generator

Released version 3.0.5 (EOL)

09 Aug 14:42
@dg dg
Compare
Choose a tag to compare

This is the last v3.0.x release.

  • ClassType::from() resolves inheriting interfaces #32
  • optimizations

For the details you can have a look at the diff.

Released version 3.1.2

26 Apr 09:49
@dg dg
Compare
Choose a tag to compare
  • Closure: chops 'uses' when are longer than WRAP_LENGTH
  • FunctionLike: chops parameters when are longer than WRAP_LENGTH #28
  • Helpers::formatArgs() chops ?* parameters when are longer than WRAP_LENGTH
  • Helpers: changed WRAP_LENGTH to 100, added INDENT_LENGTH
  • added Helpers::tabsToSpaces()

For the details you can have a look at the diff.

Released version 3.0.4

26 Apr 09:48
@dg dg
Compare
Choose a tag to compare
  • Closure: chops 'uses' when are longer than WRAP_LENGTH
  • FunctionLike: chops parameters when are longer than WRAP_LENGTH #28
  • Helpers::formatArgs() chops ?* parameters when are longer than WRAP_LENGTH
  • Helpers: changed WRAP_LENGTH to 100, added INDENT_LENGTH
  • added Helpers::tabsToSpaces()

For the details you can have a look at the diff.

Released version 2.6.4

26 Apr 09:46
@dg dg
Compare
Choose a tag to compare

This is the last v2.x release.

  • Closure: chops 'uses' when are longer than WRAP_LENGTH
  • FunctionLike: chops parameters when are longer than WRAP_LENGTH #28
  • Helpers::formatArgs() chops ?* parameters when are longer than WRAP_LENGTH
  • Helpers: changed WRAP_LENGTH to 100, added INDENT_LENGTH
  • added Helpers::tabsToSpaces()
  • travis: added PHP 7.2

For the details you can have a look at the diff.

Released version 3.1.1

02 Apr 19:44
@dg dg
Compare
Choose a tag to compare
  • added type hints, type fixes
  • phpDoc: added $var name to @param

For the details you can have a look at the diff.

Released version 3.0.3

02 Apr 19:45
@dg dg
Compare
Choose a tag to compare
  • added type hints, type fixes
  • phpDoc: added $var name to @param

For the details you can have a look at the diff.

Released version 3.0.2

06 Feb 14:48
@dg dg
Compare
Choose a tag to compare
  • PhpNamespace: added support for PHP 7.2 type 'object'

For the details you can have a look at the diff.

Released version 3.1.0

16 Aug 16:10
@dg dg
Compare
Choose a tag to compare
  • requires PHP 7.1 and supports PHP up to 7.2
  • uses PHP 7.1 type hints and constant visiblity
  • removed deprecated stuff
  • Parameter::setOptional() triggers deprecation notice

Released version 3.0.1

14 Jul 07:44
@dg dg
Compare
Choose a tag to compare
  • supports PHP up to 7.2
  • added support for class constants (#25)
  • dumps true/false/null in lowercase
  • coding style: fixes, lowercase true/false/null
  • ClassType: removed some blank lines

For the details you can have a look at the diff.

Released version 2.6.3

14 Jul 07:45
@dg dg
Compare
Choose a tag to compare
  • supports PHP up to 7.2
  • ClassType: removed some blank lines
  • dumps true/false/null in lowercase
  • coding style: fixes, lowercase true/false/null

For the details you can have a look at the diff.