| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| MagicalRecord.framework.zip | 2015-10-20 | 3.2 MB | |
| MagicalRecord v2.3.0.tar.gz | 2015-06-01 | 340.5 kB | |
| MagicalRecord v2.3.0.zip | 2015-06-01 | 513.7 kB | |
| README.md | 2015-06-01 | 1.1 kB | |
| Totals: 4 Items | 4.1 MB | 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:
objective-c
#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!