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.0.0-beta.1
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.0.0-beta.3
Choose a head ref
  • 15 commits
  • 20 files changed
  • 7 contributors

Commits on Mar 21, 2018

  1. Configuration menu
    Copy the full SHA
    6717a01 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d6556f2 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #3458 from jasonaden/fix_build_optimizer

    fix(build): update build-optimizer and point to correct sources
    benlesh authored Mar 21, 2018
    Configuration menu
    Copy the full SHA
    75331de View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f113b9d View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2018

  1. docs(readme): Update readme to mention beta instead of alpha (#3446)

    Marcus Nielsen authored and benlesh committed Mar 22, 2018
    Configuration menu
    Copy the full SHA
    d4e2ffb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f1d8ca5 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2018

  1. Configuration menu
    Copy the full SHA
    082c8e5 View commit details
    Browse the repository at this point in the history
  2. fix(repeatWhen): support synchronous notifier (#3460)

    * test(repeatWhen): rename to repeat in descriptions
    
    * test(repeatWhen): align expectations with docs
    
    * test(repeatWhen): add failing empty notifier test
    
    * test(repeatWhen): add failing notifier test
    
    * fix(repeatWhen): support synchronous notifier
    
    Closes #3444
    cartant authored and benlesh committed Mar 24, 2018
    Configuration menu
    Copy the full SHA
    f25b38d View commit details
    Browse the repository at this point in the history
  3. fix(Observable): empty ctor returns valid Observable (#3464)

    Before if you subscribed such as `(new Observable()).subscribe()` it would throw an error, this remedies that and will effectively return a never observable, however _not_ the same instance as `NEVER`
    benlesh authored Mar 24, 2018
    Configuration menu
    Copy the full SHA
    58b8ebc View commit details
    Browse the repository at this point in the history
  4. chore: add @nocollapse to static members. (#3465)

    Add @nocollapse to prevent closure compiler from dropping static members that are reexported
    twice.  The static members are kept in the first export, but if that symbol is then exported
    again the static members are not kept.
    josephperrott authored and benlesh committed Mar 24, 2018
    Configuration menu
    Copy the full SHA
    17c70f5 View commit details
    Browse the repository at this point in the history
  5. chore(publish): 6.0.0-beta.2

    benlesh committed Mar 24, 2018
    Configuration menu
    Copy the full SHA
    b4f29ac View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2018

  1. Configuration menu
    Copy the full SHA
    f5eda97 View commit details
    Browse the repository at this point in the history
  2. fix(node): Subscriber no longer trampled if from another copy of rxjs

    Only fixes v6 and above, fix coming for v5 (stable) shortly
    
    related #3475
    benlesh committed Mar 26, 2018
    Configuration menu
    Copy the full SHA
    371b658 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2018

  1. Merge pull request #3476 from benlesh/multi-package-issue

    Multi package issue
    benlesh authored Mar 27, 2018
    Configuration menu
    Copy the full SHA
    d504aca View commit details
    Browse the repository at this point in the history
  2. chore(publish): 6.0.0-beta.3

    benlesh committed Mar 27, 2018
    Configuration menu
    Copy the full SHA
    aa8dc20 View commit details
    Browse the repository at this point in the history
Loading