Skip to content

1.3.0

Compare
Choose a tag to compare
@lucas34 lucas34 released this 15 Dec 02:59
· 275 commits to master since this release
e61ae5c

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

Bug fix and improvements

  • #24 Improve documentation and publish
  • #25 Constraints should be public
  • Add assertion to validate the [String: Any] when serialise