Skip to content

Releases: heroesofcode/DataLife

Improvements

25 Jun 04:59

Choose a tag to compare

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 to addObserver for clarity.
  • Improvements to the notifyObservers method for code simplification.

Removed

  • Removal of redundant value != nil check.

1.5.0

16 Jun 03:03
02e781d

Choose a tag to compare

What's new?

  • visionOS support

1.4.0

07 Oct 17:30

Choose a tag to compare

What's new?

  • watchOS support

1.3.0

21 Sep 11:18

Choose a tag to compare

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

18 Nov 18:01

Choose a tag to compare

Feature

  • Add support to tvOS

Fix and improvements

  • Adjustment and correction of public methods

MacOS Support

11 Oct 14:45

Choose a tag to compare

Feature

  • Add support to MacOS

Carthage Support

20 Aug 01:50

Choose a tag to compare

Add support to carthage

Fix in constructor in DataLifeViewModel

30 Aug 02:39

Choose a tag to compare

  • Fix in constructor in DataLifeViewModel

Setup DataLifeViewModel

30 Aug 02:23

Choose a tag to compare

  • Setup DataLifeViewModel

Fix DataLife

30 Aug 02:19

Choose a tag to compare

  • Fix method observer in DataLife