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/RxPHP
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.0.7
Choose a base ref
...
head repository: ReactiveX/RxPHP
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.0.8
Choose a head ref
  • 4 commits
  • 37 files changed
  • 3 contributors

Commits on Apr 16, 2019

  1. Fix phpdoc on observable scan operator

    Alban committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    4b11614 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2019

  1. Merge pull request #202 from Alban-io/fix/scan-phpdoc

    Fix phpdoc on observable scan operator
    davidwdan authored Dec 13, 2019
    Configuration menu
    Copy the full SHA
    3c760ba View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2020

  1. Allow PHP 8 and Update PHPUnit (#208)

    * Update travis.yml - drop 7.0 and 7.1, test 7.4
    
    * Allow php >7, Update tests for phpunit >8 compatibility
    
    * Drop 7.1 on travis, remove optional argument before required on VirtualTimeScheduler
    
    * Get rid of assertion in doc delinter, remove accidentally added operator WIP
    
    * Add new line at end of travis file back
    mbonneau authored Dec 13, 2020
    Configuration menu
    Copy the full SHA
    f196569 View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG.md

    mbonneau committed Dec 13, 2020
    Configuration menu
    Copy the full SHA
    851913a View commit details
    Browse the repository at this point in the history
Loading