- #54: IPFM-2913: Drop ios 15 support by dailydmello
- #51: Bump rexml from 3.2.5 to 3.3.3 by dependabot[bot]
- #43: Change the bump version action permissions by tahirmt
- #42: Make any subscribable type conform to hashable by tahirmt
- #41: IPFM-427: Update action repository permission by tahirmt
- #40: IPFM-534: Update create pull request by tahirmt
- #39: Github Action deprecations; minimum iOS deployment update by rayray
- #38: Bump jmespath from 1.4.0 to 1.6.1 by dependabot[bot]
- #37: Add pods token by tahirmt
- #34: Use macOS for bump version by tahirmt
- #33: Fix the working directory by tahirmt
- #32: Add cocoapods publish and bump version / create release actions by tahirmt
- Fixes Podspec swift version to 5.0
- Adds Xcode 11 and swift 5.0 compatibility
- Adds property wrapper support to
CurrentValueSubscribable
- Adds Xcode 10 and Swift 4.2 compatibility
- Scopes
Event<>
explicitly toFisticuffs.Event<>
in UIKit extensions. Fisticuffs declaresEvent<>
which seems to conflict with some swiftification ofUIEvent
->UIControl.Event
- Fixes an issue in the podspec that would prevent Fisticuffs from building under the new xcode build system.
- Adds Swift 4.1 Compatibility
UITableView
& UICollectionView
binding improvements, including:
- Fix bug with
UITableView
selection handling where tapping the same row multiple times would add it to the list of selections multiple times - Added support for disabling selection of specific items in (see
DataSource.disableSectionFor(...)
) - Added
DataSource.selection
- for working with single selection
Initial release