-
Notifications
You must be signed in to change notification settings - Fork 3k
Comparing changes
Open a pull request
base repository: ReactiveX/rxjs
base: 6.0.0-beta.1
head repository: ReactiveX/rxjs
compare: 6.0.0-beta.3
- 15 commits
- 20 files changed
- 7 contributors
Commits on Mar 21, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 6717a01 - Browse repository at this point
Copy the full SHA 6717a01View commit details -
Configuration menu - View commit details
-
Copy full SHA for d6556f2 - Browse repository at this point
Copy the full SHA d6556f2View commit details -
Merge pull request #3458 from jasonaden/fix_build_optimizer
fix(build): update build-optimizer and point to correct sources
Configuration menu - View commit details
-
Copy full SHA for 75331de - Browse repository at this point
Copy the full SHA 75331deView commit details -
Configuration menu - View commit details
-
Copy full SHA for f113b9d - Browse repository at this point
Copy the full SHA f113b9dView commit details
Commits on Mar 22, 2018
-
Configuration menu - View commit details
-
Copy full SHA for d4e2ffb - Browse repository at this point
Copy the full SHA d4e2ffbView commit details -
Configuration menu - View commit details
-
Copy full SHA for f1d8ca5 - Browse repository at this point
Copy the full SHA f1d8ca5View commit details
Commits on Mar 24, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 082c8e5 - Browse repository at this point
Copy the full SHA 082c8e5View commit details -
fix(repeatWhen): support synchronous notifier (#3460)
* test(repeatWhen): rename to repeat in descriptions * test(repeatWhen): align expectations with docs * test(repeatWhen): add failing empty notifier test * test(repeatWhen): add failing notifier test * fix(repeatWhen): support synchronous notifier Closes #3444
Configuration menu - View commit details
-
Copy full SHA for f25b38d - Browse repository at this point
Copy the full SHA f25b38dView commit details -
fix(Observable): empty ctor returns valid Observable (#3464)
Before if you subscribed such as `(new Observable()).subscribe()` it would throw an error, this remedies that and will effectively return a never observable, however _not_ the same instance as `NEVER`
Configuration menu - View commit details
-
Copy full SHA for 58b8ebc - Browse repository at this point
Copy the full SHA 58b8ebcView commit details -
chore: add @nocollapse to static members. (#3465)
Add @nocollapse to prevent closure compiler from dropping static members that are reexported twice. The static members are kept in the first export, but if that symbol is then exported again the static members are not kept.
Configuration menu - View commit details
-
Copy full SHA for 17c70f5 - Browse repository at this point
Copy the full SHA 17c70f5View commit details -
Configuration menu - View commit details
-
Copy full SHA for b4f29ac - Browse repository at this point
Copy the full SHA b4f29acView commit details
Commits on Mar 26, 2018
-
Configuration menu - View commit details
-
Copy full SHA for f5eda97 - Browse repository at this point
Copy the full SHA f5eda97View commit details -
fix(node): Subscriber no longer trampled if from another copy of rxjs
Only fixes v6 and above, fix coming for v5 (stable) shortly related #3475
Configuration menu - View commit details
-
Copy full SHA for 371b658 - Browse repository at this point
Copy the full SHA 371b658View commit details
Commits on Mar 27, 2018
-
Merge pull request #3476 from benlesh/multi-package-issue
Multi package issue
Configuration menu - View commit details
-
Copy full SHA for d504aca - Browse repository at this point
Copy the full SHA d504acaView commit details -
Configuration menu - View commit details
-
Copy full SHA for aa8dc20 - Browse repository at this point
Copy the full SHA aa8dc20View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 6.0.0-beta.1...6.0.0-beta.3