Skip to content

Tags: coderzzz/MagicalRecord

Tags

v2.3.0-beta.4

Toggle v2.3.0-beta.4's commit message
Update podspec to 2.3.0-beta.4

v2.3.0-beta.3

Toggle v2.3.0-beta.3's commit message
Bump podspec to 2.3.0-beta.3

2.3.0-beta.2

Toggle 2.3.0-beta.2's commit message
Disable deprecation warning inside the library

v2.3.0-beta.2

Toggle v2.3.0-beta.2's commit message
Disable deprecation warning inside the library

v2.3.0-beta.1

Toggle v2.3.0-beta.1's commit message
Prefix import functions with MR_ to avoid conflicts

Closes magicalpanda#722.

2.1.5

Toggle 2.1.5's commit message

2.1.4

Toggle 2.1.4's commit message
Improved error handling

- Let’s handle an addPersistentStoreWithType:configuration:URL:options:error: error regardless of whether we want to delete the store on model mismatch.

2.1.3

Toggle 2.1.3's commit message
More robust deletion of SQLite stores

- Core Data makes other supplementary files in addition to the .sqlite file, so deleting those as well for good measure.
- Previously, we had this Core Data deletion implementation in our app code and then MagicalRecord used another Core Data deletion implementation.  It’s best if everyone can use one Core Data deletion implementation.  As a result, making this a public method on NSPersistentStore so that everyone has access to it.

2.1.2

Toggle 2.1.2's commit message
Better logging story

- MagicalRecord now correctly detects CocoaLumberjack.
- Updated MagicalRecord to use different log levels when
CocoaLumberjack is available.  When CocoaLumberjack is not available,
all log levels are logged via NSLog when DEBUG is defined and not
logged at all when DEBUG is undefined.
- Since MR_ENABLE_ACTIVE_RECORD_LOGGING doesn't easily work with
CocoaPods and because CocoaLumberjack is a better solution, I've
removed MR_ENABLE_ACTIVE_RECORD_LOGGING entirely.

2.2

Toggle 2.2's commit message