start 0.4.0

This commit is contained in:
InsanusMokrassar 2020-11-21 14:48:57 +06:00
parent f4ace9ac37
commit c1d912f170
2 changed files with 9 additions and 7 deletions

View File

@ -1,11 +1,13 @@
# Changelog
### 0.3.3
## 0.4.0
## 0.3.3
* Versions:
* `Coroutines`: `1.3.9` -> `1.4.1`
### 0.3.2
## 0.3.2
* Function `TimeBuilder#each` was added (works as `at`)
* Add opportunity to use `first` shortcuts:
@ -15,7 +17,7 @@
* Value property `TimeBuilder#last` for including via functions like `TimeBuilder#at`
* Shortcut for kron string format `l` or `L`
### 0.3.1
## 0.3.1
* Versions:
* `Kotlin`: `1.4.0` -> `1.4.10`
@ -37,7 +39,7 @@
* Coroutines `1.3.7` -> `1.3.8`
* Ranges support were included. Now it is possible to correctly use syntax `0-5` in strings schedules
### 0.2.3
## 0.2.3
* Updates in libraries:
* Kotlin `1.3.70` -> `1.3.72`
@ -49,14 +51,14 @@
* `KronScheduler#doWhile` was rewritten to use `KronScheduler#doOnce` for calculations of `block` result
* New `buildSchedule(String)` function as a shortcut for `createSimpleScheduler(String)`
### 0.2.2
## 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`
### 0.2.1
## 0.2.1
* Added support of flows: now any `KronScheduler` can be convert to `Flow<DateTime>` using `asFlow` extension

View File

@ -17,7 +17,7 @@ plugins {
id "org.jetbrains.dokka" version "$dokka_version"
}
project.version = "0.3.3"
project.version = "0.4.0"
project.group = "com.insanusmokrassar"
apply from: "publish.gradle"