mirror of
https://github.com/InsanusMokrassar/krontab.git
synced 2024-11-22 16:23:55 +00:00
commit
f4ace9ac37
27
CHANGELOG.md
27
CHANGELOG.md
@ -1,13 +1,9 @@
|
|||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
## 0.3.0
|
### 0.3.3
|
||||||
|
|
||||||
* Versions:
|
* Versions:
|
||||||
* `Kotlin`: `1.3.72` -> `1.4.0`
|
* `Coroutines`: `1.3.9` -> `1.4.1`
|
||||||
* `Coroutines`: `1.3.8` -> `1.3.9`
|
|
||||||
* `Klock`: `1.11.14` -> `1.12.0`
|
|
||||||
* Typealias `KrontabTemplate` was added
|
|
||||||
* Extension `KrontabTemplate#toSchedule` was added
|
|
||||||
|
|
||||||
### 0.3.2
|
### 0.3.2
|
||||||
|
|
||||||
@ -25,12 +21,14 @@
|
|||||||
* `Kotlin`: `1.4.0` -> `1.4.10`
|
* `Kotlin`: `1.4.0` -> `1.4.10`
|
||||||
* `Klock`: `1.12.0` -> `1.12.1`
|
* `Klock`: `1.12.0` -> `1.12.1`
|
||||||
|
|
||||||
## 0.2.0
|
## 0.3.0
|
||||||
|
|
||||||
* Updated way of publishing (for more info look at the [git](https://git.insanusmokrassar.com/InsanusMokrassar/krontab))
|
* Versions:
|
||||||
* Updates in libraries:
|
* `Kotlin`: `1.3.72` -> `1.4.0`
|
||||||
* Coroutines `1.3.2` -> `1.3.3`
|
* `Coroutines`: `1.3.8` -> `1.3.9`
|
||||||
* Klock `1.7.3` -> `1.8.6`
|
* `Klock`: `1.11.14` -> `1.12.0`
|
||||||
|
* Typealias `KrontabTemplate` was added
|
||||||
|
* Extension `KrontabTemplate#toSchedule` was added
|
||||||
|
|
||||||
### 0.2.4
|
### 0.2.4
|
||||||
|
|
||||||
@ -61,3 +59,10 @@
|
|||||||
### 0.2.1
|
### 0.2.1
|
||||||
|
|
||||||
* Added support of flows: now any `KronScheduler` can be convert to `Flow<DateTime>` using `asFlow` extension
|
* Added support of flows: now any `KronScheduler` can be convert to `Flow<DateTime>` using `asFlow` extension
|
||||||
|
|
||||||
|
## 0.2.0
|
||||||
|
|
||||||
|
* Updated way of publishing (for more info look at the [git](https://git.insanusmokrassar.com/InsanusMokrassar/krontab))
|
||||||
|
* Updates in libraries:
|
||||||
|
* Coroutines `1.3.2` -> `1.3.3`
|
||||||
|
* Klock `1.7.3` -> `1.8.6`
|
||||||
|
@ -17,7 +17,7 @@ plugins {
|
|||||||
id "org.jetbrains.dokka" version "$dokka_version"
|
id "org.jetbrains.dokka" version "$dokka_version"
|
||||||
}
|
}
|
||||||
|
|
||||||
project.version = "0.3.2"
|
project.version = "0.3.3"
|
||||||
project.group = "com.insanusmokrassar"
|
project.group = "com.insanusmokrassar"
|
||||||
|
|
||||||
apply from: "publish.gradle"
|
apply from: "publish.gradle"
|
||||||
|
@ -1,6 +1,12 @@
|
|||||||
kotlin.code.style=official
|
kotlin.code.style=official
|
||||||
|
org.gradle.parallel=true
|
||||||
|
kotlin.js.generate.externals=true
|
||||||
|
kotlin.incremental=true
|
||||||
|
kotlin.incremental.js=true
|
||||||
|
|
||||||
|
|
||||||
kotlin_version=1.4.10
|
kotlin_version=1.4.10
|
||||||
kotlin_coroutines_version=1.3.9
|
kotlin_coroutines_version=1.4.1
|
||||||
|
|
||||||
dokka_version=0.10.1
|
dokka_version=0.10.1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user