Skip to content

Releases: memio/spec-gen

Actually upgraded to phpspec (beta2)

15 Sep 16:25
Compare
Choose a tag to compare
Pre-release

The branch with the change wasn't merged in the last release (small incident).

Upgraded to phpspec 3 (beta2)

15 Sep 16:22
Compare
Choose a tag to compare
Pre-release
v0.6.0

Released v0.6.0

Upgraded to phpspec 3 (beta)

15 Sep 14:07
Compare
Choose a tag to compare
Pre-release

Due to phpspec sharing some common dependencies with SpecGen:

  • dropped support for PHP < 5.6
  • dropped support for Symfony Event Dispatcher < 2.7

Updated dependencies

01 Dec 17:57
Compare
Choose a tag to compare
Updated dependencies Pre-release
Pre-release
  • added support for PHP 7
  • added support for Symfony 3

Interface Typehints

01 Dec 17:57
Compare
Choose a tag to compare
Interface Typehints Pre-release
Pre-release
  • object arguments will now be typehinted against their interface
  • object arguments will now be named after their interface (without Interface suffix)

Constructor generation

25 May 12:28
Compare
Choose a tag to compare
Pre-release
  • constructor generation, same as method except:
    • it inserts constructor at the begining of the class
    • it inserts properties with initialization for each constructor arguments

Use statements

19 May 07:55
Compare
Choose a tag to compare
Use statements Pre-release
Pre-release
  • added insertion of use statements (for each object argument)

Fixed object type hints

14 May 07:59
Compare
Choose a tag to compare
Pre-release
  • fixed Prophecy test doubles type guessing