Skip to content

Releases: always-open/laravel-totem

v3.0.1

04 Mar 00:04
fef4e92
Compare
Choose a tag to compare

Updated readme information around command filter. Added ability to toggle between whitelist and blacklist filter.

v2.4.0

04 Mar 02:22
Compare
Choose a tag to compare

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

04 Mar 02:14
496d6fa
Compare
Choose a tag to compare

Fixed issue with service provider checking if tasks table existed with table prefix.

v2.3.1

04 Mar 00:04
3ad5ce9
Compare
Choose a tag to compare

Updated readme information around command filter. Added ability to toggle between whitelist and blacklist filter.

v3.0.0

28 Feb 04:44
ff4551b
Compare
Choose a tag to compare

Updates dependencies to work on Laravel 5.6

v2.3

02 Jan 17:50
1cf1178
Compare
Choose a tag to compare

Features

  • Ability to setup auto clean up of results for tasks based on result age or number of results.

v2.2.2

22 Dec 19:59
960011b
Compare
Choose a tag to compare

Fixes

  • Updates composer requirements to include Form class by default

v2.2.1

19 Dec 04:35
e1e9d8c
Compare
Choose a tag to compare

Fixes

  • Fixes bug introduced in v2.2 that causes multiple names arguments to get passed incorrectly on console.

v2.2

07 Dec 17:29
a437c9e
Compare
Choose a tag to compare

Features

  • Import/Export of Tasks

Fixes

  • Properly handle multiple named arguments
  • Catch issue during install when DB isn't setup yet

v2.1.0

15 Nov 01:15
Compare
Choose a tag to compare

Features

  • Command Filters
  • Table Prefix

Refactor

  • Stat calculation