- added: unsubscription methods #2
- updated: simplify the stream end event using the native
generator.return()
method
- updated: eslint config and the other dev dependencies
- fixed: all the
npm audit
issues
- added:
ruit
into theerre
dependencies
- added: the
erre.install
method
- fixed: typos in the doc
- changed: all the
on*
API methods were linked to theon
object for example:onValue
=>on.value
- added: the
next
method to run raw stream events without dispatching them to the listeners
- updated: return the stream generator extended with erre API methods
- added:
onEnd
method