You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All methods in the library no longer accept optional parameters directly, only via parameter options. This is the breaking change that resulted in major version increase.
stream.read now accepts new option readChunks to support readable streams that only provide event data, but no readable event. This also resolves issue #9