Commit Graph
100 Commits
Author SHA1 Message Date
John Estropia c2e4c033ef Merge pull request #348 from ntnmrndn/fixWarning
Fix warning
2019-11-05 19:11:51 +09:00
John Estropia e12223df85 fix casting error 2019-10-29 20:37:08 +09:00
John Estropia 468922d5ed fix casting issues 2019-10-29 20:30:03 +09:00
John Estropia 6b9a4b480b minor 2019-10-29 20:18:14 +09:00
John Estropia c112a84c0a Add debugDescription implementation for new Publisher and Snapshot types 2019-10-28 19:31:02 +09:00
John Estropia 88ab0b5e15 provide direct conversion from DynamicObject to ObjectSnapshot 2019-10-28 12:03:17 +09:00
John Estropia 717cb75720 Add utility to fetch ObjectPublishers by ObjectID 2019-10-28 11:23:12 +09:00
John Estropia 998938490c Make ObjectPublishers even lighter by lazy-loading observers 2019-10-25 19:16:38 +09:00
John Estropia f3beca8769 fix compiler error in testcases 2019-10-25 16:17:25 +09:00
John Estropia 4baeb6d922 Fix weak linking of SwiftUI in podspec 2019-10-25 14:35:04 +09:00
John Estropia 98d860aff6 Add unit tests for List and Object Publishers 2019-10-25 14:34:22 +09:00
John Estropia 11a9e3991c changed ListPublisher and ObjectPublisher factory method naming to match ListMonitor and ObjectMonitor naming 2019-10-25 12:43:39 +09:00
John Estropia f380d9dc25 ObjectSnapshot: allow dynamicMember keyPaths from superclasses 2019-10-25 12:36:13 +09:00
John Estropia d546ff154f Merge pull request #344 from timfraedrich/patch-1
small correction to documentation
2019-10-23 19:27:33 +09:00
John Estropia f21597d332 Merge pull request #341 from dmatushkin/develop
Fix for build on iOS with Swift Package Manager
2019-10-23 19:27:01 +09:00
John Estropia d971c3a2ac README bug 2019-10-22 17:24:54 +09:00
John Estropia 80166a42bb Unify generic labeling 2019-10-22 16:16:47 +09:00
John Estropia 3d8bdf1cf3 Remove references to OSAtomic to silence deprecation warnings 2019-10-22 11:48:09 +09:00
John Estropia 1ddce5aa8d Package.swift update 2019-10-21 22:39:54 +09:00
John Estropia 7a1600fac4 README ok for now 2019-10-21 21:34:45 +09:00
John Estropia e4e664d8ce README update 2019-10-21 21:24:34 +09:00
John Estropia 145edd5a7d README update 2019-10-21 21:15:46 +09:00
John Estropia f5fed063ee Docs update 2019-10-20 18:17:31 +09:00
John Estropia a267395618 WIP: README 2019-10-19 22:17:25 +09:00
John Estropia 326b897b06 WIP: docs 2019-10-19 09:34:31 +09:00
John Estropia 0b18366ab1 Renamed LiveList to ListPublisher and LiveObject to ObjectPublisher. WIP: docs 2019-10-18 19:36:27 +09:00
John Estropia ddf599ba85 WIP: documentation 2019-10-18 08:19:55 +09:00
John Estropia 6e3e540d0a Improve handling in LiveObject and ObjectSnapshot when objects are deleted 2019-10-17 19:27:03 +09:00
John Estropia bd066f0cef delete unused files 2019-10-17 16:59:00 +09:00
John Estropia 9764f33086 update demo app 2019-10-17 12:32:47 +09:00
John Estropia 0c19c878c5 LiveList refetch 2019-10-17 11:39:29 +09:00
John Estropia 1b8e517b5a WIP: update demo app 2019-10-17 07:40:15 +09:00
John Estropia 2818a778a4 Revert ObjectMonitor to previous implementation 2019-10-16 19:20:11 +09:00
John Estropia 64a0264354 DiffableDataSource.CollectionView implementation 2019-10-16 14:01:25 +09:00
John Estropia 7932625644 Merge branch 'develop' into datasources 2019-10-16 10:16:13 +09:00
John Estropia 4619fbbec3 WIP: ObjectRepresentable 2019-10-16 08:22:03 +09:00
John Estropia 6b64eb7650 WIP: ObjectRepresentable utilities 2019-10-14 21:36:03 +09:00
John Estropia f5a165d47d back-portable TableView DiffableDataSource 2019-10-13 11:45:30 +09:00
John Estropia 12c58e3955 improved caching in utility methods 2019-10-12 10:02:00 +09:00
John Estropia 5af0d17de4 remov stateIDs 2019-10-12 07:20:09 +09:00
John Estropia 81dfb8e3e5 WIP: editable datasources 2019-10-11 07:47:49 +09:00
John Estropia d5114fc4bc WIP 2019-10-08 21:09:34 +09:00
John Estropia 693fc7fbbb Merge branch 'develop' of github.com:JohnEstropia/CoreStore into develop 2019-10-07 10:16:11 +09:00
John Estropia b073b7e795 swiftUI support done for now 2019-10-06 23:37:04 +09:00
John Estropia 953c9723a8 (WIP) SwiftUI working demo for LiveList<D> 2019-10-04 19:12:32 +09:00
John Estropia c5a996d5ed WIP: do not use yet 2019-10-04 08:43:04 +09:00
John Estropia 53a83d823e Merge branch 'develop' into datasources 2019-09-22 07:39:18 +09:00
John Estropia 0345ee9c94 Merge branch 'develop' of github.com:JohnEstropia/CoreStore into develop 2019-09-14 01:40:37 -04:00
John Estropia 4016b5dc83 Merge pull request #331 from jagbryrmiginte/develop
Fixes #328 by specifying platform requirements in Package.swift
2019-09-14 01:34:35 -04:00
John Estropia 64b5e102aa Merge pull request #340 from pushp1989/develop
Added Support for Swift 5
2019-09-14 01:33:51 -04:00
John Estropia 12dc32f7e6 Merge branch 'develop' into datasources
# Conflicts:
#	CoreStoreDemo/CoreStoreDemo/List and Object Observers Demo/ListObserverDemoViewController.swift
#	CoreStoreTests/DynamicModelTests.swift
#	Sources/BaseDataTransaction+Importing.swift
#	Sources/CoreStoreObject.swift
#	Sources/CustomSchemaMappingProvider.swift
#	Sources/DynamicObject.swift
#	Sources/Functions.swift
#	Sources/ImportableUniqueObject.swift
#	Sources/NSManagedObjectContext+Querying.swift
2019-08-29 17:15:45 +09:00
John Estropia b4c38caf1e Merge branch 'develop' of github.com:JohnEstropia/CoreStore into develop 2019-08-29 17:03:16 +09:00
John Estropia 266b1a9913 Deprecation of enum CoreStore, reorganize global symbols 2019-08-29 17:03:09 +09:00
John Estropia 1740d168c8 Merge branch 'develop' 2019-08-27 14:38:16 +09:00
John Estropia d42b397090 version bump 2019-08-27 14:38:05 +09:00
John Estropia 058cc1915b fix optimization issues in release build 2019-08-27 14:21:33 +09:00
John Estropia 02d5bf85ae fix ListMonitor demo for iOS 13 2019-08-20 12:42:34 +09:00
John Estropia 79655ffde5 added ObjectSnapshot as foundation for datasources API 2019-07-10 08:11:42 +09:00
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