Releases: victor-falcon/laravel-task
Releases · victor-falcon/laravel-task
v1.2.1
v1.2.0
- 💅 Update IDE helper command to work with PHP 8
v1.1.4
- 🐛 Some bug fixing
- 💅 Improve package config publish by adding a custom tag
v1.1.3
Some bugfixing.
v1.1.2
🐛 IDE Help file generator are completed with all methods
v1.1.1
🐛 Error with IDE Help generator. Wrong params information.
🐛 Validation were throwing errors when we pass a wrong formatted rules array
v1.1.0
🆕 Make command to generate a new task instantly.
🆕 IDE Help generator command.
🆕 authorize()
method to check if current user trigger or not any action
🆕 rules()
method to validate some data. You can access this data in your task with $this->data
v1.0.1 - Make task command
- Add a
make:task
command in order to create a new task easily. - Remove some unnecessary code.
v1.0.0
Update README.md