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: azjezz/psl
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.8.0
Choose a base ref
...
head repository: azjezz/psl
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.9.0
Choose a head ref
  • 5 commits
  • 18 files changed
  • 3 contributors

Commits on Dec 4, 2023

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

Commits on Dec 15, 2023

  1. feat(type): add class_string types (#432) (#435)

    * feat(type): add class_string types (#432)
    zerkms authored Dec 15, 2023
    Configuration menu
    Copy the full SHA
    15651cb View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2023

  1. feat(option): add Option::zip(), Option::zipWith() and `Option::u…

    …nzip()` methods (#434)
    
    * feat(option): add `Option::zip()`, `Option::zipWith()` and `Option::unzip()` methods
    
    * Requested changes, static analysis tests
    
    * Updated wrong phpdoc
    
    * Removed wrong and redundant phpdoc
    
    * Removed conditional return
    devnix authored Dec 26, 2023
    Configuration menu
    Copy the full SHA
    6f19d45 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2023

  1. feat(option): add Option::proceed() method (#433)

    * feat(option): add `Option::match()` method
    
    * Requested changes, static analysis tests
    
    * Rewritten some tests from a complex example to a simpler one
    devnix authored Dec 29, 2023
    Configuration menu
    Copy the full SHA
    bbc9eba View commit details
    Browse the repository at this point in the history
  2. feat(option): new Option::apply() method (#426)

    * feat(option): new `Option::apply()` method
    
    * Add unit tests
    
    * Requested changes
    
    * Verify in unit test that a `None` option remains the same after calling `apply`
    
    * Rewrote test with `$actual`
    
    * Check that returned Option from `apply` is actually the same instance and value
    
    * Fix coding standards
    devnix authored Dec 29, 2023
    Configuration menu
    Copy the full SHA
    a8685b2 View commit details
    Browse the repository at this point in the history
Loading