Releases: PiPHP/GPIO
Releases · PiPHP/GPIO
0.4.0
- 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
0.2.1
- Drop 7.2
- Allow users to run 7.3, 7.4, or 8.0
0.2.0
- 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
- 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
Cleaned up the pin classes and fixed another bug relating to the initial interrupt observed by a watcher
Development Release
Further bug fix relating to initial interrupts
Development Release
Fixes initial interrupt bug.
Development Release - Compatability Break
Namespaces have been changed, a new factory introduced for both pins and watchers and pins split into input and output pins.
Development Release
Fixes interrupt handling bug from callable.