Skip to content

2.0.0 Beta 9

Pre-release
Pre-release

Choose a tag to compare

@trowski trowski released this 16 Jun 22:54
v2.0.0-beta.9
8dd48cc
  • Fixed cancelling a read in ReadableIterableStream causing all subsequent reads to fail
  • If the iterable in ReadableIterableStream throws an exception that is not an instance of StreamException, a StreamException is thrown with the prior thrown exception set as the previous exception
  • Renamed the $options param of parseLineDelimitedJson to $flags to match the json_decode function.