-
Notifications
You must be signed in to change notification settings - Fork 3k
Comparing changes
Open a pull request
base repository: ReactiveX/rxjs
base: 7.2.0
head repository: ReactiveX/rxjs
compare: 7.3.0
- 15 commits
- 26 files changed
- 8 contributors
Commits on Jul 6, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 42283a4 - Browse repository at this point
Copy the full SHA 42283a4View commit details -
chore(retryWhen): convert retryWhen tests to run mode (#6508)
* chore(retryWhen): convert retryWhen tests to run mode * chore(retryWhen): update derecated subscribe signature in tests * test: update incorrect test descriptions Co-authored-by: Nicholas Jamieson <nicholas@cartant.com>
Configuration menu - View commit details
-
Copy full SHA for 93abdd8 - Browse repository at this point
Copy the full SHA 93abdd8View commit details
Commits on Jul 8, 2021
-
chore(retry): convert retry tests to run mode (#6510)
* chore(retry): convert retry tests to run mode * chore(retry): update derecated subscribe signature in tests * chore(retry): update derecated Observable.create signature in tests * chore(retry): remove unused parameters in tests
Configuration menu - View commit details
-
Copy full SHA for a46309b - Browse repository at this point
Copy the full SHA a46309bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0298734 - Browse repository at this point
Copy the full SHA 0298734View commit details
Commits on Jul 9, 2021
-
Configuration menu - View commit details
-
Copy full SHA for e04dc57 - Browse repository at this point
Copy the full SHA e04dc57View commit details
Commits on Jul 14, 2021
-
chore(deps): bump color-string from 1.5.3 to 1.5.5 (#6507)
Bumps [color-string](https://github.com/Qix-/color-string) from 1.5.3 to 1.5.5. - [Release notes](https://github.com/Qix-/color-string/releases) - [Changelog](https://github.com/Qix-/color-string/blob/master/CHANGELOG.md) - [Commits](https://github.com/Qix-/color-string/commits/1.5.5) --- updated-dependencies: - dependency-name: color-string dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for a675423 - Browse repository at this point
Copy the full SHA a675423View commit details -
Configuration menu - View commit details
-
Copy full SHA for dd8bdf3 - Browse repository at this point
Copy the full SHA dd8bdf3View commit details -
refactor(Observable): remove unnecessary if (#6505)
there is an unnecessary if in the pipe, remove it #6504
Hojjat authoredJul 14, 2021 Configuration menu - View commit details
-
Copy full SHA for 938e211 - Browse repository at this point
Copy the full SHA 938e211View commit details
Commits on Jul 19, 2021
-
chore: update pluck tests to run mode (#6526)
* chore: update pluck tests to run mode * chore(pluck): remove unused constant * test(pluck): add firehose test
Configuration menu - View commit details
-
Copy full SHA for ee62748 - Browse repository at this point
Copy the full SHA ee62748View commit details
Commits on Jul 21, 2021
-
Fix as many skipped tests as possible. (#6524)
* chore: Stop skipping valid test Resolves #5105 * chore: Add comment about why this test is skipped. * chore: Correct skipped tests - Some of the skipped tests were clearly copied from retryWhen but never updated appropriately. - One of the skipped tests showed a buggy behavior that is now reported in an issue and a comment with a link to that issue is now above it. * chore: Update skipped tests - Uncomments a skipped test that was fixed with the v7 refactor (apparently just via better architecture) - Adds an additional test to simplify the same assertion - Adds a comment above a skipped section of tests explaining that we can probably remove them in v8 after we've moved completely to newer multicasting paradigms and removed deprecated operators. Resolves #5370 * chore: Stops skipping a fixed test. * chore: Add commented out bit to help find skipped tests Figuring out what tests are skipped out of 3,000+ tests is pretty annoying. I want to leave this here as a sign post to help.
Configuration menu - View commit details
-
Copy full SHA for 58220d5 - Browse repository at this point
Copy the full SHA 58220d5View commit details
Commits on Jul 24, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 82134c6 - Browse repository at this point
Copy the full SHA 82134c6View commit details
Commits on Jul 28, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 69f5bfa - Browse repository at this point
Copy the full SHA 69f5bfaView commit details -
feat(retry): Now supports configurable delay as a named argument (#6421)
* feat(retry): Add configurable delay - Adds a `delay` configuration that allows the user to create simpler exponential backoff, simple retry delays, and/or other functionality. * chore: Address comments * chore: revert breaking change and use resetOnSuccess
Configuration menu - View commit details
-
Copy full SHA for 5f69795 - Browse repository at this point
Copy the full SHA 5f69795View commit details -
feat(tap): now supports subscribe, unsubscribe, and finalize handlers (…
…#6527) * feat(tap): Adds subscribe, unsubscribe, finalize handlers This adds a common request/task for RxJS users, which are three new handlers: - `subscribe`: fires on subscription to the source - `unsubscribe`: fires when the subscription to the result is unsubscribed from, but NOT if the source completes or errors - `finalize`: always fires on finalization, (basically equivalent to `finalize`) * chore: update api_guardian files * chore: Remove old TODO comment
Configuration menu - View commit details
-
Copy full SHA for eb26cbc - Browse repository at this point
Copy the full SHA eb26cbcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f0e853 - Browse repository at this point
Copy the full SHA 6f0e853View 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 7.2.0...7.3.0