Skip to content
This repository was archived by the owner on Nov 24, 2021. It is now read-only.

Releases: 3lvis/DATAStack

DATAStack — 3.2.0

14 Oct 20:15
Compare
Choose a tag to compare
  • 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

06 Oct 06:00
Compare
Choose a tag to compare
  • Improved how disposable main context works

DATAStack — 3.1.1

30 Sep 14:48
Compare
Choose a tag to compare
  • Improved drop method, not also removes the .sqlite-shm and the .sqlite-wal files. Fixes thanks to @denrase ❤️
    • Reference issue: #19
    • PR: #20

DATAStack — 3.1.0

28 Aug 21:08
Compare
Choose a tag to compare
  • Add support for preloading from SQLite if found — #17

DATAStack — 3.0.4

10 Apr 14:52
Compare
Choose a tag to compare
  • Improved SQLite exclusion

DATAStack — 3.0.3

01 Apr 20:08
Compare
Choose a tag to compare
  • Improve SQLite iCloud exclusion

DATAStack — 3.0.2

23 Mar 18:01
Compare
Choose a tag to compare
  • Fix persistWithCompletion not sending completion block on main thread

DATAStack — 3.0.1

23 Mar 16:29
Compare
Choose a tag to compare
  • Fix persistWithCompletion not sending completion block on main thread

DATAStack — 3.0.0

16 Mar 20:09
Compare
Choose a tag to compare

DATAStack — 2.6

16 Feb 19:41
Compare
Choose a tag to compare
  • Removed method

- (NSManagedObjectContext *)newBackgroundContext;