mirror of
https://github.com/InsanusMokrassar/krontab.git
synced 2024-11-22 16:23:55 +00:00
update changelog and kdocs
This commit is contained in:
parent
a01a18a6d1
commit
e5bbea84d9
@ -5,8 +5,8 @@
|
|||||||
* Versions
|
* Versions
|
||||||
* `Kotlin`: `1.8.22`
|
* `Kotlin`: `1.8.22`
|
||||||
* `Klock`: `4.0.3`
|
* `Klock`: `4.0.3`
|
||||||
* New value class `KrontabConfig`. Since this update, it is preferable way to create `KronScheduler` instead of
|
* New value class `KrontabConfig`. It is preferable way to create `KronScheduler` instead of
|
||||||
`KrontabTemplate`
|
`KrontabTemplate` since this update
|
||||||
* You may configure krontab with builders using simple `KronScheduler` invoke extension
|
* You may configure krontab with builders using simple `KronScheduler` invoke extension
|
||||||
* New useful extensions like `KronScheduler.daily`
|
* New useful extensions like `KronScheduler.daily`
|
||||||
* `KrontabTemplateWrapper` is obsolete in favor to `KrontabConfig`
|
* `KrontabTemplateWrapper` is obsolete in favor to `KrontabConfig`
|
||||||
|
@ -41,7 +41,7 @@ inline fun buildSchedule(
|
|||||||
/**
|
/**
|
||||||
* Creates new [KronScheduler] with [settingsBlock]
|
* Creates new [KronScheduler] with [settingsBlock]
|
||||||
*
|
*
|
||||||
* Due to the fact that it is inline function, you may break execution of [settingsBlock]
|
* Since it is inline function, you may break execution of [settingsBlock]
|
||||||
* at any time
|
* at any time
|
||||||
*/
|
*/
|
||||||
inline operator fun KronScheduler.Companion.invoke(
|
inline operator fun KronScheduler.Companion.invoke(
|
||||||
@ -52,7 +52,7 @@ inline operator fun KronScheduler.Companion.invoke(
|
|||||||
/**
|
/**
|
||||||
* Creates new [KronScheduler] with [settingsBlock]
|
* Creates new [KronScheduler] with [settingsBlock]
|
||||||
*
|
*
|
||||||
* Due to the fact that it is inline function, you may break execution of [settingsBlock]
|
* Since it is inline function, you may break execution of [settingsBlock]
|
||||||
* at any time
|
* at any time
|
||||||
*/
|
*/
|
||||||
inline operator fun KronScheduler.Companion.invoke(
|
inline operator fun KronScheduler.Companion.invoke(
|
||||||
|
Loading…
Reference in New Issue
Block a user