What's Changed
- [Chore!] Add error verification on callback from stream by @letschers in #40
Note breaking change on requiring an error to be returned from the stream completion block. Although you can return nil
for previous behavior, or an error to stop streaming.
Full Changelog: v1.1.18...v1.2.0