- Bundled version is now exported as
unpkg
rather thanbrowser
inpackage.json
. This should help prevent dependencies from being duplicated when bundled downstream.
- Replaced
main
withmodule
inpackage.json
. Both thebrowser
and themodule
bundles use ES Modules. We no longer distribute a CommonJS format.
- Added named exports for
IndefiniteObservable
andwrapWithObserver
.
- Added
private
annotation to_connect
.
- Upgraded to
symbol-observable@1.2.0
.
- Moved
IndefiniteSubject
tomaterial-motion
until it is more throughly documented here.
- Fixed missing
var
in inline version ofsymbol-observable
.
- Added
IndefiniteSubject
. - Added JSDoc comments.
- Fixed presumption that every observer had a
next
channel. - Fixed
unsubscribe
closing over an unreachabledisconnect
.
- Removed
browser
field frompackage.json
.
- Initial publication to npm.