question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

RxJS v6 release + support

See original GitHub issue

Work breakdown:

  • public api cleanup
    • entry-point cleanup
      • refactor (ben) ReactiveX/rxjs#3145 + ReactiveX/rxjs#3223
      • docs
      • backwards compatibility solution
      • forward migration transform
      • google3 LSC
    • public api typings cleanup
      • refactor ReactiveX/rxjs#3328
      • backwards compatibility solution
      • forward migration transform
      • google3 LSC (if needed)
    • runtime api changes
      • ~[ ] move Observable.lift to separate function~
      • ~[ ] abort controllers - required by WHATWG~
      • ~[ ] async iterators implementation~
      • ~[ ] improve stack trace~
  • size (depends on public api cleanup)
    • Webpack v4 "side-effects":false support
  • productivity
    • move rxjs to bazel
  • g3
    • migrate away from rxjs/add/operator
      • transform
      • google3 LSC
    • remove local mods
    • move g3 sync to copybara
    • bring v6 to g3
  • misc issues to resolve

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Reactions:18
  • Comments:20 (9 by maintainers)

github_iconTop GitHub Comments

16reactions
MattiJarvinencommented, Apr 25, 2018

RxJS 6 is released @michaeljota https://github.com/ReactiveX/rxjs/releases/tag/6.0.0

I bet this issue is solved within a week.

10reactions
shyamal890commented, Jan 21, 2018

Request to add work bullet point addressing https://github.com/angular/angular/issues/19705 issue (updateOn debounce support in input)

Read more comments on GitHub >

github_iconTop Results From Across the Web

RxJS 6.x to 7.x Detailed Change List
This document contains a detailed list of changes between RxJS 6.x and RxJS 7.x, presented in the order they can be found when...
Read more >
RxJS 6: What's new and what has changed? - Auth0
It supports functionality that is removed with the release of RxJS 6. ... RxJS 6 as it creates a compatibility layer between the...
Read more >
RxJS 6 Release Improves Performance and Modularity - InfoQ
The RxJS team has announced their 6.0 release, which improves the project's approach to modularity, streamlines performance, adds a backward ...
Read more >
rxjs/CHANGELOG.md at master · ReactiveX/rxjs - GitHub
A reactive programming library for JavaScript. Contribute to ReactiveX/rxjs development by creating an account on GitHub.
Read more >
What's New in RxJS v6.5 - Netanel Basal
RxJS version 6.5.0 is now available. This post highlights the latest features and improvements in this version. RxJS now provides built-in support for...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found