John Rommel Estropia
|
0c0a2a382c
|
Deprecated rollback() on async and sync transactions. Added undo utilities to unsafe transactions.
|
2015-11-14 20:00:40 +09:00 |
|
John Estropia
|
b7685dc747
|
allow Sequences of NSManagedObject subclasses as argument to delete() method
|
2015-10-26 14:41:58 +09:00 |
|
John Estropia
|
dc8bdf3bad
|
watch OS support
|
2015-10-20 20:38:58 +09:00 |
|
John Rommel Estropia
|
5b0439835b
|
Deprecated DetachedDataTransaction in favor of UnsafeDataTransaction. beginDetached() methods are also deprecated; use beginUnsafe() instead.
|
2015-09-21 15:08:46 +09:00 |
|
John Rommel Estropia
|
114b7ce605
|
Tighter generics implementations. You can now pass any SequenceType's for methods that previously only accepts Array's.
|
2015-09-19 18:20:52 +09:00 |
|
John Estropia
|
726e0eabe9
|
dispatch_group seems more semantically fitting than semaphore
|
2015-09-11 13:50:29 +09:00 |
|
John Rommel Estropia
|
63a43a6487
|
WIP: documentation
|
2015-09-10 07:21:53 +09:00 |
|
John Rommel Estropia
|
22943d2c76
|
added warn_unused_result annotations where they seem reasonable
|
2015-08-29 22:29:03 +09:00 |
|
John Rommel Estropia
|
16aabe1f3b
|
optimize fetching objects with NSManagedObjectIDs
|
2015-08-26 23:59:18 +09:00 |
|
John Rommel Estropia
|
83c724f584
|
updated default logger to still run assertions even on optimized (-O) builds
|
2015-08-08 22:12:08 +09:00 |
|
John Rommel Estropia
|
1c6085ad82
|
expose DetachedDataTransaction's context and allow creating children detached transactions (https://github.com/JohnEstropia/CoreStore/issues/9)
|
2015-07-26 21:20:48 +09:00 |
|
John Rommel Estropia
|
a34d2795af
|
remove queue asserts for detached transactions
|
2015-07-26 09:27:00 +09:00 |
|
John Rommel Estropia
|
f85eb2e057
|
merge changes to the main context asynchronously (fixes https://github.com/JohnEstropia/CoreStore/issues/7)
|
2015-07-24 08:05:13 +09:00 |
|
John Rommel Estropia
|
f99349f99d
|
improved migrationchain validation
|
2015-07-13 07:47:43 +09:00 |
|
John Rommel Estropia
|
8cfe8e2500
|
added NSProgress support for migrations
|
2015-07-12 00:49:53 +09:00 |
|
John Estropia
|
450afb00fa
|
Merge branch 'master' into develop
Conflicts:
CoreStore.podspec
CoreStore/Info.plist
CoreStore/Saving and Processing/DataStack+Transaction.swift
|
2015-07-09 19:01:23 +09:00 |
|
John Estropia
|
929fdfd9a9
|
remove thread asserts when creating new transactions. fixes https://github.com/JohnEstropia/CoreStore/issues/6
|
2015-07-09 18:55:35 +09:00 |
|
John Rommel Estropia
|
5b85b0749e
|
migration utilities (beta), swift 2 conversion
|
2015-07-07 08:03:46 +09:00 |
|
John Rommel Estropia
|
bf0eebe057
|
migration utilities (beta)
|
2015-07-07 07:58:16 +09:00 |
|
John Rommel Estropia
|
40f22761bf
|
Big update. Migration tools in progress
|
2015-07-01 08:03:09 +09:00 |
|
John Rommel Estropia
|
e462ae5a19
|
fixed demo app
|
2015-06-04 00:40:19 +09:00 |
|
John Rommel Estropia
|
869660d41d
|
updated README, added more utilities for updating and deleting objects from transactions
|
2015-05-30 17:26:06 +09:00 |
|
John Rommel Estropia
|
8361ba1b53
|
Renaming project because of cocoapods name clash with HardcoreData :(
|
2015-05-27 22:51:02 +09:00 |
|