8000 Comparing 6.5.4...6.5.5 · ReactiveX/rxjs · GitHub
[go: up one dir, main page]

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

Commits on Dec 27, 2019

  1. chore(publish): 6.5.4

    benlesh committed Dec 27, 2019
    Configuration menu
    Copy the full SHA
    7e4589a View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2020

  1. fix: don't reassign closed-over parameter in fromFetch (#5234)

    * test: add failing test for #5233
    
    * fix: don't reassign closed-over parameter in fromFetch
    
    Closes #5233
    
    * chore: add type annotation for variable
    cartant authored and benlesh committed Jan 20, 2020
    Configuration menu
    Copy the full SHA
    0377710 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2020

  1. docs(app): removed old docs folder (#5338)

    Closes: #4604
    niklas-wortmann authored and benlesh committed Mar 17, 2020
    Configuration menu
    8000
    Copy the full SHA
    f9cfcbe View commit details
    Browse the repository at this point in the history
  2. docs(switchAll): fixing comment issue (#5349)

    stackblitz comment issue
    shashankpatil authored and benlesh committed Mar 17, 2020
    Configuration menu
    Copy the full SHA
    1d8f4f3 View commit details
    Browse the repository at this point in the history
  3. Fix suspected typo (#5340)

    * Fix suspected typo
    
    * Fix another typo
    cartant authored and benlesh committed Mar 17, 2020
    Configuration menu
    Copy the full SHA
    4b5e5d7 View commit details
    Browse the repository at this point in the history
  4. doc(typo): use the correct form of "its" (#5328)

    "it's" means "it is", and "its" is the proper form for possession.
    eventualbuddha authored and benlesh committed Mar 17, 2020
    Configuration menu
    Copy the full SHA
    50f4ecf View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2020

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

Commits on Apr 3, 2020

  1. chore(npm): fix serve-and-sync command (#5283)

    * chore(npm): fix `serve-and-sync` command
    
    * chore(npm): fix `serve-and-sync` command
    dzhavat authored and benlesh committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    f39eb29 View commit details
    Browse the repository at this point in the history
  2. fix(pipe): Special handling for 0-arg case. (#4936)

    * fix(pipe): Special handling for 0 args.
    
    * test(pipe): Fix test label for 0-arg.
    
    * fix(pipe): Remove check for missing args array.
    
    The check is never reached in internal code, and is not exported for
    external code. The behavior is not tested for, and arguably wrong.
    
    * fix(pipe): no argument case run-time check
    
    * refactor: revert checking for lack of array argument
    
    Co-authored-by: Ben Lesh <ben@benlesh.com>
    leewz and benlesh committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    2e9d867 View commit details
    Browse the repository at this point in the history
  3. fix(fetch): don't leak event listeners added to passed-in signals (#5305

    )
    
    * test(fetch): add failing test
    
    * fix(fetch): don't leak signal listeners
    
    * chore: improve an existing test's description
    cartant authored and benlesh committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    06bf3a3 View commit details
    Browse the repository at this point in the history
  4. chore(publish): 6.5.5

    benlesh committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    7803215 View commit details
    Browse the repository at this point in the history
Loading
0