Commit Graph
100 Commits
Author SHA1 Message Date
John Estropia cf46b45e8e Merge branch 'develop' of github.com:JohnEstropia/CoreStore into develop 2019-07-09 22:53:33 +09:00
John Estropia ed3d21db77 WIP: reorganization of keypath utilities (in prep for @propertyWrappers) 2019-07-09 14:50:23 +09:00
John Estropia f16e3593c0 Merge branch 'develop' of github.com:JohnEstropia/CoreStore into develop 2019-07-06 23:00:20 +09:00
John Estropia 67bb9340c7 provide way to check if an object has updated properties 2019-07-05 19:07:25 +09:00
John Estropia 5d49bd79f2 Merge pull request #326 from cool8jay/patch-1
Update README code style.
2019-06-29 13:19:14 +09:00
John Estropia 9f397b4337 Prevent crashing when DataStack is deallocated ahead of ListMonitor and child objects 2019-06-10 18:34:15 +09:00
John Estropia 239db8168d remove artifacts from Carthage 2019-05-19 01:51:46 +09:00
John Estropia 30ab4386bf Merge branch 'develop' 2019-04-27 17:51:12 +09:00
John Estropia 08053ccb15 change protocol inheritance from class to AnyObject (as per recent Swift recommendation) 2019-04-27 17:50:55 +09:00
John Estropia 367cfea8a7 Merge branch 'develop' 2019-04-05 08:36:30 +09:00
John Estropia 5d3b7e3dab version bump 2019-04-05 08:36:09 +09:00
John Estropia fe7e6e7b84 Fix wrong VersionLock printing on Swift 5 (fixes #311) 2019-04-05 08:29:14 +09:00
John Estropia b2dba0d6fd update pod version and jazzy docs 2019-03-31 00:29:43 +09:00
John Estropia 6f290213fa update README 2019-03-31 00:05:13 +09:00
John Estropia 0ab52d2f43 converted *Result types to new Swift.Result 2019-03-30 23:58:26 +09:00
John Estropia bf8a1062e0 deleted obsoleted and deprecated API 2019-03-30 23:56:39 +09:00
John Estropia 0e254867b6 update project for Swift 5 / Xcode 10.2 2019-03-30 23:36:56 +09:00
John Estropia 0376ac6908 bump 2019-02-28 18:57:28 +09:00
John Estropia b3421888a6 version bump 2019-02-28 18:55:32 +09:00
John Estropia 7b3f4ae0a4 fix compile error 2019-02-28 17:58:17 +09:00
John Estropia b4e12cc922 restore NSPersistentStore.affectedStores ARC bug workaround 2019-02-28 17:57:34 +09:00
John Estropia 6c282b18af version bump 2019-02-28 13:14:27 +09:00
John Estropia ebbde8b7b6 minor fix in demo app 2019-02-28 13:13:01 +09:00
John Estropia a1407e4121 Revert workaround for iOS 10 NSFetchedResultsController (#100) 2019-02-28 13:07:47 +09:00
John Estropia 99b871b97a add missing documentations for Where.Expression, updated playgrounds 2019-02-20 18:47:29 +09:00
John Estropia 1cd3c4fcf4 fix compile error 2019-02-12 18:18:44 +09:00
John Estropia e09ac9ee00 add macOS playground 2019-02-12 18:05:06 +09:00
John Estropia 4b0d134acb remove swift 5 annotation 2019-02-12 18:03:59 +09:00
John Estropia eeec3979ee SwiftPM support 2019-02-12 15:48:50 +09:00
John Estropia 5b365c642d add tests for expressio evaluations 2019-02-08 18:42:19 +09:00
John Estropia 635201868a add comparison operators for Where.Expression 2019-02-08 17:16:56 +09:00
John Estropia db4426e6b9 Swift 5 support. WIP: Support type-safe predicate expressions 2019-02-01 18:32:22 +09:00
John Estropia 41902fee2e fix compiler errors 2019-01-31 16:50:43 +09:00
John Estropia 9239370793 Added reference comment explaining crashes on A12 devices #291 2019-01-29 14:15:01 +09:00
John Estropia a4d2f326a5 Improve perfomance by bypassing bridging (similar to https://github.com/JohnEstropia/CoreStore/pull/288) 2019-01-28 20:12:18 +09:00
John Estropia 9f54ec26e2 add Where initializer that can accept another Where clause 2019-01-28 20:10:15 +09:00
John Estropia 9425cb56d7 update documentation for -[CSListMonitor refetch:] to reflect actual behavior 2019-01-28 19:04:46 +09:00
John Estropia 1de56d2776 add missing From.orderBy(_:) overloads 2019-01-25 17:30:11 +09:00
John Estropia b3261ea930 Update README.md 2019-01-24 16:12:12 +09:00
John Estropia 88dd7aef72 updated README 2019-01-24 15:32:54 +09:00
John Estropia 2863605d84 silence deprecation internal warnings 2019-01-23 12:25:52 +09:00
John Estropia 94d9116299 pod bump 2019-01-23 10:56:10 +09:00
John Estropia 57ddbbd515 make some test cases validate specific error codes from thrown errors 2019-01-23 10:55:58 +09:00
John Estropia 78954b9d78 version bump 2019-01-22 16:41:58 +09:00
John Estropia 4eb06c9858 Merge branch 'throwables' into develop 2019-01-22 16:38:57 +09:00
John Estropia 0d634c1dcc add missing MARKs 2019-01-22 16:38:17 +09:00
John Estropia 84f3740ea1 fix unit test warnings 2019-01-18 17:30:54 +09:00
John Estropia 6dc48b6af7 Add docs for new throwing methods 2019-01-17 18:43:10 +09:00
John Estropia 09ce2816bf Merge branch 'develop' into throwables 2019-01-16 17:03:49 +09:00
John Estropia 62e962eebe Merge pull request #301 from ianbytchek/develop
Resolve source entity and managed object attributes by name
2019-01-16 17:01:48 +09:00
John Estropia 682472c1bd fetches, queries, and deletes are now throwable methods 2019-01-15 20:40:15 +09:00
John Estropia 5777831565 WIP: make fetching methods throwable 2019-01-11 19:52:12 +09:00
John Estropia 42d1f41939 Provide more context when failing to search for mapping models #299 2019-01-11 19:48:35 +09:00
John Estropia 8c30ec3a3d minor fixes on Playgrounds and Demo app 2019-01-09 11:59:06 +09:00
John Estropia 237a1b648e Assert on reserved property names 2019-01-09 11:58:37 +09:00
John Estropia 614f1572c2 print PartialObjects 2018-12-26 22:35:28 +08:00
John Estropia a48f16aa8c add Jazzy docs 2018-12-19 16:27:05 +09:00
John Estropia cdbadae002 added comments to playground 2018-12-18 18:44:47 +09:00
John Estropia 4a28a39df6 removed long-standing workaround for NSFetchedResultsController bugs since they seem to be fixed 2018-12-18 18:43:36 +09:00
John Estropia 5febf2542d added playgrounds just to show off 2018-12-14 19:28:55 +09:00
John Estropia c21ab11a41 format header comment 2018-12-14 18:21:41 +09:00
John Estropia 10cd18dbf0 prototype for CoreStoreObject property observers (a.k.a. KVO) 2018-12-14 18:20:42 +09:00
John Estropia 8409a13289 Merge pull request #288 from ruslanskorb/list-monitor-number-of-objects-performance
[ListMonitor] Fix performance of `numberOfObjects()`.
2018-12-06 18:53:06 +09:00
John Estropia 82cae2e11e Merge pull request #292 from eliseo-juan/patch-1
Fix documentation
2018-12-06 10:54:50 +09:00
John Estropia 42caee2418 Merge pull request #287 from ruslanskorb/list-monitor-subscript-performance
[ListMonitor] Fix performance of `subscript(safeSectionIndex:safeItemIndex:)`.
2018-12-06 10:54:12 +09:00
John Estropia d344b9d878 minimum deployment version bumped to iOS 10, macOS 10.12, tvOS 10, watchOS 3. Deprecated iCloud Storage 2018-12-05 17:31:16 +09:00
John Estropia 95c1ce52cc Merge branch 'develop' of github.com:JohnEstropia/CoreStore into develop 2018-12-05 16:17:03 +09:00
John Estropia cc346816d6 Added new error for cases when addStorageAndWait() is used with .allowSynchronousLightweightMigration but migrations are only allowed asynchronously (related to #277) 2018-12-05 16:15:20 +09:00
John Estropia f14b561c33 Merge pull request #275 from DmitrijMaz/fix_queueing
Fix queue validation for UnsafeDataTransaction
2018-12-05 11:02:47 +09:00
John Estropia 06c0981ded debug string for CoreStoreObject 2018-09-24 00:49:53 +09:00
John Estropia 20d581d536 version bump 2018-09-19 18:48:45 +09:00
John Estropia 45e110755d deleted unnecessary Equatable and Hashable custom implementations 2018-09-19 11:06:19 +09:00
John Estropia ab40532801 fix issue with early-deallocated CoreStoreObjects 2018-09-18 23:50:14 +09:00
John Estropia 40f458a09c Merge branch 'develop' of github.com:JohnEstropia/CoreStore into develop 2018-09-15 12:56:21 +09:00
John Estropia 1ad233ca9d Swift 4.2 support 2018-09-15 12:56:08 +09:00
John Estropia 3a8e394272 Merge pull request #269 from congbach/develop
Fixed bug where ListObjectObserver didUpdateObject was not called on …
2018-09-10 19:30:06 +09:00
John Estropia f25879b6fe fix compile error on tvOS and watchOS 2018-08-09 21:04:09 +09:00
John Estropia 8fa3109e91 version bump 2018-08-09 20:45:46 +09:00
John Estropia 808e8ff97a stabilize NSProgress when lightweight migration falls back to InferredMappingModel 2018-08-09 18:18:21 +09:00
John Estropia 30685d4355 Use InferredMappingModel in case lightweight migration fails for some reason 2018-08-09 02:09:54 +09:00
John Estropia 7152962026 revert 2018-08-09 01:39:16 +09:00
John Estropia 91735e38d1 Fix issue where CoreStoreObjects nested in a type is mismatching classnames before migration 2018-08-08 23:52:47 +09:00
John Estropia 333a50ad9e Merge pull request #256 from vGubriienko/demo-fix
Fixed issue with brightness observing in the Demo
2018-08-03 17:44:40 +09:00
John Rommel Estropia b7a602fc67 iOS 11 Core Data changes 2018-07-29 23:33:51 +09:00
John Rommel Estropia e3f9139304 version bump 2018-06-10 11:52:47 +09:00
John Rommel Estropia 4aa461872f specify swift version in podspec 2018-06-10 11:47:03 +09:00
John Rommel Estropia 3d43314076 update readme 2018-04-14 09:05:13 +09:00
John Rommel Estropia 7b1075b759 support compound indexes and unique constraints on CoreStore properties 2018-03-17 23:56:42 +09:00
John Rommel Estropia 0c29e07ddb support allowsExternalBinaryDataStorage option on Transformable CoreStoreObject properties 2018-03-17 23:56:01 +09:00
John Rommel Estropia ce91cf22f9 Swift 4.1 support 2018-03-17 23:53:24 +09:00
John Rommel Estropia 2dd033c002 Merge branch 'develop' into prototype/Swift_4_1 2018-03-10 21:09:29 +09:00
John Rommel Estropia c7fcba112e Fix bug where ListMonitor sectionIndexTitles are not updated on refetch (fixes #218) 2018-03-10 21:09:18 +09:00
John Rommel Estropia c8b1c4358f Fix bug where ListMonitor sectionIndexTitles are not updated on refetch (fixes #218) 2018-03-10 21:08:40 +09:00
John Rommel Estropia 5431e2e974 Swift 4.1 support 2018-03-10 21:07:53 +09:00
John Rommel Estropia 83e6082c56 Merge branch 'develop' of github.com:JohnEstropia/CoreStore into develop 2018-01-07 23:25:11 +09:00
John Rommel Estropia c7bdbbde57 convert value to native type before formatting predicates 2018-01-07 21:06:35 +09:00
John Estropia abf15c8aa8 Merge pull request #232 from kf99916/external-storage-migration
External storage migration
2018-01-06 17:48:38 +09:00
John Estropia 65dbc22ddd Merge pull request #231 from doodzik/patch-1
Fix syntax error in readme
2018-01-06 15:11:48 +09:00
John Rommel Estropia 4b9fddad6a Merge branch 'develop' 2017-12-29 01:09:07 +09:00
John Rommel Estropia fbe7bd7bf8 update podfile 2017-12-29 00:53:48 +09:00