Releases: heroesofcode/DataLife
Releases · heroesofcode/DataLife
Improvements
What's new?
- New
addObserver
method for adding observers. - Support for
UUID
for unique observer identification. - Thread safety using
DispatchQueue
.
What's changed?
- The
observer
method was renamed toaddObserver
for clarity. - Improvements to the
notifyObservers
method for code simplification.
Removed
- Removal of redundant
value != nil
check.
1.5.0
1.4.0
1.3.0
Requirements
- Support for CocoaPods and Carthage has been obsoleted. No new releases will be available on those platforms, starting with 1.3.0. Please use the Swift Package Manager to depend on DataLife.
- DataLife now requires iOS 12+, macOS 10.13+ and tvOS 12+.
1.2.5
MacOS Support
Feature
- Add support to MacOS
Carthage Support
Add support to carthage
Fix in constructor in DataLifeViewModel
- Fix in constructor in DataLifeViewModel
Setup DataLifeViewModel
- Setup DataLifeViewModel
Fix DataLife
- Fix method observer in DataLife