Dark Mode

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Releases: ReactiveX/rxjs

8.0.0-alpha.14

12 Jan 22:21

Choose a tag to compare

8.0.0-alpha.14 Pre-release
Pre-release

8.0.0-alpha.14

Fixes

  • rxjs: removed unnecessary peer deps (#7427)

Thank You

Contributors

benlesh
Loading
andreylysenko, coolbob1998, jozef-javorsky-dodo, aynjel, wszgrcy, nelsondaza, lvitaly, lin72h, and ryhkml reacted with thumbs up emoji TerryZ, jozef-javorsky-dodo, hausg, andreylysenko, and lin72h reacted with hooray emoji aenichols, andreylysenko, lin72h, and yannvr reacted with heart emoji darky, andreylysenko, lin72h, and reactkick reacted with rocket emoji
15 people reacted

8.0.0-alpha.13

20 Dec 18:49

Choose a tag to compare

8.0.0-alpha.13 Pre-release
Pre-release

8.0.0-alpha.13

Features

  • support web standard modules (0c8eaf7e6)
  • observable (Symbol): remove Symbol.observable export (#4466, #7361)
  • Subject.create: Removed the deprecated Subject.create method. (d62ce6ebe)
  • WebSocketSubject: no longer extends Subject. (54f2f6ed1)
  • webSocket: now allows input and output typing to differ (c408acda1)

Fixes

  • TestScheduler: explicit unsubscribe works properly with toEqual (#7403)
  • config: onStoppedNotification and onUnhandledError will now always async dispatch (#7344)
  • fromEvent: fromEvent now handles symbols as event names (#7339)
  • fromEvent: passing a generic parameter is no longer deprecated (#7406)

Breaking Changes

  • observable (Symbol): observable (the Symbol.observable symbol instance) is no longer exported. Use a polyfill like symbol-observable, or use Symbol.observable ?? '@@observable' as a workaround."
  • Subject.create: Removed the deprecated Subject.create method. If you need to create an object that is "half Observable, half Observer", you'll need to either bolt next, error, and complete handlers onto an Observable and property type the return... or you'll need to create your own class that is backed by an Observable. In any case, if the Observer and the Observable are so unrelated that you have to bolt them together, you're probably better off with those two objects separately. This is why Subject.create has been deprecated for so long.
  • WebSocketSubject: WebSocketSubject is no longer instanceof Subject. Check for instanceof WebSocketSubject instead.

Thank You

Contributors

tmair and demensky
Loading
SergeyDziadevich, DominicWrege, lixonik, neverovski, airmanxtw, hausg, ByeWord, jordankkk, andreylysenko, wszgrcy, and 4 more reacted with thumbs up emoji YuerLee, andreylysenko, codesculpture, jozef-javorsky-dodo, and cjk reacted with hooray emoji yannvr reacted with heart emoji totpero and andreylysenko reacted with rocket emoji
19 people reacted