All Versions
14
Latest Version
Avg Release Cycle
237 days
Latest Release
1904 days ago
Changelog History
Page 2
Changelog History
Page 2
-
v2.2 Changes
- β‘οΈ Updated examples and fixed errors in README - Tony Arnold
- π Changes block saves to use child context of rootSavingContext so that large saves do not channel through the default context and block the main thread - r-peck
- π Using contextDidSave notifications to perform merges - r-peck
- β‘οΈ Included CoreDataRecipies sample application updated to use Magical Record - Saul Mora
-
v2.1.0 Changes
- π 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
- π Fixed issue #287 - MR_findByAttribute:withValue:andOrderBy:ascending:inContext does not pass context through
-
v2.0.8 Changes
- π 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 do
- π¨ Separate printing context chain method into its own method change contextWorkingName to property workingName
0fb7d36
- [Saul Mora](mailto:saul@magicalpanda - β 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
- π Fixed issue #287 - MR_findByAttribute:withValue:andOrderBy:ascending:inContext does not pass context through
-
v2.0.7 Changes
- π Fix small error in README with regard to MR_SHORTHAND - Maik Gosenshuis
- Hide intended private cleanUpErrorHandling method - Saul Mora
- Call completion handler on main thread. - Brandon Williams
- 0οΈβ£ Persist changes to disk when using: - [NSManagedObjectContext MR_saveInBackgroundErrorHandler:completion:] methods, AND the context is the default context - [MagicalRecord saveInBackgroundβ¦] methods - Saul Mora
- [NSManagedObjectContext MR_saveInBackgroundErrorHandler:completion:] - Jwie
- [NSManagedObjectContext MR_saveInBackgroundErrorHandler:completion:] - Jwie
- β‘οΈ update - Peter Paulis
- Correct typo - Ryan Maxwell
- β‘οΈ Update MR_SHORTHAND installation note to match main readme - Ryan Maxwell
- Correct typo of "persistent" in method name - mRyan Maxwell
- π Make all requestAllSortedBy* methods consistent (allows sortTerms with commas) - vguerci
- π dispatch_release is not needed by the compiler - Saul Mora
- Don't run completion block if non specified - Saul Mora
- π Make platform requirements more explicit - Saul Mora
- β‘οΈ Update MagicalRecord/Core/MagicalRecordShorthand.h - Ryan Maxwell
- β Added automatic store deletion if the store does not match the model - Stephen Vanterpool
- π§ Missed the configuration - Stephen Vanterpool
- β‘οΈ Updating readme with a short blurb - Stephen Vanterpool
- Cleanup code is now debug-only - Stephen Vanterpool
- Clarified the DEBUG only nature of the fix - Stephen Vanterpool
- Making background save asynchronous and fix the callback not firing - Stephen Vanterpool
- β Added expecta matchers for tests - Stephen Vanterpool
- π Fixing formatting issues to match project style - Stephen Vanterpool
- π Fixed KVC relationship mapping bug. - Joshua Greene
- π Fixed an issue with aggregate actions not being performed in the specified context - Brian King
- β Adding an observer to check for icloud being setup after default context has been set. Should fix race condition in Issue #241 - Stephen Vanterpool
- β‘οΈ Updated test model to actually build - Stephen Vanterpool
- Clean up comments - Saul Mora
- β Remove compile warnings - Saul Mora
- Cleaning up iCloud setup observer code some - Stephen Vanterpool
- β Removes dispatch_release when iOS >= 6 || OSX >= 1080 - Rod Wilhelmy
- π Modifiying generateShorthand.rb to use user specified ruby - Stephen Vanterpool
- 0οΈβ£ Automatically obtain permanent IDs when saving the default context. This should fix several crashes the community is hitting - Stephen Vanterpool
- Making all relevant contexts obtain a permanent id before saving - Stephen Vanterpool
- β Adding recommended journalling mode - Stephen Vanterpool
- π fixup compiler warnings in Xcode 4.5 - Saul Mora
- π Fix compile warnings once and for all :/ - Saul Mora
- π¨ refactor internal method names to match more general objects to traverse fix another compile warning - Saul Mora
- - auto- igration options bug fix - Alexander Belyavskiy
- Don't adjust incoming NSDates for DST - Saul Mora
- π fix compile error with pragma option - Saul Mora
- β Add findFirstOrderedByAttribute:ascending:context: method for getting min/max values easier - Saul Mora
- β¬οΈ Bumping podspec to 2.0.4 - Stephen Vanterpool
- β Added new nestedContextSave method with completion handler - Stephen Vanterpool
- π Bumping podspec with bugfix - Stephen Vanterpool
- π Fixing rookie mistake :/ - Stephen Vanterpool
- π Require ARC in podspec (was compiling with retain/release in pod installations) - Ryan Maxwell
- β¬οΈ Bump tag to 2.0.6 - Ryan Maxwell
- 0οΈβ£ Properly removing existing on-save notifications before replacing the default or root contexts - Stephen Vanterpool
- π Fixing potential concurrency issue with creating the actionQueue - Stephen Vanterpool
- Cherry picking changes that make the context description more... descriptive - Stephen Vanterpool
- Rolled back a commit that broke things if cleanup was used. It created the action_queue in a dispatch_once block, and never recreated it after a cleanup - Stephen Vanterpool
- πΎ saveWithBlock was not saving parent contexts - Tony Arnold
- β Test that the current thread saveWith method actually saves - Tony Arnold
- β¬οΈ Bumped podspec to 2.0.7 - Stephen Vanterpool