Skip to content

Releases: clue/reactphp-term

v1.4.0

30 Jan 10:30
Compare
Choose a tag to compare

v1.3.0

06 Nov 11:50
eb6eb06
Compare
Choose a tag to compare
  • Improve test suite and add .gitattributes to exclude dev files from export.
    Prepare PHP 8 support, update to PHPUnit 9 and simplify test matrix.
    (#29 and #30 by @SimonFrings)

v1.2.0

09 Jul 08:23
Compare
Choose a tag to compare
  • Feature: Forward compatibility with EventLoop v0.5 and upcoming v1.0.
    (#28 by @clue)

  • Improve test suite by updating Travis config to test against legacy PHP 5.3 through PHP 7.2.
    (#27 by @clue)

  • Update project homepage.
    (#26 by @clue)

v1.1.0

06 Jul 07:56
Compare
Choose a tag to compare
  • Feature: Forward compatibility with Stream v1.0 and v0.7 (while keeping BC)
    (#22 by @Yoshi2889 and #23 by @WyriHaximus)

  • Improve test suite by fixing HHVM builds and ignoring future errors
    (#24 by @clue)

v1.0.0

06 Apr 17:02
Compare
Choose a tag to compare
  • First stable release, now following SemVer

    Contains no other changes, so it's actually fully compatible with the v0.1 releases.

v0.1.3

06 Apr 17:01
Compare
Choose a tag to compare
  • Feature: Forward compatibility with Stream v0.6 and v0.5 (while keeping BC)
    (#18 and #20 by @clue)

  • Improve test suite by adding PHPUnit to require-dev
    (#19 by @clue)

v0.1.2

14 Jun 20:45
Compare
Choose a tag to compare
  • Fix: Fix processing events when input writes during data event
    (#15 by @clue)
  • Fix: Stop emitting events when closing stream during event handler
    (#16 by @clue)
  • Fix: Remove all event listeners when either stream closes
    (#17 by @clue)

v0.1.1

13 Jun 22:21
Compare
Choose a tag to compare
  • Fix: Continue parsing after a c0 code in the middle of a stream
    (#13 by @clue)
  • Add more examples
    (#14 by @clue)

v0.1.0

03 Jun 16:00
Compare
Choose a tag to compare
  • First tagged release