Skip to content

Releases: PiPHP/GPIO

0.4.0

25 Aug 14:33
9288aa1
Compare
Choose a tag to compare
  • Migrate PHPUnit XML configuration file
  • Fix PHP 8.0 build setup; specify stream select timeout (#39) @Sam-Burns
  • Bumping to version 0.4.0 to jump ahead of old tagged, non-GitHub releases.

0.2.2

11 Aug 15:51
9812e54
Compare
Choose a tag to compare
  • Remove 7.4 from requirements as it's covered by ^7.3
  • Fixes #15 make sure pin is not double exported (#21) @IonBazan

0.2.1

08 Aug 19:24
c67b5e2
Compare
Choose a tag to compare
  • Drop 7.2
  • Allow users to run 7.3, 7.4, or 8.0

0.2.0

08 Aug 18:33
7aa6fd3
Compare
Choose a tag to compare
  • Update readme, add contributing
  • Define PHP 7.3 as required. Upgrade to PHPUnit 9
  • Refactor tests for PHPUnit 9
    • Update deprecated PHPUnit syntax
    • Fix doc block values
    • Use RuntimeException so we don't need leading \ on usage

0.1.0

08 Aug 00:41
6468623
Compare
Choose a tag to compare
  • Added further reading and more resources section @AndrewCarterUK
  • Drop unsupported PHP versions, add 8. Officially supported versions are 7.3, 7.2.
  • Begin https://0ver.org/ versioning

Development Release

09 Jul 12:14
Compare
Choose a tag to compare

Cleaned up the pin classes and fixed another bug relating to the initial interrupt observed by a watcher

Development Release

07 Jul 23:39
Compare
Choose a tag to compare

Further bug fix relating to initial interrupts

Development Release

07 Jul 22:50
Compare
Choose a tag to compare

Fixes initial interrupt bug.

Development Release - Compatability Break

14 May 10:39
Compare
Choose a tag to compare

Namespaces have been changed, a new factory introduced for both pins and watchers and pins split into input and output pins.

Development Release

12 May 00:05
Compare
Choose a tag to compare

Fixes interrupt handling bug from callable.