1.1.6
What's Changed
- Fixed: Raise the minimum supported version of
Observable
to iOS 17.0.1, etc., to avoid crash affecting users running beta version of iOS 17 (thanks @ollieatkinson, #64). - Fixed: Removed unused swift-collections dependency (#63).
- Fixed: Drop
@Bindable
's conditional conformance toIdentifiable
, which causes concurrency warnings in Swift <6 (#62). We can revisit this conformance later when it is motivated.
New Contributors
- @ollieatkinson made their first contribution in #64
Full Changelog: 1.1.5...1.1.6