Skip to content

Latest commit

 

History

History
70 lines (48 loc) · 3.05 KB

CHANGELOG.md

File metadata and controls

70 lines (48 loc) · 3.05 KB

0.3.0


0.2.0


  • #52: IPFM-2791: Modernize podspec and Package with iOS 15 as base. by kf-score

0.1.2


  • #48: Remove subscribable value from hash by tahirmt

0.0.17


  • #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

0.0.16


  • #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

Changelog

0.0.11

  • Fixes Podspec swift version to 5.0

0.0.10

  • Adds Xcode 11 and swift 5.0 compatibility

0.0.9

  • Adds property wrapper support to CurrentValueSubscribable

0.0.8

  • Adds Xcode 10 and Swift 4.2 compatibility

0.0.7

  • Scopes Event<> explicitly to Fisticuffs.Event<> in UIKit extensions. Fisticuffs declares Event<> which seems to conflict with some swiftification of UIEvent -> UIControl.Event

0.0.6

  • Fixes an issue in the podspec that would prevent Fisticuffs from building under the new xcode build system.

0.0.5

  • Adds Swift 4.1 Compatibility

0.0.2

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

0.0.1

Initial release