Releases: PanchoDP/laravel-actions
Releases · PanchoDP/laravel-actions
Version:2.0.1
Version:2.0.0
[2.0.0] - 2025-10-05
🚀 Features
- [breaking] Change default behavior to instance methods and replace --i with --s flag
BREAKING CHANGE: Default method generation changed from static to instance methods.
Changes: - Replaced --i flag with --s flag for static method generation - Default generated actions are now instance methods (non-static)
- Removed method_static configuration option from config file
- Updated all flag combinations to use 's' instead of 'i'
- Updated documentation and examples to reflect new behavior
- Updated all tests to match new default behavior
Migration guide for v1.x users:
- Replace any usage of --i flag with --s flag in your scripts
- Remove 'method_static' from config/laravel-actions.php if present
- Be aware that new actions will be instance methods by default
- Existing generated actions are not affected and will continue to work
Version:1.7.0
v1.7.0 Version:1.7.0
Versión:1.6.1
Add php artisan actions:list command
Version: 1.5.0
v1.5.0 Version:1.5.0
Version: 1.4.2
v1.4.2 version:1.4.2
Versión:1.4.1
v1.4.1 Version:1.4.1
Version: 1.3.0
[1.3.0] - 2025-07-23
🚀 Features
- New configuration for method name
📚 Documentation
- Document the configuration file in readme
Version: 1.2.5
[1.2.5] - 2025-07-17
📚 Documentation
Add dev keyword
Specify php versions
Version:1.2.4
[1.2.4] - 2025-07-15
🐛 Bug Fixes
- Add composer-require-dev: true