Skip to content

Releases: memio/spec-gen

Symfony 5, phpspec 6 and PHP 7.2

02 Dec 16:23
3874f6b
Compare
Choose a tag to compare
Pre-release

Upgraded to:

  • Symfony 5
  • phpspec 6.1
  • PHP 7.2

phpspec 5

03 Jul 14:16
Compare
Choose a tag to compare
phpspec 5 Pre-release
Pre-release

Upgraded phpspec to v5.0@rc, meaning:

  • phpspec v4 support was dropped
  • PHP 7.0 support was dropped
  • Symfony 2.7, 3.0, 3.1, 3.2 and 3.3 was dropped
  • added usage of void return type
  • added usage of constant visibility

Normalized float to double

13 Jun 10:36
Compare
Choose a tag to compare
Pre-release

Normalization from float to double, thanks to @ItsKelsBoys

Added PHP 7.2 support

06 Feb 09:36
8ec7855
Compare
Choose a tag to compare
Added PHP 7.2 support Pre-release
Pre-release

Thanks to @roukmoute for adding PHP 7.2 support

Fixed float arguments

11 Dec 09:20
67a57e5
Compare
Choose a tag to compare
Fixed float arguments Pre-release
Pre-release

Marked float as being a non object type, thanks to @Arn0d

phpspec 4 stable

08 Dec 12:40
2fe6f34
Compare
Choose a tag to compare
phpspec 4 stable Pre-release
Pre-release

Using phpspec 4.0 stable, thanks to @Arn0d

Memio 2.0

07 Dec 10:14
329e2b5
Compare
Choose a tag to compare
Memio 2.0 Pre-release
Pre-release

Using Memio 2.0, thanks to @Arn0d

phpspec 4

21 Jul 07:52
Compare
Choose a tag to compare
phpspec 4 Pre-release
Pre-release

Upgraded phpspec to v4.0@rc, meaning:

  • phpspec v2 and v3 support was dropped

Scalar Type Hints

01 Oct 18:11
Compare
Choose a tag to compare
Scalar Type Hints Pre-release
Pre-release

Upgraded Memio to v2.0@alpha, meaning:

  • PHP 5 support was dropped
  • scalar arguments now get type hinted
  • maximum method argument line length changed from 120 to 80
  • opening curly brace changed to be on the same line as the method
    closing parenthesis, when arguments are on many lines
  • properties changed to not have empty lines between them,
    except if they have PHPdoc

Re-enabled Constructor Generator

27 Sep 14:04
Compare
Choose a tag to compare
Pre-release

Constructor generator wasn't registered as a generator in phpspec 3,
du to a missing DI tag.