krontab/CHANGELOG.md

28 lines
722 B
Markdown
Raw Normal View History

2020-01-08 08:28:57 +00:00
# Changelog
2020-03-22 12:35:06 +00:00
## 0.2.0
2020-01-08 08:28:57 +00:00
* 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`
2020-01-13 03:29:35 +00:00
2020-06-03 12:59:58 +00:00
### 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`
2020-06-03 15:39:52 +00:00
* `EverySecondScheduler` changed its building logic - now it is lazy with builder using
2020-06-03 12:59:58 +00:00
2020-03-22 12:35:06 +00:00
### 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
2020-01-13 04:15:01 +00:00
* Added support of flows: now any `KronScheduler` can be convert to `Flow<DateTime>` using `asFlow` extension