Skip to content
This repository has been archived by the owner on Apr 11, 2023. It is now read-only.

Releases: susina/psr2-code-generator

Version 3.3

22 Dec 18:09
Compare
Choose a tag to compare

Php 8 compatibility.

Version 3.2.1

09 Sep 17:30
Compare
Choose a tag to compare

Fix issue #15

Version 3.2.0

08 Sep 16:59
Compare
Choose a tag to compare
  • Improve BuilderFactory class to return the correct builder also for subclasses of the model.
  • Add colors to composer test command.

Version 3.1.0

01 Sep 16:23
d2bbc62
Compare
Choose a tag to compare

Improve support for types:

  • Add nullable types
  • Add the possibility to set $this|SomeObject notation to PhpMethod::setType() and return SomeObject type
  • Add the possibility to set mixed type, to write it into the docblocks
  • Introduce auto-discover method return type when $this is specified, for fluent interface.

Version 3.0.1

09 Apr 07:31
bbc677e
Compare
Choose a tag to compare
  • Update gossi/docblock dependency in composer.json

Version 3.0

08 Apr 13:39
dcf6f53
Compare
Choose a tag to compare
  • Remove the ability to generate standalone functions (outside classes).
  • Fix issue #2
  • Fix issue #3
  • Move to Susina organization

Version 2.1.1

25 Jul 11:08
6f9b75c
Compare
Choose a tag to compare

Minor fixes (coding standard).
Improved code quality thanks to Codeclimate issues.

Add `appendToBody` method

10 Jul 17:19
0d11ea4
Compare
Choose a tag to compare

Add Model\Parts\BodyTrait::appendToBodyMethod and relative tests.

Adjust dependencies

03 Jun 17:28
82f0ac2
Compare
Choose a tag to compare

Adjust dependencies so that the library can work also with symfony/options-resolver version 3.4 package.
Update phpunit to version 8.

Release 2.0

17 May 17:15
e725fd4
Compare
Choose a tag to compare

New release with the following:

  • PHP 7.2+
  • Fully strict types
  • Remove reflection
  • Remove reverse engineering
  • Remove CodeFileGeneratorConfig in favour of a unique GeneratorConfig
  • Fix several bugs (thanks vimeo/psalm!)