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

Releases: ArtSabintsev/Zephyr

Jazzy Docs

05 Mar 02:43
Compare
Choose a tag to compare

Updated Source Code

05 Mar 02:42
Compare
Choose a tag to compare

Integrated Availability API to mark functions that were deprecated in v2.2.0

2.2.0

04 Mar 05:13
Compare
Choose a tag to compare
  • Comments are now in the Apple preferred style.
  • syncUbiquitousKeyValueStoreOnChange replaces syncUbiquitousStoreKeyValueStoreOnChange.
    • This is only a name change. The Functionality remains the same.
  • Replaced Sample App with ZephyrExample.

Note: These changes are for the master (Swift 3) branch only.

Version 2.0.0: Swift 3 Support

14 Sep 04:22
Compare
Choose a tag to compare

I've updated the syntax from Swift 2.2 to Swift 3. Some refactoring was included.

Updated Tag

12 Apr 03:41
Compare
Choose a tag to compare

Changed sample project for Carthage

Swift 2.2

22 Mar 03:28
Compare
Choose a tag to compare

Updated for Swift 2.2.

1.4.5

08 Feb 05:31
Compare
Choose a tag to compare

Added Swift Package manager Support

1.4.4

08 Feb 04:37
Compare
Choose a tag to compare

Added Carthage Support

1.4.3: Merge pull request #5 from ArtSabintsev/To-iCloud-Sync-Fix

18 Dec 03:26
Compare
Choose a tag to compare

Serialized queue changes that fixes an issue from v1.4.2 with regards to monitored keys not being synced To iCloud on observation.

1.4.2

11 Dec 16:44
Compare
Choose a tag to compare
  • Zephyr now synchronously processes incoming and outgoing changes to your monitoredKeys on a shared serial queue. (e.g., FIFO).
  • Bugfix to deinit method.
  • Stylistic changes

Thanks to @vgritsenko for guidance in releasing this version.