Releases: 3lvis/DATAStack
Releases · 3lvis/DATAStack
DataStack — 8.2.1
Compare
Sorry, something went wrong.
No results found
3lvis
released this
06 Oct 05:01
Fixed a warning regarding unused params in method documentation
DataStack — 8.2.0
Compare
Sorry, something went wrong.
No results found
3lvis
released this
06 Oct 04:48
DataStack — 8.1.0
Compare
Sorry, something went wrong.
No results found
3lvis
released this
06 Oct 04:41
DATAStack — 8.0.2
Compare
Sorry, something went wrong.
No results found
3lvis
released this
01 Feb 06:00
Adds a name to the background context to make sure it only listens to saves on it. #112 by @Kmohamed
DATAStack — 8.0.1
Compare
Sorry, something went wrong.
No results found
3lvis
released this
03 Nov 09:54
Fix issue with callback when dropping persisting stores 150cc72
DATAStack — 8.0.0
Compare
Sorry, something went wrong.
No results found
3lvis
released this
24 Sep 07:37
Swift 4 and Xcode 9 support!
DATAStack — 7.0.3
Compare
Sorry, something went wrong.
No results found
3lvis
released this
27 Apr 08:47
Make persistentStoreCoordinator public
DATAStack — 7.0.2
Compare
Sorry, something went wrong.
No results found
3lvis
released this
29 Mar 05:48
DATAStack — 7.0.1
Compare
Sorry, something went wrong.
No results found
3lvis
released this
04 Jan 12:27
Fix issue with dropping not restoring persistent store coordinator
DATAStack — 7.0.0
Compare
Sorry, something went wrong.
No results found
3lvis
released this
04 Jan 10:33
Breaking change
Changed drop from throwable method to an async one, also we removed forceDrop since now you can do dropWithCompletion from Objective-C.
Before:
Now:
drop ( completion: ( ( _ error: NSError? ) - > Void) ? = nil )
Objective-C:
[self .dataStack dropWithCompletion: nil ];