CoreStore v6.3.0 Release Notes

Release Date: 2019-04-01 // about 5 years ago
    • ๐Ÿ— CoreStore now builds on Swift 5 and Xcode 10.2
    • โช SetupResult<T>, MigrationResult, and AsynchronousDataTransaction.Result<T> have all been converted into typealiases for Swift.Result<T, CoreStoreError>. The benefit is we can now use the utility methods on Swift.Result such as map(), mapError(), etc. Their Objective-C counterparts (CSSetupResult, etc.) remain available and can still be used as before.
    • ๐Ÿ—„ Bunch of deprecated/obsoleted stuff deleted
    • ๐Ÿ›  CoreData iCloud support had been deprecated for a while now and CoreStore finally removes its support in this version. If you wish to continue using it please continue to use the 6.2.x versions but it will be unlikely to get bugfixes from here on out so please try to migrate your app's data as soon as possible (iOS and macOS already had this deprecated for years)