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: php-tmdb/api
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 4.0.9
Choose a base ref
...
head repository: php-tmdb/api
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4.0.10
Choose a head ref
  • 17 commits
  • 21 files changed
  • 4 contributors

Commits on Sep 21, 2021

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

Commits on Sep 25, 2021

  1. simplified check using empty

    simplified check using empty and reduced complexity of instanceof Datetime
    ptheofan authored Sep 25, 2021
    Configuration menu
    Copy the full SHA
    400d22d View commit details
    Browse the repository at this point in the history
  2. ReleaseDate === "" (empty) should be set to null

    Fixed setter and annotation of getter
    ptheofan authored Sep 25, 2021
    Configuration menu
    Copy the full SHA
    9ca2267 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    267e45a View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2021

  1. Configuration menu
    Copy the full SHA
    979f570 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a1fe153 View commit details
    Browse the repository at this point in the history
  3. Added support for episode groups

    nouser committed Oct 6, 2021
    Configuration menu
    Copy the full SHA
    78e7c65 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2021

  1. Configuration menu
    Copy the full SHA
    783c623 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cb8a423 View commit details
    Browse the repository at this point in the history
  3. Add Countable type hints

    neildaniels committed Dec 9, 2021
    Configuration menu
    Copy the full SHA
    991b4e1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    92dada6 View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2021

  1. Merge pull request #244 from ptheofan/patch-1

    ReleaseDate === "" (empty) should be set to null
    wtfzdotnet authored Dec 11, 2021
    Configuration menu
    Copy the full SHA
    67326f3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #243 from ptheofan/4.0

    bugfix: Episode empty AirDate returns wrong DateTime
    wtfzdotnet authored Dec 11, 2021
    Configuration menu
    Copy the full SHA
    89a3c9a View commit details
    Browse the repository at this point in the history
  3. Merge pull request #247 from neildaniels/php8.1-type-hints

    Add PHP 8.1 type hints for ArrayAccess, IteratorAggregate, and Countable
    wtfzdotnet authored Dec 11, 2021
    Configuration menu
    Copy the full SHA
    0349e2c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a8adade View commit details
    Browse the repository at this point in the history
  5. Fix PHPCS

    wtfzdotnet committed Dec 11, 2021
    Configuration menu
    Copy the full SHA
    55f8495 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #248 from php-tmdb/TvEpisodeGroups

    Tv episode groups
    wtfzdotnet authored Dec 11, 2021
    Configuration menu
    Copy the full SHA
    3d87c2d View commit details
    Browse the repository at this point in the history
Loading