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: rexlabsio/enum-php
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: develop
Choose a base ref
...
head repository: rexlabsio/enum-php
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 18 commits
  • 24 files changed
  • 2 contributors

Commits on Jul 21, 2020

  1. Fix inspection warnings

    Wrap ReflectionException with LogicException (should be unchecked)
    Code style update
    Split tests by feature
    Add missing test
    Add new php versions to travis
    lachlankrautz committed Jul 21, 2020
    Configuration menu
    Copy the full SHA
    968ef38 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aae0ffa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    28a8a4e View commit details
    Browse the repository at this point in the history
  4. update readme

    lachlankrautz committed Jul 21, 2020
    Configuration menu
    Copy the full SHA
    a3f5a21 View commit details
    Browse the repository at this point in the history
  5. update readme

    lachlankrautz committed Jul 21, 2020
    Configuration menu
    Copy the full SHA
    6381f06 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #11 from rexlabsio/feature/get-instances

    New feature: get instances
    lachlankrautz authored Jul 21, 2020
    Configuration menu
    Copy the full SHA
    9bdc8eb View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2021

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

Commits on Feb 17, 2021

  1. Merge pull request #13 from rexlabsio/feature/add-expressive-is-checkers

    feat: Adds isNot, isAnyOf, isNoneOf methods
    ababkov authored Feb 17, 2021
    Configuration menu
    Copy the full SHA
    0f85137 View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2021

  1. update changelog

    lachlankrautz committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    e70903e View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2021

  1. Allow php 8

    lachlankrautz committed Sep 19, 2021
    Configuration menu
    Copy the full SHA
    3bd70d9 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2023

  1. Update README.md

    ababkov authored Feb 7, 2023
    Configuration menu
    Copy the full SHA
    071ec31 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    ababkov authored Feb 7, 2023
    Configuration menu
    Copy the full SHA
    c0711cf View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2023

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

Commits on Jul 20, 2023

  1. Configuration menu
    Copy the full SHA
    7dbcb2a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #15 from rexlabsio/feat/php-8

    feat: PHP 7-8.2 support + pipeline migrations
    ababkov authored Jul 20, 2023
    Configuration menu
    Copy the full SHA
    1cd66f3 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2025

  1. feat: 83-84 compatibility

    ababkov committed Jan 7, 2025
    Configuration menu
    Copy the full SHA
    422f0be View commit details
    Browse the repository at this point in the history
  2. Merge pull request #16 from rexlabsio/feat/83-84-compatibility

    feat: 83-84 compatibility
    ababkov authored Jan 7, 2025
    Configuration menu
    Copy the full SHA
    b4d4be2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f360beb View commit details
    Browse the repository at this point in the history
Loading