Releases: Hexagon/croner-rust
Releases · Hexagon/croner-rust
v0.0.5
Changes
- Documentation improvements
- Memory handling improvements
- Reduces complexity of
is_time_matching
andfind_next_occurrence
- Code cleanup (clippy linting)
Full Changelog: v0.0.4...v0.0.5
v0.0.4
Changes
- Code refactor
- More tests
- Add iterator function
iter_from
anditer_after
- Add inline documentation with examples
Full Changelog: v0.0.3...v0.0.4
v0.0.3
Changes
- Refactored code
- Add nth weekday (
5#2
and5#L
). - Add last day of month
L
. - Add internal option
dom_and_dow
defaulting tofalse
.
Full Changelog: v0.0.2...v0.0.3