Skip to content

Releases: giorgiosironi/eris

1.0.0-rc2: chore: Promote annotations @before and @beforeClass to attributes (#175)

08 Mar 15:17
ac9afcc
Compare
Choose a tag to compare
* chore: Promote annotations @before and @beforeClass to attributes

* Solve own deprecations. Update test matrix for CI

* Update matrix to reflect the fact that PHPUnit11 cannot run on PHP 8.1

* Reinstate docblock, now properly parametrized

* Modify phpstan-baseline to reflect 1 less error in codebase

1.0.0-rc1: chore: (bc) Update PHP and PHPUnit minimum version requirements (#164)

24 Apr 16:29
b9474c7
Compare
Choose a tag to compare
* chore: (bc) Update PHP and PHPUnit minimum version requirements

- Use attributes to handle what was previously handled through annotations

---------

Co-authored-by: Ilario Pierbattista <987038+ilario-pierbattista@users.noreply.github.com>

0.14.0

21 Apr 15:17
3e43f40
Compare
Choose a tag to compare

Added

  • ilario-pierbattista/reverse-regex as substitute peer dependency of icomefromthenet/reverse-regex.
  • Support for PHP 8.2

Removed

  • Support for PHP < 7.4
  • Support for PHPUnit < 8

0.13.0

17 Dec 21:54
Compare
Choose a tag to compare

Added

  • Eris\Generators contains all the generator constructors as static methods.
  • Support for PHP 8.1

Changed

  • The generator constructors implemented as simple functions now call the static methods of Eris\Generators. They will be deprecated.

Removed

  • Support for PHP < 7.1
  • Support for PHPUnit < 6

0.12.1

27 Jul 18:17
Compare
Choose a tag to compare

Changed

  • Visibility of TestTrait's methods in Facade is now public (#110,#141). Thanks, @bekh6ex.

Fixed

  • Compatibility with newer versions of PHPUnit: getAnnotations is removed (#143). Thanks, @aszenz.

0.12.0

25 Mar 12:23
e8c4ff4
Compare
Choose a tag to compare
  • PHP 7.3 support (#120).
  • PHP 7.4 support (#125).
  • CI support for testing end to end suite also with Phpunit 8.x and 9.x
  • Allow shrink() to receive GeneratedValueOptions (#127).
  • Allow specifying generator size with sample() (#128)
  • Fix BooleanGenerator::shrink() to return a GeneratedValueSingle (#131)
  • Drop support for HHVM 3.30