Skip to content

Releases: allebb/collection

2.0.3

25 Dec 00:23
Compare
Choose a tag to compare

Adds support for PHP 8.2

2.0.2

19 Jan 22:01
Compare
Choose a tag to compare

Minor tweaks to Scrutinizer and Composer manifest files.

2.0.1

16 Jan 20:35
Compare
Choose a tag to compare

Support for PHP 8.1

2.0.0

23 Dec 10:59
Compare
Choose a tag to compare

The library now fully supports PHP 8.0 and min PHP version now bumped to PHP 7.3+,. Updated docblocks where was previously using my previous GitHub username. PHPUnit test cases and XML manifest now fully compatible with PHPUnit 9. README file explains how to install older versions of this lib to support older PHP versions.

1.0.8

30 Jan 10:30
Compare
Choose a tag to compare

Minor unit test fix for PHP 7.4.

1.0.7

17 Oct 08:10
Compare
Choose a tag to compare

Updating composer packages and travis configuration to ensure builds for the current supported versions.

1.0.6

04 Dec 19:03
Compare
Choose a tag to compare

Base package updates, PSR fixes and adds build configuration for PHP 7.1.

1.0.5

07 Feb 12:14
Compare
Choose a tag to compare

Minor docBlock type update which was incorrect reporting issues for unit testing of parent packages.

1.0.4

07 Feb 12:11
Compare
Choose a tag to compare

Minor docBlock type update which was incorrect reporting issues for unit testing of parent packages.

1.0.3

21 Dec 12:53
Compare
Choose a tag to compare

Adds new has() method for checking collection key existence.