Skip to content

Releases: Indatus/dispatcher

v1.2.0 - Arguments, Options and more

09 Apr 17:46
Compare
Choose a tag to compare

Upgrading

  • Several classes have been moved to the Indatus\Dispatcher\Scheduling namespace (see list)

v1.1.3

26 Mar 13:44
Compare
Choose a tag to compare
  • Updated README to more clearly communicate drivers and their purpose
  • Resolved an issue with schedule:make where the generated command was invalid.

v1.1.2

24 Mar 03:04
Compare
Choose a tag to compare
  • responsibility of printing the schedule summary now belongs to the driver
  • commands now only need to implement ScheduledCommandInterface rather than extending ScheduledCommand
  • added example to README for using raw cron
  • $scheduler->setSchedule() now properly returns an instance of $scheduler

v1.1.1 - PHP >= 5.3.2 Compatibility

22 Mar 23:12
Compare
Choose a tag to compare
  • Converted array syntax to legacy (array()) to ensure PHP 5.3 compatibility

v1.1.0

21 Mar 03:00
Compare
Choose a tag to compare
  • The cron driver for February was incorrectly running commands in March instead of February
  • Cron driver months and days of the week are now constants
  • Copyright/license information is in every file

v1.0.1 - Minor fixes

08 Mar 04:31
Compare
Choose a tag to compare
  • Fixed an issue with readme installation instructions
  • Dependency on "jlogsdon/cli" is now version 0.9.4 instead of "dev-master"
  • Removed "x active of x scheduled commands" from scheduled:summary
  • cron driver now translates $scheduler->everyMinutes(1) to * instead of */1*
  • scheduled:make's generated command now includes use Indatus\Dispatcher\Scheduler; correctly

v1.0: Public release

07 Mar 13:38
Compare
Choose a tag to compare
updating docs