MagicalRecord v2.3.0
What's new?
-
Dynamic framework targets are provided for both OS X 10.8+ and iOS 8.0+
-
Logging is enabled by default, change the logging level using
+[MagicalRecord setLoggingLevel: MagicalRecordLogLevelOff];
— see the documentation in the wiki -
CocoaLumberjack 2.0 support
-
Enabling shorthand category method names can now be done by importing:
#import <MagicalRecord/MagicalRecord.h> #import <MagicalRecord/MagicalRecord+ShorthandMethods.h> #import <MagicalRecord/MagicalRecordShorthandMethodAliases.h>
Then calling
+[MagicalRecord enableShorthandMethods]
.
See the documentation in the wiki. -
Support for running with Core Data's concurrency debugging checks enabled
-
Many, many, many, many fixes to reported issues
MagicalRecord 2.3 is the final 2.x point release of MagicalRecord. It is also the final release that will support the iOS 6 and OS X 10.8 SDKs.
Thanks to everyone who contributed to this release!