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: archtechx/enums
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.3.2
Choose a base ref
...
head repository: archtechx/enums
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.0.0
Choose a head ref
  • 8 commits
  • 14 files changed
  • 5 contributors

Commits on Feb 16, 2023

  1. Remove L8 support (#19)

    lukinovec authored Feb 16, 2023
    Configuration menu
    Copy the full SHA
    922b6ab View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2023

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

Commits on Jan 12, 2024

  1. Comparable enum (#20)

    * feat: comparable enum
    
    * test: comparable enum
    
    * ci: php-cs-fixer in repository scope
    
    * chore: add `Comparable` usage in README
    
    * ci: globally use `php-cs-fixer`
    
    * improve Comparable logic
    
    * test more PHP versions in CI
    
    * update ci job name
    
    * remove class name quoting in exceptions to match PHP behavior
    
    * migrate pest config
    
    * add comment to test
    
    ---------
    
    Co-authored-by: Samuel Štancl <[email protected]>
    Co-authored-by: Samuel Štancl <[email protected]>
    3 people authored Jan 12, 2024
    Configuration menu
    Copy the full SHA
    f0ea4c3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    365b344 View commit details
    Browse the repository at this point in the history
  3. add generic typehint

    stancl committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    f8438b0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6684067 View commit details
    Browse the repository at this point in the history
  5. document stringOptions()

    stancl committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    e5259d2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fc428d5 View commit details
    Browse the repository at this point in the history
Loading