CoreStore v7.3.1 Release Notes
Release Date: 2020-11-11 // about 4 years ago-
No data yet ๐
You can check the official repo
Previous changes from v7.3.0
-
๐ New Demo app
โช The old CoreStoreDemo app has been renamed to LegacyDemo, and a new Demo app now showcases CoreStore features through SwiftUI:
Don't worry, standard UIKit samples are also available (thanks to
UIViewControllerRepresentable
)๐ Feel free to suggest improvements to the Demo app!
๐ Swift 5.3 / Xcode 12 / iOS 14 Support
โช CoreStore now compiles using Xcode 12 and Swift 5.3!
โช โ ๏ธ There was a bug in Swift 5.3
propertyWrappers
where Segmentation Faults happen during compile time. CoreStore was able to work around this issue through runtimefatalError
s, but the result is that missing required parameters for@Field
properties may not be caught during compile-time. The runtime checks crash if there are missing parameters, so please take care to debug your models!