Commit Graph
100 Commits
Author SHA1 Message Date
John Estropia 58629bc1df add missing predicate operator overloads 2020-02-19 13:58:14 +09:00
John Estropia 843adf21f7 improved API for custom getters and setters in Field properties 2020-02-18 18:17:52 +09:00
John Estropia 2d1b1e0592 add Field.Coded dynamic lookups for ObjectPublisher and ObjectSnapshot 2020-02-17 18:30:18 +09:00
John Estropia 38e9878c04 Merge branch 'master' into prototype/propertyWrapperFields 2020-02-08 09:47:35 +09:00
John Estropia 8cb8b95c2e fix build for watchOS 2020-02-08 08:49:11 +09:00
John Estropia 8e4e308ccc Merge branch 'prototype/propertyWrapperFields' of github.com:JohnEstropia/CoreStore into prototype/propertyWrapperFields 2020-02-06 09:33:15 +09:00
John Estropia f0f4049798 renamed Field.Computed to Field.Virtual to distinguish from Field.Derived 2020-02-06 09:33:08 +09:00
John Estropia c20fe4ac17 add Field.Relationship dynamicMemberLookups 2020-02-05 11:03:57 +09:00
John Estropia e9c3312612 Fix default encoders for top-level values 2020-01-21 17:03:12 +09:00
John Estropia 92ad895044 Field.Relationship propertyWrapper 2020-01-20 17:13:01 +09:00
John Estropia bcc2d9def3 Field.Coded implementations for transformable attributes 2020-01-18 16:22:06 +09:00
John Estropia 43f61359da prototype new Fields as propertyWrappers (Swift 5.2 above only) 2020-01-15 18:29:58 +09:00
John Estropia 5e37ee4566 Reorganize properties source files 2020-01-10 17:04:51 +09:00
John Estropia c544e0cce8 lazily evaluate NSEntityDescription-required fields from CoreStoreObject attributes 2020-01-09 17:00:43 +09:00
John Estropia f119a3adec add SPM installation instructions to README 2020-01-08 11:21:41 +09:00
John Estropia c951cb87a3 version bump 2020-01-08 11:03:43 +09:00
John Estropia 08147806a0 explicit exclusion of objc files in package.swift 2020-01-08 11:01:22 +09:00
John Estropia 4beb11519e Deprecation of ObjectiveC shivs 2020-01-08 10:26:27 +09:00
John Estropia b7ebda4487 Use generic collection types in ListSnapshot mutators 2020-01-05 02:37:42 +09:00
John Estropia b4489301ac fix SPM spec 2019-12-23 11:53:46 +09:00
John Estropia c025e5acc6 version bump 2019-12-23 10:11:26 +09:00
John Estropia 57745f36a8 Allow purging of datasource 2019-12-17 21:10:01 +09:00
John Estropia eef1c99f11 Allow custom views to consume ListSnapshot diffable data 2019-12-17 19:45:53 +09:00
John Estropia 9a19919392 add utility to create ObjectPublisher directly from a DynamicObject using its own context 2019-12-02 12:21:06 +09:00
John Estropia 3e2d62fe67 missed public modifier 2019-12-02 11:53:23 +09:00
John Estropia 6f275eb63a add "updatedItemIdentifiers" utility to ListSnapshot 2019-12-02 10:52:36 +09:00
John Estropia b12dba4d15 optimizations 2019-11-29 20:09:43 +09:00
John Estropia 4ee1b04523 Support for fetchOffset in ListPublisher, optimize slicing logic 2019-11-18 19:52:57 +09:00
John Estropia b1decc9853 Force fetchLimit for ListPublisher and ListSnapshot 2019-11-14 20:34:48 +09:00
John EstropiaandGitHub 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 EstropiaandGitHub d546ff154f Merge pull request #344 from timfraedrich/patch-1
small correction to documentation
2019-10-23 19:27:33 +09:00
John EstropiaandGitHub 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 EstropiaandGitHub 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 EstropiaandGitHub 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 EstropiaandGitHub 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