-
Notifications
You must be signed in to change notification settings - Fork 3k
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: ReactiveX/rxjs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 7.5.1
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: ReactiveX/rxjs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 7.5.2
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 8 commits
- 330 files changed
- 3 contributors
Commits on Jan 4, 2022
-
docs: update operator imports in examples (#6678)
* docs: update operator imports in examples * docs(README.md): update operator imports in examples * docs: use shorthand version for TypeScript at code markup start Change from 'typescript' to 'ts' at the beginning of markup code examples, as 'ts' is used in almost every other file. * refactor: use 'asyncScheduler' instead of 'async' where possible * docs: fix headings * docs: fix links and @see links * docs: unify examples Use single quotes, fix whitespace issues, delete trailing commas, remove extra parenthesis, convert to arrow functions, update parameters to non-deprecated version of subscribe, fix grammar. * docs: use map and concatMap instead of mapTo and concatMapTo in examples * docs: use tap's new callback functions to avoid using defer and finalize * docs(share): use tap for logging in share example * docs(dematerialize): fix TS errors in dematerialize example
Configuration menu - View commit details
-
Copy full SHA for 888c753 - Browse repository at this point
Copy the full SHA 888c753View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7268bd3 - Browse repository at this point
Copy the full SHA 7268bd3View commit details
Commits on Jan 11, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 5e8ab00 - Browse repository at this point
Copy the full SHA 5e8ab00View commit details -
fix(ajax): crossDomain flag deprecated and properly reported to consu…
…mers (#6710) * fix(ajax): crossDomain flag deprecated and properly reported to consumers Fixes an issue where the `crosDomain` flag was being incorrectly reported to users via error objects and response objects as defaulting to `true`, when it was in fact defaulting to `false`. Deprecates the `crossDomain` flag in favor of allowing the configuration of the request and the browser to dictate whether or not a preflight request is necessary. Adds deprecation messages with advice about how to force CORS preflights. Ultimately, the boolean flag does not make sense, as there are a lot of factors that dictate CORS preflight use and they may vary by browser/environment. Resolves #6663 * chore: Update side effects file * chore: update side effects files
Configuration menu - View commit details
-
Copy full SHA for 7fd0575 - Browse repository at this point
Copy the full SHA 7fd0575View commit details -
Configuration menu - View commit details
-
Copy full SHA for c0ed6c5 - Browse repository at this point
Copy the full SHA c0ed6c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 45abd01 - Browse repository at this point
Copy the full SHA 45abd01View commit details -
fix: operators that ignore input values now use
unknown
rather than…… `any`, which should resolve issues with eslint no-unsafe-argument (#6738) * fix: use "unknown" type for operators that ignore input values These operators ignore the values produced by the source Observable, so they don't need the dynamic typing that "any" would provide for accessing the values. Using "unknown" instead of "any" avoids warnings from eslint rules like @typescript-eslint/no-unsafe-argument in application code that uses the operators, and it's also a clearer way to express that the operators don't know or care what the source type is. resolves #6536 * fix: update api_guard files to reflect intentional API change
Configuration menu - View commit details
-
Copy full SHA for 67cb317 - Browse repository at this point
Copy the full SHA 67cb317View commit details -
Configuration menu - View commit details
-
Copy full SHA for fdfc8ac - Browse repository at this point
Copy the full SHA fdfc8acView commit details
Loading
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.1...7.5.2