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
John Estropia
0b097b8c85
version bump
2017-05-10 12:43:18 +09:00
John Estropia
fce5d2f301
Flatten file directories ( fixes #159 )
2017-05-10 12:42:20 +09:00
John Rommel Estropia
8ff163af30
WIP: documentation
2017-05-10 02:00:47 +09:00
John Estropia
19abedfa9f
WIP: documentation
2017-05-09 21:16:03 +09:00
John Estropia
48828fdca3
Custom migrations!
2017-05-09 17:58:41 +09:00
John Rommel Estropia
9d65a27557
WIP: custom migration
2017-05-09 03:10:35 +09:00
John Rommel Estropia
6d04806608
WIP
2017-04-26 08:31:37 +09:00
John Rommel Estropia
54129f7362
Merge branch 'corestore4_develop' of github.com:JohnEstropia/CoreStore into corestore4_develop
2017-04-25 22:08:58 +09:00
John Estropia
54c81d23f5
WIP: dynamic migrations
2017-04-25 18:08:43 +09:00
John Estropia
53ab140341
Improve refetch method (may fix #118 )
2017-04-24 11:57:47 +09:00
John Estropia
9dc4331b26
oops
2017-04-21 21:21:47 +09:00
John Estropia
e6aa72fb5f
support transformable values
2017-04-21 19:35:29 +09:00
John Estropia
274a54451a
fix compiler errors
2017-04-21 15:07:26 +09:00
John Estropia
fe70b7a27d
added tool to convert existing NSManagedObjectModels to the new CoreStoreSchema
2017-04-21 14:54:57 +09:00
John Estropia
02a660e4a6
WIP: Migrations
2017-04-20 20:26:11 +09:00
John Estropia
a543a4c94a
Added a "userInfo" property to relevant types to allow external code to store custom data
2017-04-20 16:40:27 +09:00
John Estropia
fd14a18248
Unify generics usage in ListMonitor and ObjectMonitor
2017-04-20 10:42:47 +09:00
John Estropia
b0e2655bdf
added a typealias for the object type contained in ListMonitor and ObjectMonitor
2017-04-19 17:04:34 +09:00
John Estropia
b6bc7c2edf
allow edit() calls to any DynamicObject
2017-04-18 18:14:16 +09:00
John Estropia
1938f0d9de
no need to be optional
2017-04-18 12:09:37 +09:00
John Estropia
94e6db669f
added a way to lazily-initialize user info data
2017-04-18 12:02:39 +09:00
John Estropia
b1972b82f1
added way to store userInfo in DataStack and in transactions
2017-04-18 11:29:16 +09:00
John Rommel Estropia
5ffaca1375
WIP: docs
2017-04-18 08:02:07 +09:00
John Estropia
a73306fecb
check correct queue for managed object value access
2017-04-12 19:22:18 +09:00
John Estropia
9f3db61ff7
WIP: allow migrations for CoreStoreObjects
2017-04-11 19:13:35 +09:00
John Estropia
e5ef4992d3
WIP: migrations for CoreStoreObjects
2017-04-07 21:57:45 +09:00
John Estropia
c0ae129b22
NSManagedObject features are now fully supported for CoreStoreObject types. MacOSX 10.12 onwards now support ListMonitors and ObjectMonitors
2017-04-07 20:14:13 +09:00
John Estropia
4fc10afe1e
relationships done!
2017-04-06 20:28:17 +09:00
John Estropia
8b77e4e5a0
WIP: prototype for ManagedObjectProtocol
2017-04-05 21:56:19 +09:00
John Estropia
258c237100
It works! (WIP!)
2017-04-04 20:25:40 +09:00
John Estropia
6948db516d
WIP: typesafe queries
2017-04-03 22:02:24 +09:00
John Estropia
b5d80fd272
WIP: Dynamic models (Goodbye xcdatamodel files!)
2017-04-03 21:41:25 +09:00
John Rommel Estropia
cdcd7d0416
removed deprecated functions in unit tests and demo app
2017-04-01 23:08:36 +09:00
John Rommel Estropia
a5162239d5
kick-off deprecations with 4.0 version bump
2017-04-01 21:23:50 +09:00
John Rommel Estropia
1ad6ac5769
accept NSManagedObject as Where predicate argument
2017-04-01 17:15:24 +09:00
John Rommel Estropia
ecb3d0cfa0
revert prototyped stack setup
2017-04-01 01:31:40 +09:00
John Estropia
97d7a276fe
new auto-commit transaction methods
2017-03-31 19:44:18 +09:00
John Estropia
d72d1afe8b
Merge branch 'develop' into corestore4_develop
...
# Conflicts:
# CoreStore.xcodeproj/project.pbxproj
2017-03-28 11:38:02 +09:00
John Estropia
716e069984
version bump
2017-03-28 11:25:24 +09:00
John Estropia
881ee4af0a
remove warnings when calling unsafeBitCast()
2017-03-28 10:54:08 +09:00
John Estropia
b97f6d6a0a
Merge branch 'prototype/mainContextToPSC' into corestore4_develop
2017-03-27 14:08:07 +09:00
John Rommel Estropia
818abfc1a1
WIP
2017-03-27 01:48:51 +09:00
Ruslan Skorb
f055c54a66
[ListMonitor] Use dynamicCast() to cast fetchedObjects to [T]? without checking the type.
...
Type checking takes a time. So there is a performance problem when casting a large number of fetched objects to an array of a certain type using the operator `as?`.
2017-03-24 21:30:46 +02:00
John Estropia
cb6d5b015b
WIP: prototyping new transaction structure
2017-03-24 21:15:51 +09:00
John Rommel Estropia
494965de23
changed protocol naming
2017-03-10 08:30:12 +09:00
John Estropia
fe25a9aa36
remove warnings when calling unsafeBitCast()
2017-03-09 18:59:37 +09:00
John Estropia
f21e4e12e0
Merge branch 'develop' into corestore4_develop
2017-03-09 18:08:35 +09:00
Ruslan Skorb
0c483e0e19
[FetchedResultsControllerDelegate] Remove duplicate code.
2017-03-05 12:20:12 +02:00