You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Re-write 90% of the code.
#### Breaking changes
* Scheduling a job without a creator will throw an error (Assertion)
* #20 Replace Any params type to [String: Any]
* #26 Callback result now use enum to avoid passing nil error as success
* Remove delay(inSecond) use delay(time) instead
#### Bug fix and improvements
* #24 Improve documentation and publish
* #25 Constraints should be public
* Add assertion to validate the [String: Any] when serialise
No description provided.
The text was updated successfully, but these errors were encountered: