Skip to content

Releases: Crowdstar/reflection

2.0.0

05 May 04:05
2.0.0
db66750

Choose a tag to compare

Changed

  • Stop supporting PHP 7.4 or older versions.
  • Code quantity improvements with strict type declaration and return type declaration.
  • Improve unit tests using new version of PHPUnit (PHPUnit 9).
  • Upgrade GitHub Actions.

1.0.4

05 May 03:57
1.0.4
9cc2758

Choose a tag to compare

This could be the last release that supports PHP from 5.3 to 7.4.

Changed

  • Upgrade GitHub Actions.
  • Remove return value from method \CrowdStar\Reflection\Reflection::setProperty().

1.0.3

28 May 19:14
449430f

Choose a tag to compare

Changed

  • Use GitHub Actions instead of Travis CI for automated tests.

Fixed

  • Fix method calls to protected/private static methods without creating/using an object.

1.0.2

20 Aug 18:18
1.0.2
5839c86

Choose a tag to compare

Reorganize file structure, and run tests in more PHP environments through Travis CI.

1.0.1

14 Aug 17:07

Choose a tag to compare

Use the Apache-2.0 license.

1.0.0

25 Jun 23:49

Choose a tag to compare

First stable release.