CronDateTimeScheduler now is internal (again :( )

This commit is contained in:
2021-01-02 20:13:47 +06:00
parent 0a2b5ef6a0
commit 476239faa6
4 changed files with 65 additions and 13 deletions

View File

@@ -2,6 +2,14 @@
## 0.5.0
**BREAKING CHANGES**
* `CronDateTimeScheduler` has been marked as `internal` and no longer accessible outside of internal functions
* Old methods `merge` and `plus` related to `CronDateTimeScheduler` has been marked as `deprecated` and changed their
parameters types - it is `KronScheduler` now
* New methods `merge` has been added
## 0.4.2
* Versions