Skip to content

Releases: flix-tech/MFBBinding

UITextView binding

15 Dec 10:10
Compare
Choose a tag to compare
  • Adds a workaround to support binding to UITextView.text property (#13)

Adds trigger-action binding support

01 Aug 11:15
Compare
Choose a tag to compare

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

02 May 09:01
Compare
Choose a tag to compare

Enhancements

  • Basic unbinding API (#5)
  • Reworked internal binding storage

0.1.1: Implements array binding with fine grained change support

13 Mar 17:25
Compare
Choose a tag to compare

Enhancements

  • See Bug Fixes section

Bug Fixes

  • Incorrect updates for changes in ordered to-many relationship

Other

  • Changed company name in LICENSE file