This repository has been archived by the owner on Aug 29, 2024. It is now read-only.
Releases: ArtSabintsev/Zephyr
Releases · ArtSabintsev/Zephyr
Jazzy Docs
Added Jazzy Docs at http://sabintsev.com/Zephyr.
Updated Source Code
Integrated Availability API to mark functions that were deprecated in v2.2.0
2.2.0
- Comments are now in the Apple preferred style.
syncUbiquitousKeyValueStoreOnChange
replacessyncUbiquitousStoreKeyValueStoreOnChange
.- This is only a name change. The Functionality remains the same.
- Replaced
Sample App
withZephyrExample
.
Note: These changes are for the master (Swift 3) branch only.
Version 2.0.0: Swift 3 Support
I've updated the syntax from Swift 2.2 to Swift 3. Some refactoring was included.
Updated Tag
Changed sample project for Carthage
Swift 2.2
Updated for Swift 2.2.
1.4.5
Added Swift Package manager Support
1.4.4
Added Carthage Support
1.4.3: Merge pull request #5 from ArtSabintsev/To-iCloud-Sync-Fix
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
- 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.