CHANGELOG

4.0.0arrow-up-right (2021-04-15)

Bug Fixes

Code Refactoring

  • Revert to symbol from unique symbol, the latter caused compatibility issues and provided no real benefit. (72ce7dcarrow-up-right)

BREAKING CHANGES

  • Following the advice of the TypeScript team, the type for Symbol.observable is reverted back to symbol from unique symbol. This is to improve compatibility with other libraries using this module. Sincerely sorry for the trashing. Getting the types right for modules is hard. If this continues to cause issues for you, please file an issue with the TypeScript projectarrow-up-right.

3.0.0arrow-up-right (2020-11-02)

Bug Fixes

BREAKING CHANGES

  • TypeScript: Older versions of @types/node will clash with this, because @types/node incorrectly defined Symbol.observable has symbol and not unique symbol. Update to @types/[email protected] or higher.

2.0.3arrow-up-right (2020-09-30)

Bug Fixes

2.0.2arrow-up-right (2020-09-29)

Bug Fixes

2.0.1arrow-up-right (2020-09-04)

Bug Fixes

2.0.0arrow-up-right (2020-09-01)

Bug Fixes

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.

1.2.0arrow-up-right (2018-01-26)

Bug Fixes

Features

1.1.0arrow-up-right (2017-11-28)

Bug Fixes

Features

1.0.4arrow-up-right (2016-10-13)

Bug Fixes

1.0.3arrow-up-right (2016-10-11)

Bug Fixes

1.0.2arrow-up-right (2016-08-09)

Bug Fixes

1.0.1arrow-up-right (2016-06-15)

Bug Fixes

1.0.0arrow-up-right (2016-06-13)

Bug Fixes

Features

BREAKING CHANGES

  • TypeScript: CJS users will now have to require('symbol-observable').default rather than just require('symbol-observable') this was done to better support ES6 module bundlers.

0.2.4arrow-up-right (2016-04-25)

Bug Fixes

0.2.3arrow-up-right (2016-04-24)

Bug Fixes

  • IE8/ECMAScript 3: Make sure legacy browsers don't choke on a property named for. (9aaa7carrow-up-right)

0.2.2arrow-up-right (2016-04-19)

Features

0.2.1arrow-up-right (2016-04-19)

Bug Fixes

0.2.0arrow-up-right (2016-04-19)

Bug Fixes

Last updated