app v5.3.0 Release Notes

Release Date: 2019-10-13 // over 4 years ago
  • goapp

    • goapp does not generate gzip files anymore

    app

    • ๐Ÿšš Binding.State has been removed
    • ๐Ÿšš Binding.DoOnUI has been removed
    • ๐Ÿ’ป Binding.Do is now executed on UI goroutine
    • Binding.DoAsync replaces old Do and is executed on the binding chain goroutine
    • Return values from Binding.Do are not longer propagated to the next Do args in the binding chain
    • Values can be set and retrieved from a BindContext
    • Binding.WhenCancel now takes a BindContext as argument