MagicalRecord v2.3 Release Notes

    • 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