Skip to content

Commit 0ee8fba

Browse files
committed
version bump, update resources
1 parent 1f562b2 commit 0ee8fba

5 files changed

Lines changed: 10 additions & 10 deletions

File tree

CoreStore.png

7.79 KB
Loading

CoreStore.sketch

1.17 KB
Binary file not shown.

CoreStore.xcodeproj/project.pbxproj

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3465,7 +3465,7 @@
34653465
DYLIB_INSTALL_NAME_BASE = "@rpath";
34663466
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
34673467
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
3468-
MARKETING_VERSION = 7.3.1;
3468+
MARKETING_VERSION = 8.0.0;
34693469
OTHER_LDFLAGS = (
34703470
"-weak_framework",
34713471
Combine,
@@ -3488,7 +3488,7 @@
34883488
DYLIB_INSTALL_NAME_BASE = "@rpath";
34893489
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
34903490
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
3491-
MARKETING_VERSION = 7.3.1;
3491+
MARKETING_VERSION = 8.0.0;
34923492
OTHER_LDFLAGS = (
34933493
"-weak_framework",
34943494
Combine,
@@ -3548,7 +3548,7 @@
35483548
GCC_NO_COMMON_BLOCKS = YES;
35493549
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
35503550
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
3551-
MARKETING_VERSION = 7.3.1;
3551+
MARKETING_VERSION = 8.0.0;
35523552
OTHER_LDFLAGS = (
35533553
"-weak_framework",
35543554
Combine,
@@ -3575,7 +3575,7 @@
35753575
GCC_NO_COMMON_BLOCKS = YES;
35763576
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
35773577
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
3578-
MARKETING_VERSION = 7.3.1;
3578+
MARKETING_VERSION = 8.0.0;
35793579
OTHER_LDFLAGS = (
35803580
"-weak_framework",
35813581
Combine,
@@ -3641,7 +3641,7 @@
36413641
GCC_NO_COMMON_BLOCKS = YES;
36423642
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
36433643
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
3644-
MARKETING_VERSION = 7.3.1;
3644+
MARKETING_VERSION = 8.0.0;
36453645
OTHER_LDFLAGS = (
36463646
"-weak_framework",
36473647
Combine,
@@ -3670,7 +3670,7 @@
36703670
GCC_NO_COMMON_BLOCKS = YES;
36713671
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
36723672
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
3673-
MARKETING_VERSION = 7.3.1;
3673+
MARKETING_VERSION = 8.0.0;
36743674
OTHER_LDFLAGS = (
36753675
"-weak_framework",
36763676
Combine,
@@ -3736,7 +3736,7 @@
37363736
GCC_NO_COMMON_BLOCKS = YES;
37373737
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
37383738
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
3739-
MARKETING_VERSION = 7.3.1;
3739+
MARKETING_VERSION = 8.0.0;
37403740
OTHER_LDFLAGS = (
37413741
"-weak_framework",
37423742
Combine,
@@ -3765,7 +3765,7 @@
37653765
GCC_NO_COMMON_BLOCKS = YES;
37663766
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
37673767
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
3768-
MARKETING_VERSION = 7.3.1;
3768+
MARKETING_VERSION = 8.0.0;
37693769
OTHER_LDFLAGS = (
37703770
"-weak_framework",
37713771
Combine,
Binary file not shown.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,8 +183,8 @@ CoreStore was (and is) heavily shaped by real-world needs of developing data-dep
183183

184184
### Features
185185

186-
- **🆕SwiftUI and Combine API utilities.** `ListPublisher`s and `ObjectPublisher`s now have their `@ListState` and `@ObjectState` SwiftUI property wrappers. Combine `Publisher` s are also available through the `ListPublisher.reactive`, `ObjectPublisher.reactive`, and `DataStack.reactive` namespaces.
187-
- **Backwards-portable DiffableDataSources implementation!** `UITableViews` and `UICollectionViews` now have a new ally: `ListPublisher`s provide diffable snapshots that make reloading animations very easy and very safe. Say goodbye to `UITableViews` and `UICollectionViews` reload errors!
186+
- **🆕[SwiftUI](#swiftui-utilities) and [Combine](#combine) API utilities.** `ListPublisher`s and `ObjectPublisher`s now have their `@ListState` and `@ObjectState` SwiftUI property wrappers. Combine `Publisher` s are also available through the `ListPublisher.reactive`, `ObjectPublisher.reactive`, and `DataStack.reactive` namespaces.
187+
- **Backwards-portable [DiffableDataSources implementation](#observe-a-diffable-list)!** `UITableViews` and `UICollectionViews` now have a new ally: `ListPublisher`s provide diffable snapshots that make reloading animations very easy and very safe. Say goodbye to `UITableViews` and `UICollectionViews` reload errors!
188188
- **💎Tight design around Swift’s code elegance and type safety.** CoreStore fully utilizes Swift's community-driven language features.
189189
- **🚦Safer concurrency architecture.** CoreStore makes it hard to fall into common concurrency mistakes. The main `NSManagedObjectContext` is strictly read-only, while all updates are done through serial *transactions*. *(See [Saving and processing transactions](#saving-and-processing-transactions))*
190190
- **🔍Clean fetching and querying API.** Fetching objects is easy, but querying for raw aggregates (`min`, `max`, etc.) and raw property values is now just as convenient. *(See [Fetching and querying](#fetching-and-querying))*

0 commit comments

Comments
 (0)