Skip to content

Releases: Volantus/berry-spi

0.5.0

01 Mar 18:06
Compare
Choose a tag to compare
0.5.0 Pre-release
Pre-release
  • Fixed memory leak in TX buffer (Issue #3)
  • Added support for PHP 7.2
  • Dropped DEB repository support

Support for PHP 7.3 is currently pending caused by an issued in PHP-CPP CopernicaMarketingSoftware/PHP-CPP#407

0.4.1

20 Jan 19:25
Compare
Choose a tag to compare
0.4.1 Pre-release
Pre-release
  • Support for PHP 7.0 + 7.1
  • Signed deb packages
  • Updated internal extension version

0.4.0

15 Jan 21:10
Compare
Choose a tag to compare
0.4.0 Pre-release
Pre-release
  • Added static initialization methods

0.3.1

11 Jan 22:40
Compare
Choose a tag to compare
0.3.1 Pre-release
Pre-release
  • Fixed transfer array items casted unintentionally to UTF8 strings (now cased explicit to unsigned)
  • Added assertions that transfer data is not negative

0.3.0

11 Jan 21:44
Compare
Choose a tag to compare
0.3.0 Pre-release
Pre-release
  • All transfer data (tx + rx) is now handled as array
    • Signature of RegularInterface::transfer() changed
    • Signature of RegularInterface::write() changed
    • Signature of RegularInterface::read() changed
    • Signature of BitBangingInterface::transfer() changed

0.2.1

10 Jan 21:29
Compare
Choose a tag to compare
0.2.1 Pre-release
Pre-release
  • Fixed PHP crash in case an exception is thrown in userspace

0.2.0

03 Jan 19:26
Compare
Choose a tag to compare
0.2.0 Pre-release
Pre-release
  • Added interface Volantus\BerrySpi\SpiInterface

0.1.0

02 Jan 22:54
Compare
Choose a tag to compare
0.1.0 Pre-release
Pre-release
  • Added full bit-banging support

0.0.3

01 Jan 21:04
Compare
Choose a tag to compare
0.0.3 Pre-release
Pre-release
  • Internal refactoring (using DTO for device interaction result)

0.0.2

30 Dec 21:00
Compare
Choose a tag to compare
0.0.2 Pre-release
Pre-release
  • refactoring as preparation for bit banging implementation