Skip to content

Releases: DeclarativeHub/Bond

v3.7.3

23 May 09:57
Compare
Choose a tag to compare
  • Fix #57: Setting nil to KVO Dynamic.
  • Fix #68: NSTextField Dynamic.

v3.7.2

21 May 09:09
Compare
Choose a tag to compare
  • Fix Dynamic value feedback issue with UI controls.
  • Implement DynamicArray.append in terms of splice.
  • Fix a bug in DynamicArray.append.
  • Optimize DynamicArray.splice.

v3.7.1

21 Apr 08:26
Compare
Choose a tag to compare
  • Fixes bug where disableAnimation was not applied to sections that already existed when the bond was created

v3.7.0

19 Apr 15:49
Compare
Choose a tag to compare
  • Add setArray: operation with reset listener

v3.6.0

17 Apr 12:12
Compare
Choose a tag to compare
  • AppKit Extensions
  • Array dynamic count property
  • Support for UITableView without animations
  • Drop iOS 7 support (due to no framework support)

v3.5.1

15 Apr 08:52
Compare
Choose a tag to compare
  • Make InternalDynamic methods public.

v3.5.0

15 Apr 08:39
Compare
Choose a tag to compare
  • Swift 1.2 support
  • Fix #40 (filtered state)

v3.4.3

22 Mar 22:24
Compare
Choose a tag to compare

Fix array filter initial state.

v3.4.2

22 Mar 15:10
Compare
Choose a tag to compare

Lowered iOS deployment target to 7.0.

v3.4.1

20 Mar 15:44
Compare
Choose a tag to compare

Removed map caching due to issues with table view.