- Bundled version is now exported as
unpkgrather thanbrowserinpackage.json. This should help prevent dependencies from being duplicated when bundled downstream.
- Replaced
mainwithmoduleinpackage.json. Both thebrowserand themodulebundles use ES Modules. We no longer distribute a CommonJS format.
- Added named exports for
IndefiniteObservableandwrapWithObserver.
- Added
privateannotation to_connect.
- Upgraded to
symbol-observable@1.2.0.
- Moved
IndefiniteSubjecttomaterial-motionuntil it is more throughly documented here.
- Fixed missing
varin inline version ofsymbol-observable.
- Added
IndefiniteSubject. - Added JSDoc comments.
- Fixed presumption that every observer had a
nextchannel. - Fixed
unsubscribeclosing over an unreachabledisconnect.
- Removed
browserfield frompackage.json.
- Initial publication to npm.