This repository has been archived by the owner on Nov 24, 2021. It is now read-only.
Releases: 3lvis/DATAStack
Releases · 3lvis/DATAStack
DATAStack — 2.5
- Makes
disposableMainContext
a property instead of a method
DATAStack — 2.4.2
- Remove observer on
dealloc
- Avoid
storeURL
andoptions
when creating persistent coordinator
DATAStack — 2.4.1
- Reuse disposable persistent coordinator when creating a disposable managed object context instead of creating one in demand.
DATAStack — 2.4
- Added
newDisposableMainContext
method to create a managed object context used in the main thread just to transport object information.
DATAStack — 2.3
- Simplify API
DATAStack — 2.2.3
- Only add skip url when is not a simulator
DATAStack — 2.2.2
- Return
persistWithCompletion
in the main thread
DATAStack — 2.2.1
- 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
- Revisit implementation, improve APIs.
- Rename
backgroundThreadContext
tonewBackgroundThreadContext
. - Rename
performInBackgroundThreadContext
toperformInNewBackgroundThreadContext
. - Rename
persistContext
topersistWithCompletion
since it's an asynchronous saving. - Rename
destroy
todrop
, to complain with the common term drop the database.
DATAStack — 2.1.1
- Minor improvements in API