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: schmittjoh/php-option
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: centraldesktop/php-option
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 17 commits
  • 13 files changed
  • 6 contributors

Commits on Sep 11, 2017

  1. Add filterIsA and filterIsOneOf methods. Enables filtering an Option …

    …by its type more easily.
    kdiedrickpgi committed Sep 11, 2017
    Configuration menu
    Copy the full SHA
    d100b3f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    838dd22 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0c7496b View commit details
    Browse the repository at this point in the history
  4. Check for array or Traversable when checking the filterIsOneOf first …

    …parameter. Also test using an Iterator on filterIsOneOf
    kdiedrickpgi committed Sep 11, 2017
    Configuration menu
    Copy the full SHA
    edb1c73 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2017

  1. Merge pull request #1 from corporealshift/filter-isa

    Add filterIsA and filterIsOneOf
    treyhyde authored Sep 13, 2017
    Configuration menu
    Copy the full SHA
    23f637c View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2017

  1. bugfix() Fix how Some::filterIsOneOf() traverses through passed par…

    …ameters array
    Oleg Kozak committed Oct 13, 2017
    Configuration menu
    Copy the full SHA
    79894c9 View commit details
    Browse the repository at this point in the history
  2. chore() Update travis.yml

    Oleg Kozak committed Oct 13, 2017
    Configuration menu
    Copy the full SHA
    90b02f3 View commit details
    Browse the repository at this point in the history
  3. chore() Update README.md

    Oleg Kozak committed Oct 13, 2017
    Configuration menu
    Copy the full SHA
    3b7a452 View commit details
    Browse the repository at this point in the history
  4. chore() Remove hhvm build from travis.yml

    Oleg Kozak committed Oct 13, 2017
    Configuration menu
    Copy the full SHA
    9e7563d View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2017

  1. tests() Add more tests around Some::filterIsOneOf

    Oleg Kozak committed Oct 17, 2017
    Configuration menu
    Copy the full SHA
    7590b29 View commit details
    Browse the repository at this point in the history
  2. tests() Add filterIsOneOf tests for LazyOption. Clean up other te…

    …st cases.
    Oleg Kozak committed Oct 17, 2017
    Configuration menu
    Copy the full SHA
    90c379e View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2017

  1. Merge pull request #2 from mister-spock/master

    bugfix() Fix how "Some::filterIsOneOf()" traverses through received parameters array
    dstevenson authored Oct 23, 2017
    Configuration menu
    Copy the full SHA
    eeb6027 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2021

  1. Configuration menu
    Copy the full SHA
    e7c65fd View commit details
    Browse the repository at this point in the history
  2. Add php74 as a Travis CI target

    Oleg Kozak committed Jan 18, 2021
    Configuration menu
    Copy the full SHA
    ba3e4cc View commit details
    Browse the repository at this point in the history
  3. Drop PHP 5.6 support (because of newer PHPUnit)

    Oleg Kozak committed Jan 18, 2021
    Configuration menu
    Copy the full SHA
    588baa1 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2021

  1. No, roll back to PHP 5.6 support with PHPUnit 5.7

    Oleg Kozak committed Jan 19, 2021
    Configuration menu
    Copy the full SHA
    755c73a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #3 from mister-spock/feature/add-to-string-method

    Update PHPUnit, add '__toString()' method implementation, add tests
    ekatocd authored Jan 19, 2021
    Configuration menu
    Copy the full SHA
    a94188b View commit details
    Browse the repository at this point in the history
Loading