Skip to content

Commit

Permalink
Release version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hmazter committed Aug 14, 2017
1 parent 079bd38 commit 8f68139
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
All notable changes to this project will be documented in this file.
This project tries to adhere to [Semantic Versioning](http://semver.org/).

## [0.1.6] -
## [0.2.0] - 2017-08-14
### Updated
- Output table include next run occasion for each command
- Description is now parsed from the command class, if available
- Description is now parsed from the command class, schedule description overrides the command description

## [0.1.5] - 2017-08-12
### Added
Expand Down
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Laravel 5 Schedule List
[![License](https://poser.pugx.org/hmazter/laravel-schedule-list/license)](https://packagist.org/packages/hmazter/laravel-schedule-list)

Laravel 5 package to add a artisan command to list all scheduled artisan commands.
With schedule time, command and description.
With schedule time (cron expression), the command to execute and the command description.


## Install
Expand Down Expand Up @@ -77,5 +77,6 @@ Using `-vv` together with `--cron` does not change to output from normal `--cron

## Known limitations

Laravel ships with some special scheduling functions ex, `between`, `unlessBetween`, `when` and `skip`
these are not handled right now in the schedule listing output.
Laravel ships with some special scheduling functions ex `between`, `unlessBetween`, `when` and `skip`
these are not handled right now in the schedule listing output.
They are evaluated at each execution of the schedule and does not define any expression that can be included in the table.

0 comments on commit 8f68139

Please sign in to comment.