-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v1.0 Metaissue #67
Comments
I suggest to add a high level let job = cron::parse(some_cron_expr).unwrap();
// ... This feels much more natural and is easier to read. |
Would it be possible to do even a beta or RC release sometime soon? :) The Running Happy to help test an RC and provide feedback!
|
Hi @willbuckner, no need to wait on the full |
Thanks so much!
…On Mon, Mar 21, 2022 at 6:10 AM Zack Slayton ***@***.***> wrote:
Hi @willbuckner <https://github.com/willbuckner>, no need to wait on the
full v1.0, I'll try to get a v0.10 with the latest commits published soon.
—
Reply to this email directly, view it on GitHub
<#67 (comment)>, or
unsubscribe
<https://github.com/notifications/unsubscribe-auth/AALEDNYCIC7GVP7IHF3SADLVBBYMNANCNFSM4W43KG3Q>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
It might be also worth adding a serde implementation for |
Items in this list need to be completed before 1.0 is cut, but they will be released incrementally in minor version bumps.
TODO:
PartialEq
andEq
implementations forSchedule
(See PartialEq and Eq for the Schedule type #61)Allow users to test whether a given
DateTime
matches their schedule (See Add a method to test whether a DateTime matches a Schedule #16)Allow users to iterate over a
Schedule
backwards, viewing matching historicalDateTime
s (See impl DoubleEndedIterator for ScheduleIterator #66)Provide a convenience method for iterating over a window of time (
schedule.from(time1).to(time2)
)ScheduleParserBuilder
that allows users to specify different configuration options. Options included TBD, but ideas include:No individual option is required for 1.0, but introducing a
ScheduleParserBuilder
is. Individual options can be added without it being a breaking change.Proper documentation
Re-license to dual MIT/Apache2
The text was updated successfully, but these errors were encountered: