mirror of
https://github.com/InsanusMokrassar/krontab.git
synced 2025-12-07 21:45:50 +00:00
nullable since in asFlowWithoutDelays and asTzFlowWithoutDelays
This commit is contained in:
@@ -2,6 +2,14 @@
|
||||
|
||||
## 2.1.1
|
||||
|
||||
* `asFlowWithoutDelays` and `asTzFlowWithoutDelays` will have nullable `since` parameters with default to `null`
|
||||
to avoid any inconsistency of `Flow` idiom.
|
||||
<details>
|
||||
<summary>About the reason of changes</summary>
|
||||
Cold flows should not contain some state by default. So, it was not right to save some `DateTime`/`DateTimeTz`
|
||||
by default. Now it will not use some external state unless developers will set it manually
|
||||
</details>
|
||||
|
||||
## 2.1.0
|
||||
|
||||
* Versions
|
||||
|
||||
Reference in New Issue
Block a user