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

DATAStack — 4.1.0

Compare
Choose a tag to compare
@3lvis 3lvis released this 08 Feb 12:39
· 215 commits to master since this release
  • Added support for having your data stores with different names, before if your model was Model.momd then your data store would have been Model.sqlite. This one comes thanks to @gfpacheco 👏 👏! #32

Use the following initalizer to make use of this feature:

public init(modelName: String, bundle: NSBundle, storeType: DATAStackStoreType, storeName: String)
  • Added support for versioning out of the box, and also fix a crash when there is no .momd file but a single .mom file. #34

Thanks again @stephanecopin, kicking ass 👊