All Versions
16
Latest Version
Avg Release Cycle
91 days
Latest Release
1244 days ago

Changelog History
Page 1

  • v3.6.1 Changes

    November 22, 2020

    ๐Ÿ“‡ This is a version bump that only affects folks using SPM. This change results in less metadata files being brought into an installation now that the architecture of this repo has changed.

  • v3.6.0 Changes

    June 15, 2020

    ๐Ÿ”€ Synchronization is Hard

    Thanks to the diligence of @aedificator-nl in (#47 & #48), a long standing bug was fixed that would early-exit an initial synchronization on the first attempted synchronization on a secondary device sharing the same iCloud account. In other words, syncing wouldn't occur right away until after the second device was had a subsequent synchronization attempt performed. I think this bug has been in the library for a long time, if not since the beginning, so I applaud @aedificator-nl for taking the time and diligence to find the nefarious line of code and working through the solution.

  • v3.5.1 Changes

    June 13, 2020

    โšก๏ธ Updated Package.swift and Podspec files to resolve SwiftPackageIndex/SwiftPackageIndex-Server#399.

  • v3.5.0 Changes

    September 15, 2019

    ๐Ÿš€ This release adds support for Swift 5.1, iOS 13, and Xcode 11. Full updates here: #44

  • v3.4.2 Changes

    August 30, 2019

    ๐Ÿ”€ On working on a personal application of mine, I noticed that synchronization on a second/subsequent device did not work on that device's first launch of an application. After further investigation, I noticed that the syncFromCloud method did not actually post a notification on completion. This has now been fixed.

  • v3.4.1 Changes

    August 08, 2019

    ๐Ÿ“ฆ I fixed the Package.swift so that it is now compatible with Xcode 11 and the latest Swift Package Manifest file (// swift-tools-version:4.0).

  • v3.4.0 Changes

    April 19, 2019

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

  • v3.3.0 Changes

    March 31, 2019

    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.

  • v3.2.0 Changes

    September 17, 2018

    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.

  • v3.1.2 Changes

    April 23, 2018
    • Minor swift optimizations
    • ๐Ÿ‘Œ Improved documentation.