MagicalRecord v2.1.0 Release Notes

    • ๐Ÿ›  Fixed issue #287 - MR_findByAttribute:withValue:andOrderBy:ascending:inContext does not pass context through 4b97d0e - Stephen Vanterpool
    • โž• Adding changelog da70884 - Stephen Vanterpool
    • โšก๏ธ Cleanup contextWillSave method Update deleting incompatible store 2eaec27 - Saul Mora
    • don't check the error, rely only on the return value of methods to determine success 64a81c6 - Saul Mora
    • ๐Ÿ’พ removed MR_saveErrorHandler, as it and MR_saveWithErrorCallback were essentially duplicates MR_save now only saves the current context (it was essentially doing a MR_saveNestedContexts). If you need to save all the way out to disk, use MR_saveNestedContexts. Removed the action queue, unnecessary since core data introduced it's own queue support f7c4350 - Stephen Vanterpool
    • ๐Ÿ–จ Separate printing context chain method into its own method change contextWorkingName to property workingName 0fb7d36 - Saul Mora
    • โž• Added fetchAllWithDelegate: method for NSFRC c0a1657 - Saul Mora
    • ๐Ÿ›  Fixed Issue #294 - MR_requestAllSortedBy:ascending:inContext: did not use correct context 3656e74 - Stephen Vanterpool
    • โฌ†๏ธ Bumping podspec version fb81b5b - Stephen Vanterpool
    • โšก๏ธ Updating changelog 20f02ba - Stephen Vanterpool
    • Re-Added obtaining permanent ids automatically cfccd40 - Stephen Vanterpool
    • โšก๏ธ Minor formatting updates 1440623 - Saul Mora
    • Pass errorCallback through convenience method 5376700 - Tony Arnold
    • Implement new save methods 4f35e4e - Tony Arnold
    • โšก๏ธ Update existing save tests to reflect save changes. Also begin adding tests for deprecated methods to ensure consistent behaviour in unmodified code. c763d4a - Tony Arnold
    • ๐Ÿ›  Fix compilation problems under latest Xcode. af84aff - Tony Arnold
    • โšก๏ธ Update gitignore and remove user specific xcuserdata d0e771d - Tony Arnold
    • โž• Add Kiwi for saner asynchronous testing and remove existing GHUnit tests for save methods 55af799 - Tony Arnold
    • โœ… Flesh out tests for MagicalRecord+Actions and the NSManagedObjectContext+MagicalSaves category a28d421 - Tony Arnold
    • ๐Ÿ—„ The deprecated saveWithBlock: method should do it's work on the current thread 2c66056 - Tony Arnold
    • โœ… All deprecated and non-deprecated methods have tests to ensure their function c2fa8c4 - Tony Arnold
    • โšก๏ธ Update README with details of the changes in this branch 4316422 - Tony Arnold
    • โšก๏ธ Update shorthand methods and import the magical saves category so that MRSaveCompletionHandler resolves 1af1201 - Tony Arnold
    • โšก๏ธ Updated podspec to 2.1.beta.1 5ed45f6 - Stephen Vanterpool
    • Minor text editing. 710d643 - nerdery-isaac
    • โž• Added additional case that will trigger persistent store cleanup 36d1630 - Stephen Vanterpool
    • ๐Ÿ›  Alter saveWithBlock: so that it runs asynchronously. Fixes #349. 357b62e - Tony Arnold
    • Execute save completion blocks on the main dispatch queue. 065352d - Tony Arnold
    • ๐Ÿ›  Fix broken GHUnit tests after recent changes to the save methods 0c83121 - Tony Arnold
    • โž• Add Clang-style documentation for the MagicalSaves category. Also add Clang's -Wdocumentation warning to assist in writing in future documentation. eb8865a - Tony Arnold
    • โœ‚ Remove unused notification constant 5a40bcc - Tony Arnold
    • ๐Ÿ“š Finalise documentation for MagicalRecord 2.1.0 f370cdb - Tony Arnold
    • โšก๏ธ Update pod spec to MagicalRecord 2.1.0 46b6004 - Tony Arnold