Skip to content

Releases: ChrisLaganiere/MoreData

3.0.0

14 Feb 15:20
3d20cec

Choose a tag to compare

Polishing in preparation for stage demo. Check out the example app which shows how to do best practices of a simple data layer! If you need to make a robust app quickly, you can simply copy and paste from this example to get started

2.0.2

13 Jan 00:37
257be25

Choose a tag to compare

Skip ahead to latest release after syncing relevant updates from fork

Full Changelog: 1.0.0...2.0.2

1.0.0

12 Aug 02:40

Choose a tag to compare

Helpers for integrating Core Data with a modern app, using Swift enums, Combine publishers, and structured concurrency.

MoreData is designed to streamline working with Core Data in Swift projects. Core Data is a powerful and mature framework, but is clunky and not Swift-native. This collection of protocols and utilities simplify fetching, filtering, and observing Core Data entities using a more reactive and Swift-friendly approach.