mirror of
https://github.com/InsanusMokrassar/krontab.git
synced 2024-11-05 07:53:53 +00:00
1.0 KiB
1.0 KiB
Changelog
0.2.0
- Updated way of publishing (for more info look at the git)
- Updates in libraries:
- Coroutines
1.3.2
->1.3.3
- Klock
1.7.3
->1.8.6
- Coroutines
0.2.3
- Updates in libraries:
- Kotlin
1.3.70
->1.3.72
- Coroutines
1.3.5
->1.3.7
- Klock
1.10.0
->1.11.3
- Kotlin
- A lot of KDocs added and fixed
EverySecondScheduler
changed its building logic - now it is lazy with builder usingKronScheduler#doOnce
was optimized: now it will be explicitly called once and return result of its calculationsKronScheduler#doWhile
was rewritten to useKronScheduler#doOnce
for calculations ofblock
result
- New
buildSchedule(String)
function as a shortcut forcreateSimpleScheduler(String)
0.2.2
- Updates in libraries:
- Kotlin
1.3.61
->1.3.70
- Coroutines
1.3.3
->1.3.5
- Klock
1.8.6
->1.10.0
- Kotlin
0.2.1
- Added support of flows: now any
KronScheduler
can be convert toFlow<DateTime>
usingasFlow
extension