Skip to content
Permalink

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.7
Choose a base ref
...
head repository: ReactiveX/rxjs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 7.6.0
Choose a head ref
  • 11 commits
  • 19 files changed
  • 6 contributors

Commits on Sep 25, 2022

  1. 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.
    benlesh committed Sep 25, 2022
    Configuration menu
    Copy the full SHA
    de5384b View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2022

  1. Configuration menu
    Copy the full SHA
    afac3d5 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2022

  1. 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
    johnnygerard authored Dec 3, 2022
    Configuration menu
    Copy the full SHA
    5abd86e View commit details
    Browse the repository at this point in the history
  2. docs(operators): fixing a typo (#7086)

    There seems to be a typo in this doc,
    ... received so ~var~ -> ... received so _far_
    naticaceres authored Dec 3, 2022
    Configuration menu
    Copy the full SHA
    11342ad View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    05bb4fa View commit details
    Browse the repository at this point in the history
  4. fix: subscribe and tap type overloads (#6718)

    * fix: observable subscribe overloads
    
    close #6717
    
    * fix: tap operator overloads
    Yadong Xie authored Dec 3, 2022
    Configuration menu
    Copy the full SHA
    af1a9f4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b97fa05 View commit details
    Browse the repository at this point in the history
  6. 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
    benlesh authored Dec 3, 2022
    Configuration menu
    Copy the full SHA
    51e3b2c View commit details
    Browse the repository at this point in the history
  7. 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
    benlesh authored Dec 3, 2022
    Configuration menu
    Copy the full SHA
    054c0d3 View commit details
    Browse the repository at this point in the history
  8. 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.
    merceyz authored Dec 3, 2022
    Configuration menu
    Copy the full SHA
    c1a07b7 View commit details
    Browse the repository at this point in the history
  9. chore(publish): 7.6.0

    benlesh committed Dec 3, 2022
    Configuration menu
    Copy the full SHA
    35de260 View commit details
    Browse the repository at this point in the history
Loading