1.3.0
Develop 1.3.0 (#22)
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
- #32 onRemove will foward JobCompletion
- Remove delay(inSecond) use delay(time) instead