-
Notifications
You must be signed in to change notification settings - Fork 3k
Comparing changes
Open a pull request
base repository: ReactiveX/rxjs
base: 7.5.7
head repository: ReactiveX/rxjs
compare: 7.6.0
- 11 commits
- 19 files changed
- 6 contributors
Commits on Sep 25, 2022
-
chore: Revert package-lock.json changes
ts-api-guardian, being dead, has broken our ability to update package-lock.json. Personal note: I was shamed into using ts-api-guardian by a man who, to date, is probably one of the most awful people I've worked with. Hopefully we can remove or replace it soon.
Configuration menu - View commit details
-
Copy full SHA for de5384b - Browse repository at this point
Copy the full SHA de5384bView commit details
Commits on Sep 26, 2022
-
Configuration menu - View commit details
-
Copy full SHA for afac3d5 - Browse repository at this point
Copy the full SHA afac3d5View commit details
Commits on Dec 3, 2022
-
docs(glossary): fix typo (#7092)
* docs(glossary): fix typo * docs(glossary): fix typos `a observable` should be `an observable` * docs(glossary): add missing word `any type that can easily converted` should be `any type that can be easily converted` * docs(glossary): fix typo `were` should be `where` * docs(glossary): remove unpaired parenthesis * docs(glossary): fix some more typos
Configuration menu - View commit details
-
Copy full SHA for 5abd86e - Browse repository at this point
Copy the full SHA 5abd86eView commit details -
docs(operators): fixing a typo (#7086)
There seems to be a typo in this doc, ... received so ~var~ -> ... received so _far_
Configuration menu - View commit details
-
Copy full SHA for 11342ad - Browse repository at this point
Copy the full SHA 11342adView commit details -
Configuration menu - View commit details
-
Copy full SHA for 05bb4fa - Browse repository at this point
Copy the full SHA 05bb4faView commit details -
fix: subscribe and tap type overloads (#6718)
* fix: observable subscribe overloads close #6717 * fix: tap operator overloads
Yadong Xie authoredDec 3, 2022 Configuration menu - View commit details
-
Copy full SHA for af1a9f4 - Browse repository at this point
Copy the full SHA af1a9f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for b97fa05 - Browse repository at this point
Copy the full SHA b97fa05View commit details -
feat(onErrorResumeNextWith): renamed
onErrorResumeNext
and exported…… from the top level (#6755) * feat(onErrorResumeNextWith): renamed `onErrorResumeNext` and exported from top level The `onErrorResumeNext` operator is deprecated due to a rename. The rename was done so we can move all operator exports to the top level `rxjs` export site. We were not currently exporting that operator. This commit also refactors to logic to be based on the creation function, which is more widely used * docs: Update import information for onErrorResumeNext, fix info for partition
Configuration menu - View commit details
-
Copy full SHA for 51e3b2c - Browse repository at this point
Copy the full SHA 51e3b2cView commit details -
chore: Update to valid, active Node versions (#7127)
We had an issue where older, unsupported node versions were choking on the npm install script for latest npm. We needed to update our node versions
Configuration menu - View commit details
-
Copy full SHA for 054c0d3 - Browse repository at this point
Copy the full SHA 054c0d3View commit details -
fix(schedulers): no longer cause TypeScript build failures when Node …
…types aren't included The `TimerHandle` type references a type from `@types/node` but that package might not be available, using the return type of `setTimeout` achieves the same result but doesn't require `@types/node` to be installed.
Configuration menu - View commit details
-
Copy full SHA for c1a07b7 - Browse repository at this point
Copy the full SHA c1a07b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 35de260 - Browse repository at this point
Copy the full SHA 35de260View 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.5.7...7.6.0