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: splitbrain/php-cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: dynamicLogLevel
Choose a base ref
...
head repository: splitbrain/php-cli
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.
  • 18 commits
  • 11 files changed
  • 3 contributors

Commits on Jan 17, 2024

  1. added failing test for #33

    splitbrain committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    92a3ea2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    844609e View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2024

  1. Configuration menu
    Copy the full SHA
    a3414b2 View commit details
    Browse the repository at this point in the history
  2. honor NO_COLOR environment variable

    As argued for on https://no-color.org/
    splitbrain committed Dec 3, 2024
    Configuration menu
    Copy the full SHA
    360ed0b View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2024

  1. initialize log level early

    The default log level needs to be initialized before everthing else,
    otherwise an error during the option parsing (eg. when an unknown option
    is passed) will result in an unessecary stack trace.
    splitbrain committed Dec 18, 2024
    Configuration menu
    Copy the full SHA
    8189c68 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2024

  1. Configuration menu
    Copy the full SHA
    f6feaa2 View commit details
    Browse the repository at this point in the history
  2. Fix display of colors when wrapping text

    When colored text wraps to the next line, the color was only applied
    until the end of the line, the text continued on the following line was
    reset to default color.
    
    This reapplies the currently used color at the beginning of each wrapped
    line, unless it has been properly reset.
    dregad committed Dec 22, 2024
    Configuration menu
    Copy the full SHA
    19482c0 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2025

  1. Merge pull request #36 from dregad/colors-wrap

    Fix color not continued on next line when wrapping text
    splitbrain authored Mar 15, 2025
    Configuration menu
    Copy the full SHA
    160aa71 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4e669f3 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2025

  1. Configuration menu
    Copy the full SHA
    9251139 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #37 from SMillerDev/patch-1

    Update constructor to accept nullable Colors parameter
    splitbrain authored Oct 28, 2025
    Configuration menu
    Copy the full SHA
    813410b View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2026

  1. Configuration menu
    Copy the full SHA
    6d4cf25 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b5057bb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4a33aaf View commit details
    Browse the repository at this point in the history

Commits on May 3, 2026

  1. Merge pull request #39 from SMillerDev/patch-3

    Add PHP version 8.5 to CI workflow
    splitbrain authored May 3, 2026
    Configuration menu
    Copy the full SHA
    d6443a2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #38 from SMillerDev/patch-2

    fix: allow constructor to take nullable colors
    splitbrain authored May 3, 2026
    Configuration menu
    Copy the full SHA
    abe3a00 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2026

  1. fix: switch broken apigen workflow to phpDocumentor

    The varunsridharan/action-apigen action pulled in apigen 4.1.2, whose
    transitive dependency herrera-io/json points at a GitHub source repo
    that no longer exists, breaking installs. Replace with phpDocumentor
    via phpdocumentor/shim (no PHP version constraints), expose a
    "composer docs" script for local previews, and rewrite the workflow
    to build and publish to gh-pages on successful test runs.
    splitbrain committed May 7, 2026
    Configuration menu
    Copy the full SHA
    6614dbd View commit details
    Browse the repository at this point in the history
  2. fix: download phpDocumentor phar in workflow instead of composer dep

    phpdocumentor/shim cannot be installed across the test matrix's older
    PHP versions, so keep composer.json untouched and have the docs
    workflow fetch the latest phpDocumentor.phar directly.
    splitbrain committed May 7, 2026
    Configuration menu
    Copy the full SHA
    84b7dcf View commit details
    Browse the repository at this point in the history
Loading