CoreStore v7.3.0 Release Notes

Release Date: 2020-09-19 // over 3 years ago
  • 🆕 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 runtime fatalErrors, 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!