- Opitimize number of SSE connections.
- Improve docs.
- Add an argument to
cleanup
function to detectlastSubscriber
case.
- Improved types.
- Improved types.
- Support
base64
andurlencoded
formats of payload. - Improved types.
- (breaking change): now
streamable
store is always containPromise
to control different async statuses. - (breaking change):
streamable
store initially havepending
status ifdefaultValue
is not provided.
- Call callback with
undefined
data on int. - Fallback to default value every time when result data is
undefined
. - Remove superfluous logging and event listeners.
- Few improvements in README.
- Improved types.
- First release