mirror of
https://github.com/Rushilwiz/spaceout.git
synced 2025-04-21 20:09:50 -04:00
1.3 KiB
1.3 KiB
Changelog
v2.0.1 (2018-12-12)
Changes
- Bundled version is now exported as
unpkg
rather thanbrowser
inpackage.json
. This should help prevent dependencies from being duplicated when bundled downstream.
v2.0.0 (2018-12-10)
Changes
- Replaced
main
withmodule
inpackage.json
. Both thebrowser
and themodule
bundles use ES Modules. We no longer distribute a CommonJS format.
Additions
- Added named exports for
IndefiniteObservable
andwrapWithObserver
.
v1.0.2 (2018-11-27)
Fixes
- Added
private
annotation to_connect
.
Changes
- Upgraded to
symbol-observable@1.2.0
.
v1.0.1 (2017-01-17)
Removals
- Moved
IndefiniteSubject
tomaterial-motion
until it is more throughly documented here.
Fixes
- Fixed missing
var
in inline version ofsymbol-observable
.
v0.3.0 (2016-12-12)
Additions
- Added
IndefiniteSubject
. - Added JSDoc comments.
Fixes
- Fixed presumption that every observer had a
next
channel. - Fixed
unsubscribe
closing over an unreachabledisconnect
.
v0.2.0 (2016-12-02)
- Removed
browser
field frompackage.json
.
v0.1.0 (2016-12-06)
- Initial publication to npm.