Releases: DeclarativeHub/Bond
Releases · DeclarativeHub/Bond
v3.7.3
v3.7.2
- 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
- Fixes bug where disableAnimation was not applied to sections that already existed when the bond was created
v3.7.0
- Add
setArray:
operation with reset listener
v3.6.0
- AppKit Extensions
- Array dynamic count property
- Support for UITableView without animations
- Drop iOS 7 support (due to no framework support)
v3.5.1
- Make InternalDynamic methods public.
v3.5.0
v3.4.3
Fix array filter initial state.
v3.4.2
Lowered iOS deployment target to 7.0.
v3.4.1
Removed map caching due to issues with table view.