This repository was archived by the owner on Nov 24, 2021. It is now read-only.
Releases: 3lvis/DATAStack
Releases · 3lvis/DATAStack
DATAStack — 3.2.0
- Add pod spec compatibility for watchOS and OS X
- Moved to Swift dependency TestCheck
- Dropped iOS 6 and iOS 7 support in order to use
.frameworks
/ modules
DATAStack — 3.1.2
- Improved how disposable main context works
DATAStack — 3.1.1
DATAStack — 3.1.0
- Add support for preloading from SQLite if found — #17
DATAStack — 3.0.4
- Improved SQLite exclusion
DATAStack — 3.0.3
- Improve SQLite iCloud exclusion
DATAStack — 3.0.2
- Fix
persistWithCompletion
not sending completion block on main thread
DATAStack — 3.0.1
- Fix
persistWithCompletion
not sending completion block on main thread
DATAStack — 3.0.0
- DATAStack will be synchronous when running tests
DATAStack — 2.6
- Removed method
- (NSManagedObjectContext *)newBackgroundContext;