Releases: zacharyclaysmith/SwiftBinding
Releases · zacharyclaysmith/SwiftBinding
1.1.0
Mostly added some new convenience functions for CalculatedArrays and a new CustomBindableValue that doesn't have a backing value...the get and set functions must be defined by the user. It's fairly hackily implemented for this version to avoid breaking changes, but will be cleaned up in future versions.
1.0.0
Podfile version fix
v0.8.0-alpha
Removed bound value parameter from calculator functions.
v0.7.0-alpha
Created a CalculatedArray
v0.6.1-alpha
removed optional values from listener functions.
v0.6.0-alpha
removed forced optional values for BindableValues. Minor tweaks.
v0.5.1-alpha.1
Fixed build error in tests.
v0.5.1-alpha
Removed += operator as Swift modules don't seem to support sharing th…
v0.5.0-alpha
Added a += operator for conveniently appending to a bindable array.
v0.4.0-alpha
added removeAll function.