Skip to content
This repository has been archived by the owner on Aug 29, 2024. It is now read-only.

Releases: ArtSabintsev/Zephyr

Notifications firing on iCloud sync

19 Apr 12:21
Compare
Choose a tag to compare

#36: Notifications will now be posted after an iCloud sync has occurred (thanks to @twostraws)

Swift 5.0 Support

31 Mar 02:23
Compare
Choose a tag to compare

As of Zephyr v3.3.0, all future changes on master will be done in Xcode 10.2 using Swift 5.0.

For those using Swift v4.2, please check out the swift4.2 branch or version 3.2.0 - both point to the same commit hash.

Swift 4.2 Support

17 Sep 02:40
Compare
Choose a tag to compare

As of Zephyr v3.2.0, all future changes on master will be done in Xcode 10 using Swift 4.2.

For those using Swift v4.1.0, please check out the swift4.1 branch or version 3.1.2 - both point to the same commit hash.

Minor optimizations

23 Apr 23:55
Compare
Choose a tag to compare
  • Minor swift optimizations
  • Improved documentation.

Synchronized `monitoredKeys`

23 Apr 23:54
Compare
Choose a tag to compare

Custom UserDefaults synchronization and Swift 4.1

29 Mar 20:36
Compare
Choose a tag to compare
  • Adds the ability to sync non-standard UserDefaults objects.
  • Adds Swift 4.1 Compatibility

Modernized Podspec file and Removed watchOS Support

15 Mar 02:29
Compare
Choose a tag to compare
  • Updated Podspec file.
  • Removed .swift-version file, as it's been deprecated.
  • Removed watchOS support since there are a few insurmountable issue (and because it seems no one was using or requesting this support).

Fixes Background Sync Issue (Swift 4 Bug)

19 Oct 02:38
Compare
Choose a tag to compare
  • Fixes #25. When converting to the codebase to Swift 4, the @objcMembers keyword was missing, so the KVO method was never being hit. This has been addressed.

Support for Swift 4 / iOS 11 / Xcode 9

13 Sep 13:03
Compare
Choose a tag to compare

Zephyr v3.0.0 adds support for Swift 4 / iOS 11 / Xcode 9. Only minor changes were made under-the-hood.

Moving forward, only support for the Swift 4 codebase (on master) will be maintained.

Swift Version Branch Name Will Continue to Receive Updates?
4.0 master Yes
3.2 swift3.2 No
3.1 swift3.1 No

Fixed Carthage Support

05 Mar 02:43
Compare
Choose a tag to compare

I broke Carthage support in v2.2.0. Fixed it in v2.2.3.