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

Releases: 3lvis/DATAStack

DATAStack — 2.5

16 Feb 13:42
Compare
Choose a tag to compare
  • Makes disposableMainContext a property instead of a method

DATAStack — 2.4.2

15 Feb 19:50
Compare
Choose a tag to compare
  • Remove observer on dealloc
  • Avoid storeURL and options when creating persistent coordinator

DATAStack — 2.4.1

14 Feb 08:58
Compare
Choose a tag to compare
  • Reuse disposable persistent coordinator when creating a disposable managed object context instead of creating one in demand.

DATAStack — 2.4

13 Feb 00:41
Compare
Choose a tag to compare
  • Added newDisposableMainContext method to create a managed object context used in the main thread just to transport object information.

DATAStack — 2.3

12 Feb 12:43
Compare
Choose a tag to compare
  • Simplify API

DATAStack — 2.2.3

08 Feb 23:33
Compare
Choose a tag to compare
  • Only add skip url when is not a simulator

DATAStack — 2.2.2

08 Feb 23:09
Compare
Choose a tag to compare
  • Return persistWithCompletion in the main thread

DATAStack — 2.2.1

08 Feb 19:30
Compare
Choose a tag to compare
  • Remove useless notification

There was a notification that was meant to support multiple main thread contexts, but this is a silly idea and not supported anymore.

DATAStack — 2.2

08 Feb 19:11
Compare
Choose a tag to compare
  • Revisit implementation, improve APIs.
  • Rename backgroundThreadContext to newBackgroundThreadContext.
  • Rename performInBackgroundThreadContext to performInNewBackgroundThreadContext.
  • Rename persistContext to persistWithCompletion since it's an asynchronous saving.
  • Rename destroy to drop, to complain with the common term drop the database.

DATAStack — 2.1.1

08 Feb 13:56
Compare
Choose a tag to compare
  • Minor improvements in API