John Estropia
|
7c2129e38f
|
Deprecation of legacy ValueContainer and RelationshipContainer properties in favor of @Field propertyWrapper counterpart
|
2024-01-28 22:11:21 +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
|
468922d5ed
|
fix casting issues
|
2019-10-29 20:30:03 +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
|
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
|
266b1a9913
|
Deprecation of enum CoreStore, reorganize global symbols
|
2019-08-29 17:03:09 +09:00 |
|
John Estropia
|
79655ffde5
|
added ObjectSnapshot as foundation for datasources API
|
2019-07-10 08:11:42 +09:00 |
|
John Estropia
|
ed3d21db77
|
WIP: reorganization of keypath utilities (in prep for @propertyWrappers)
|
2019-07-09 14:50:23 +09:00 |
|
John Estropia
|
bf8a1062e0
|
deleted obsoleted and deprecated API
|
2019-03-30 23:56:39 +09:00 |
|
John Estropia
|
41902fee2e
|
fix compiler errors
|
2019-01-31 16:50:43 +09:00 |
|
John Estropia
|
ab40532801
|
fix issue with early-deallocated CoreStoreObjects
|
2018-09-18 23:50:14 +09:00 |
|
John Estropia
|
1ad233ca9d
|
Swift 4.2 support
|
2018-09-15 12:56:08 +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
|
15edabdbb5
|
changed keyPath string utility to use String initializer
|
2017-12-29 00:05:11 +09:00 |
|
John Rommel Estropia
|
b6ee0b014f
|
WIP: documentations
|
2017-10-24 00:31:27 +09:00 |
|
John Rommel Estropia
|
6dd254e713
|
Merge branch 'prototype/Swift_3_2' into prototype/Swift_4_0
# Conflicts:
# CoreStore.podspec
# Sources/Info.plist
|
2017-10-13 08:10:56 +09:00 |
|
John Rommel Estropia
|
b4117eeb02
|
updated documentation (fixes #198)
|
2017-10-11 07:50:24 +09:00 |
|
John Rommel Estropia
|
4a5bc6450b
|
complete query utilities
|
2017-08-08 07:36:52 +09:00 |
|
John Rommel Estropia
|
fe69e7c6c4
|
Merge branch 'prototype/Swift_4_0' into prototype/queryBuilders
# Conflicts:
# CoreStore.xcodeproj/project.pbxproj
# Sources/Relationship.swift
# Sources/Value.swift
|
2017-08-05 23:02:00 +09:00 |
|
John Rommel Estropia
|
5c0e78bd53
|
Deleted EmptyableAttributeType and require "initial" parameter for Value.Required
|
2017-08-05 00:03:17 +09:00 |
|
John Rommel Estropia
|
aff966aac9
|
WIP: Query builders
|
2017-07-05 08:45:10 +09:00 |
|
John Estropia
|
5f5000218a
|
Merge branch 'develop' into prototype/Swift_3_2
# Conflicts:
# CoreStoreDemo/CoreStoreDemo/List and Object Observers Demo/Palette.swift
# Sources/Value.swift
|
2017-06-23 12:43:03 +09:00 |
|
John Estropia
|
e8eb309d82
|
Added source docs on usage of custom getters and setters for CoreStoreObject properties (Value.Required, etc)
|
2017-06-20 20:32:27 +09:00 |
|
John Rommel Estropia
|
2c394965b8
|
remove direct access to CoreStoreObject.primitiveValues and replace PartialObject<O>
|
2017-06-16 01:02:23 +09:00 |
|
John Rommel Estropia
|
746d697691
|
WIP: new PartialObject to act as faster KVC wrappers when implementing custom getters and setters for CoreStoreObject
|
2017-06-15 08:27:08 +09:00 |
|
John Estropia
|
801cf8d9f0
|
Fixed ListMonitor bug for CoreStoreObjects where ListObservers don't get update notifications
|
2017-06-14 17:37:46 +09:00 |
|
John Rommel Estropia
|
6a42a0054e
|
Merge branch 'develop' into prototype/Swift_3_2
# Conflicts:
# Sources/CoreStoreManagedObject.swift
# Sources/CoreStoreSchema.swift
# Sources/NSEntityDescription+DynamicModel.swift
# Sources/Value.swift
|
2017-06-11 09:16:34 +09:00 |
|
John Rommel Estropia
|
9cd3b6c879
|
code cleanup
|
2017-06-10 22:13:32 +09:00 |
|
John Rommel Estropia
|
fe135acbec
|
Improve CoreStoreObjects KVO behavior
|
2017-06-10 21:02:36 +09:00 |
|
John Estropia
|
23e12c4539
|
add constraints to Value.Optional and Value.Required native types
|
2017-06-09 11:30:09 +09:00 |
|
John Estropia
|
f618617053
|
work around issue that crashes the Swift 3.2 compiler (fixes #171)
|
2017-06-08 20:18:50 +09:00 |
|
John Estropia
|
7f9a915d71
|
WIP: Swift 3.2
|
2017-06-07 20:07:43 +09:00 |
|
John Rommel Estropia
|
d7b07b3f00
|
Added alternative way to set keyPathsForValuesAffectingValue(forKey:) for CoreStoreObjects
|
2017-06-05 01:30:26 +09:00 |
|
John Rommel Estropia
|
da9e8c1550
|
disallow "empty" default values on some ImportableAttributeTypes
|
2017-05-28 10:50:25 +09:00 |
|
John Rommel Estropia
|
1a7a4690d1
|
WIP: readme
|
2017-05-24 00:33:43 +09:00 |
|
John Rommel Estropia
|
91fda01071
|
WIP: readme
|
2017-05-15 08:51:31 +09:00 |
|
John Rommel Estropia
|
9c25336ff6
|
WIP: documentation
|
2017-05-12 01:42:19 +09:00 |
|
John Rommel Estropia
|
dd2949ee18
|
WIP: documentation
|
2017-05-11 00:03:13 +09:00 |
|
John Estropia
|
e0abb9b0af
|
Merge branch 'develop' into corestore4_develop
# Conflicts:
# CoreStore.podspec
# Sources/CoreStoreImportableAttributeType.swift
# Sources/CoreStoreQueryableAttributeType.swift
# Sources/Info.plist
# Sources/NSManagedObjectModel+Setup.swift
|
2017-05-10 19:11:01 +09:00 |
|