Releases: always-open/laravel-totem
Releases · always-open/laravel-totem
v3.0.1
Updated readme information around command filter. Added ability to toggle between whitelist and blacklist filter.
v2.4.0
Change the display on the dropdown to show an opt-group of the commands name and then the description to make selecting easier when editing /creating a task.
v2.3.2
Fixed issue with service provider checking if tasks table existed with table prefix.
v2.3.1
Updated readme information around command filter. Added ability to toggle between whitelist and blacklist filter.
v3.0.0
Updates dependencies to work on Laravel 5.6
v2.3
Features
- Ability to setup auto clean up of results for tasks based on result age or number of results.
v2.2.2
Fixes
- Updates composer requirements to include Form class by default
v2.2.1
Fixes
- Fixes bug introduced in v2.2 that causes multiple names arguments to get passed incorrectly on console.
v2.2
Features
Fixes
- Properly handle multiple named arguments
- Catch issue during install when DB isn't setup yet
v2.1.0
Features
- Command Filters
- Table Prefix
Refactor