Releases: guanguans/laravel-soar
Releases · guanguans/laravel-soar
3.16.3
3.16.3 - 2024-08-16
CI
- rector: add new rules for Rector configuration
Feat
- dependencies: update development dependencies versions
Perf
- bootstrapper: Optimize sprintf usage
Pull Requests
- Merge pull request #56 from guanguans/dependabot/github_actions/dependabot/fetch-metadata-2.2.0
3.16.2
3.16.2 - 2024-06-17
Fix
- OutputConditions: Improve content checking in isHtmlResponse and isJsonResponse
Pull Requests
- Merge pull request #54 from guanguans/imgbot
3.16.1
3.16.1 - 2024-06-11
Docs
- readme: update available commands section
Feat
- commands.tape: add new commands and update existing commands
- commands.tape: add commands tape for recording commands
Refactor
- commands: Update output method in WithSoarOptions trait
Test
- Add RunCommandTest and update ScoreCommandTest
3.16.0
3.16.0 - 2024-06-07
Feat
Refactor
- commands: Refactor ScoreCommand handle method
- score: Improve Soar score command signature and options handling
3.15.1
3.15.1 - 2024-06-07
Refactor
- commands: improve input handling in ScoreCommand
3.15.0
3.15.0 - 2024-06-06
Feat
- commands: Add ScoreCommand class
- config: Add parallel config for PHP-CS-Fixer
Test
- commands: add test for ScoreCommand
3.14.2
3.14.2 - 2024-06-06
Pull Requests
- Merge pull request #53 from guanguans/dependabot/github_actions/dependabot/fetch-metadata-2.1.0
3.14.1
3.14.1 - 2024-04-01
CI
- Added SoarTest.php to test LaravelSoar facade
Feat
- Soar.php: Implement dynamic method calls and remove Conditionable trait
3.13.0
3.13.0 - 2024-04-01
Docs
- readme: Update README files with code snippet
Refactor
- core: Remove redundant code and update middleware registration