Skip to content

Releases: allebb/gpio

2.0.3

28 Dec 12:14
Compare
Choose a tag to compare

Adds official support for PHP 8.2.

2.0.2

22 Jan 23:49
Compare
Choose a tag to compare

Scrutinizer and core dependency updates.

2.0.1

16 Jan 19:55
Compare
Choose a tag to compare

Adds support for PHP 8.1

2.0.0

23 Dec 09:07
Compare
Choose a tag to compare

Adds support for PHP 8.0. PHPUnit also updated to v9.

1.0.8

31 Jan 08:09
Compare
Choose a tag to compare

Adding build/testing against PHP 7.4. and bumped dependencies.

1.0.7

17 Oct 07:32
Compare
Choose a tag to compare

Minor release (updating composer dependency versions)

1.0.6

13 Jun 10:22
Compare
Choose a tag to compare

Implements some additional checks and handles GPIO file updates more efficiently. This release resolves issues where an "I/O error" is is intermittently shown when using the library as the library now gracefully handles GPIO file update errors and works around these problems.

1.0.5

03 Jan 19:41
Compare
Choose a tag to compare

Minor tweaks to the travis PHP build targets (now tests against PHP 7.3 too).

1.0.4

25 Aug 12:14
Compare
Choose a tag to compare
Changes required to enable the inverted logic on the Pin constructor …

1.0.3

25 Aug 12:05
Compare
Choose a tag to compare

Adds inverted logic handling.