symbol-observable
Advanced tools
Changelog
3.0.0 (2020-11-02)
Symbol.observable
is now unique symbol
. (2ef1476), closes #41Symbol[Symbol.observable]
is no longer incorrectly defined (fe4301f)@types/node
will clash with this, because @types/node
incorrectly defined Symbol.observable
has symbol
and not unique symbol
. Update to @types/node@14.14.6
or higher.Changelog
2.0.0 (2020-09-01)
BREAKING CHANGE: This moves to using Symbol.for
to create the symbol instance. It's possible that some runtimes that support Symbol
do not support Symbol.for
. Therefor, I'm marking this as a breaking change. If you find that you hit this issue, please report it. You can work around it by polyfilling Symbol.for
.
<a name="1.2.0"></a>