Skip to content

v0.4.0

Latest
Compare
Choose a tag to compare
@SergeyKishenin SergeyKishenin released this 12 Aug 17:16
· 43 commits to master since this release

Breaking changes in API

There is no more necessity to pass controller variable to callbacks, only notification variable is passed to a callback. There is enough to do the following:

 config.success_callback = -> (notification) {
   # your success callback
 }