Releases: flix-tech/MFBBinding
Releases · flix-tech/MFBBinding
UITextView binding
- Adds a workaround to support binding to UITextView.text property (#13)
Adds trigger-action binding support
Enhancements
- Trigger-action bindings (
MFBActionBinding
) allow to set up binding which triggers action on target object in response to observable value change - Optimized binding queries
- Binding query methods are only available in Debug configuration
Other
-[NSObject mfb_bindingsForKeyPath:]
query method considered confusing and redundant and has been removed
Adds simple unbinding support
Enhancements
- Basic unbinding API (#5)
- Reworked internal binding storage
0.1.1: Implements array binding with fine grained change support
Enhancements
- See Bug Fixes section
Bug Fixes
- Incorrect updates for changes in ordered to-many relationship
Other
- Changed company name in LICENSE file