Releases: heroesofcode/ViewState
Releases · heroesofcode/ViewState
2.0.1
Fix
Tools
- Update MeilCli/danger-action action to v6.0.13 - #81 - @renovatebot
- Update dependency jazzy to v0.15.2 - #83 - @renovatebot
Full Changelog: 2.0.0...2.0.1
2.0.0
What's new?
- Immediate value check in addObserver to notify immediately if a value is already present.
- Usage of [weak self] in closures to avoid retain cycles.
What's changed?
- Simplified the logic in the verifyMakeRequest function.
- Modified to ensure that operations on value and observers are thread-safe.
- Avoided forced unwrapping of optionals using guard let.
Fixed
- Potential concurrency issues when accessing value and observers.
- Potential retain cycles between observables and observers.
- Bump activesupport from 5.2.8.1 to 6.1.7.5 - #74 - @dependabot
Warning
All these changes will not impact the use of ViewState
Full Changelog: 1.6.0...2.0.0
1.6.0
1.5.0
1.4.0
Requirements
- Support for CocoaPods and Carthage has been obsoleted. No new releases will be available on those platforms, starting with 1.4.0. Please use the Swift Package Manager to depend on ViewState.
- ViewState now requires iOS 12+, macOS 10.15+ and tvOS 12+.
1.3.3
Change
-
Please we are supporting these releases on CocoaPods
ios deployment target = '11.0'
osx deployment target = '10.15' -
We are not supporting tvOS on CocoaPods please use SPM
-
Version change in SPM iOS(.v11), macOS(.v10_15) and tvOS(.v13)
Fix
- Colon SwiftLint error
1.3.2
tvOS Support
- Add support to tvOS
MacOS Support
Feature
- Add support to MacOS