Skip to content

Releases: lindelius/php-fide

1.1

16 Nov 15:40
Compare
Choose a tag to compare

This release drops support for PHP 7.4 and PHP 8.0, increasing the minimum required version to PHP 8.1 (if you're still on an older version of PHP, then Composer will keep you on an 1.0.x version until you upgrade). This matches the officially supported versions and is also a requirement by both PHPBench (which is now used by the library to enable performance benchmarking) and PHPUnit 10.

With the addition of PHPBench, there were also some internal changes made to slightly improve the performance of the library (measured on PHP 8.1.27 and PHP 8.3.10).

1.0

07 Feb 17:05
Compare
Choose a tag to compare
1.0

The 1.0 version is finally here! 😅

This release contains breaking changes as the library has been fully reworked to favor a Dependency Injection approach. Please see the README file for more information, including instructions on how to use the library.

0.3

01 Sep 11:11
Compare
Choose a tag to compare
0.3 Pre-release
Pre-release

This release includes breaking changes as the public method in the RatingSystem class has been renamed and reworked to calculate the new rating rather than just the rating change.

0.2

27 Aug 11:07
Compare
Choose a tag to compare
0.2 Pre-release
Pre-release

This release includes breaking changes as the interface methods have been renamed.

0.1

13 May 14:38
Compare
Choose a tag to compare
0.1 Pre-release
Pre-release

Initial release 🥳