Releases: guanguans/laravel-api-response
Releases · guanguans/laravel-api-response
2.1.1
2.1.1 - 2025-05-15
🐞 Bug Fixes
- ApiResponseContract: update json method parameter type (84a5edc)
🎨 Styles
- config: Refactor import statements for exception pipes (52e33dc)
📦 Builds
- composer: update orchestra/testbench and rector/type-perfect versions (daa1aaa)
- deps: bump dependabot/fetch-metadata from 2.3.0 to 2.4.0 (d42f3c9)
Pull Requests
- Merge pull request #4 from guanguans/dependabot/github_actions/dependabot/fetch-metadata-2.4.0
2.1.0
2.1.0 - 2025-05-04
💅 Code Refactorings
- ApiResponse: Update json method parameters (70f2a1c)
- ApiResponseFactory: change return type for apiResponse method (1952fa9)
✅ Tests
- TestCase: Refactor getPackageProviders method (0d19dd6)
📦 Builds
- dependencies: Update package versions in composer.json (3df22a2)
🤖 Continuous Integrations
- chglog: Update changelog template and configuration (dae82c7)
2.0.6
2.0.5
2.0.4
2.0.3
2.0.2
2.0.1
2.0.0
2.0.0 - 2025-03-03
Build
- dependencies: Add Laravel Facade Documenter and cleanup unused files
CI
- baselines: Add new error baselines for PHPStan analysis
- composer: Add bamarni/composer-bin-plugin dependency
- composer: Add facade-lint and update facade-update command
Code Refactoring
- Remove unused baseline files and update type coverage
- Simplify variable names and remove unused rectors
- Replace Str::of with str in several files
- Update function existence checks and config rules
- Simplify property definitions in multiple classes
- improve type safety and consistency
- config: Improve PHP CS Fixer and Rector configuration
Features
- workflows: Upgrade PHP version to 8.0 in CI configs
Style
- config: Increase PHPStan level and adjust type hints