-
Notifications
You must be signed in to change notification settings - Fork 40
Comparing changes
Open a pull request
base repository: splitbrain/php-cli
base: dynamicLogLevel
head repository: splitbrain/php-cli
compare: master
- 18 commits
- 11 files changed
- 3 contributors
Commits on Jan 17, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 92a3ea2 - Browse repository at this point
Copy the full SHA 92a3ea2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 844609e - Browse repository at this point
Copy the full SHA 844609eView commit details
Commits on Dec 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for a3414b2 - Browse repository at this point
Copy the full SHA a3414b2View commit details -
honor NO_COLOR environment variable
As argued for on https://no-color.org/
Configuration menu - View commit details
-
Copy full SHA for 360ed0b - Browse repository at this point
Copy the full SHA 360ed0bView commit details
Commits on Dec 18, 2024
-
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.
Configuration menu - View commit details
-
Copy full SHA for 8189c68 - Browse repository at this point
Copy the full SHA 8189c68View commit details
Commits on Dec 22, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f6feaa2 - Browse repository at this point
Copy the full SHA f6feaa2View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 19482c0 - Browse repository at this point
Copy the full SHA 19482c0View commit details
Commits on Mar 15, 2025
-
Merge pull request #36 from dregad/colors-wrap
Fix color not continued on next line when wrapping text
Configuration menu - View commit details
-
Copy full SHA for 160aa71 - Browse repository at this point
Copy the full SHA 160aa71View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e669f3 - Browse repository at this point
Copy the full SHA 4e669f3View commit details
Commits on Oct 28, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 9251139 - Browse repository at this point
Copy the full SHA 9251139View commit details -
Merge pull request #37 from SMillerDev/patch-1
Update constructor to accept nullable Colors parameter
Configuration menu - View commit details
-
Copy full SHA for 813410b - Browse repository at this point
Copy the full SHA 813410bView commit details
Commits on Apr 14, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 6d4cf25 - Browse repository at this point
Copy the full SHA 6d4cf25View commit details -
Configuration menu - View commit details
-
Copy full SHA for b5057bb - Browse repository at this point
Copy the full SHA b5057bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a33aaf - Browse repository at this point
Copy the full SHA 4a33aafView commit details
Commits on May 3, 2026
-
Merge pull request #39 from SMillerDev/patch-3
Add PHP version 8.5 to CI workflow
Configuration menu - View commit details
-
Copy full SHA for d6443a2 - Browse repository at this point
Copy the full SHA d6443a2View commit details -
Merge pull request #38 from SMillerDev/patch-2
fix: allow constructor to take nullable colors
Configuration menu - View commit details
-
Copy full SHA for abe3a00 - Browse repository at this point
Copy the full SHA abe3a00View commit details
Commits on May 7, 2026
-
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.
Configuration menu - View commit details
-
Copy full SHA for 6614dbd - Browse repository at this point
Copy the full SHA 6614dbdView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 84b7dcf - Browse repository at this point
Copy the full SHA 84b7dcfView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff dynamicLogLevel...master