mirror of
https://github.com/zhigang1992/MagicalRecord.git
synced 2026-01-12 17:32:18 +08:00
8.4 KiB
8.4 KiB
Changelog
Version 2.0.8
- Fixed issue #287 - MR_findByAttribute:withValue:andOrderBy:ascending:inContext does not pass context through
4b97d0e- [Stephen Vanterpool](mailto:stephen@ - 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
Version 2.0.7
- Fix small error in README with regard to MR_SHORTHAND
[31m8c14cc7[m- [1;34mMaik Gosenshuis[m - Hide intended private cleanUpErrorHandling method
[31ma903e7e[m- [1;34mSaul Mora[m - Call completion handler on main thread.
[31mc639ce4[m- [1;34mBrandon Williams[m - Persist changes to disk when using: - [NSManagedObjectContext MR_saveInBackgroundErrorHandler:completion:] methods, AND the context is the default context - [MagicalRecord saveInBackground…] methods
[31m8bb0d0d[m- [1;34mSaul Mora[m - [NSManagedObjectContext MR_saveInBackgroundErrorHandler:completion:]
[31mf0246e9[m- [1;34mJwie[m - [NSManagedObjectContext MR_saveInBackgroundErrorHandler:completion:]
[31meabb147[m- [1;34mJwie[m - update
[31m8b7c1c8[m- [1;34mPeter Paulis[m - Correct typo
[31mf99215b[m- [1;34mRyan Maxwell[m - Update MR_SHORTHAND installation note to match main readme
[31m222c956[m- [1;34mRyan Maxwell[m - Correct typo of "persistent" in method name
[31m86db065[m- [1;34mRyan Maxwell[m - Make all requestAllSortedBy* methods consistent (allows sortTerms with commas)
[31m33f3994[m- [1;34mvguerci[m - dispatch_release is not needed by the compiler
[31m7128091[m- [1;34mSaul Mora[m - Don't run completion block if non specified
[31m3aa2845[m- [1;34mSaul Mora[m - Make platform requirements more explicit
[31macff79a[m- [1;34mSaul Mora[m - Update MagicalRecord/Core/MagicalRecordShorthand.h
[31m7daf3ad[m- [1;34mRyan Maxwell[m - Added automatic store deletion if the store does not match the model
[31mb8326a6[m- [1;34mStephen Vanterpool[m - Missed the configuration
[31m22fe81a[m- [1;34mStephen Vanterpool[m - Updating readme with a short blurb
[31md8394cf[m- [1;34mStephen Vanterpool[m - Cleanup code is now debug-only
[31m45d764a[m- [1;34mStephen Vanterpool[m - Clarified the DEBUG only nature of the fix
[31m8842d8f[m- [1;34mStephen Vanterpool[m - Making background save asynchronous and fix the callback not firing
[31m22311b7[m- [1;34mStephen Vanterpool[m - Added expecta matchers for tests
[31mcff0304[m- [1;34mStephen Vanterpool[m - Fixing formatting issues to match project style
[31m3bc55de[m- [1;34mStephen Vanterpool[m - Fixed KVC relationship mapping bug.
[31meaa78c2[m- [1;34mJoshua Greene[m - Fixed an issue with aggregate actions not being performed in the specified context
[31m9348ef5[m- [1;34mBrian King[m - Adding an observer to check for icloud being setup after default context has been set. Should fix race condition in Issue #241
[31m5341e84[m- [1;34mStephen Vanterpool[m - Updated test model to actually build
[31m2df10b1[m- [1;34mStephen Vanterpool[m - Clean up comments
[31mef16c57[m- [1;34mSaul Mora[m - Remove compile warnings
[31m8f93070[m- [1;34mSaul Mora[m - Cleaning up iCloud setup observer code some
[31m32f9f80[m- [1;34mStephen Vanterpool[m - Removes dispatch_release when iOS >= 6 || OSX >= 1080
[31m28a864b[m- [1;34mRod Wilhelmy[m - Modifiying generateShorthand.rb to use user specified ruby
[31m25081d0[m- [1;34mStephen Vanterpool[m - Automatically obtain permanent IDs when saving the default context. This should fix several crashes the community is hitting
[31m0e34179[m- [1;34mStephen Vanterpool[m - Making all relevant contexts obtain a permanent id before saving
[31m0b00e39[m- [1;34mStephen Vanterpool[m - Adding recommended journalling mode
[31ma9a7643[m- [1;34mStephen Vanterpool[m - fixup compiler warnings in Xcode 4.5
[31m5203cc1[m- [1;34mSaul Mora[m - Fix compile warnings once and for all :/
[31m11e5ee1[m- [1;34mSaul Mora[m - refactor internal method names to match more general objects to traverse fix another compile warning
[31m0a6f523[m- [1;34mSaul Mora[m -
- auto-migration options bug fix
[31m1924d73[m- [1;34mAlexander Belyavskiy[m
- auto-migration options bug fix
- Don't adjust incoming NSDates for DST
[31mda39710[m- [1;34mSaul Mora[m - fix compile error with pragma option
[31m51fe465[m- [1;34mSaul Mora[m - Add findFirstOrderedByAttribute:ascending:context: method for getting min/max values easier
[31mabb7314[m- [1;34mSaul Mora[m - Bumping podspec to 2.0.4
[31m4091c78[m- [1;34mStephen Vanterpool[m - Added new nestedContextSave method with completion handler
[31m2660e73[m- [1;34mStephen Vanterpool[m - Bumping podspec with bugfix
[31ma451eb4[m- [1;34mStephen Vanterpool[m - Fixing rookie mistake :/
[31m72dc5a4[m- [1;34mStephen Vanterpool[m - Require ARC in podspec (was compiling with retain/release in pod installations)
[31m48cc383[m- [1;34mRyan Maxwell[m - Bump tag to 2.0.6
[31mf2e2b7b[m- [1;34mRyan Maxwell[m - Properly removing existing on-save notificaitons before replacing the default or root contexts
[31m343b027[m- [1;34mStephen Vanterpool[m - Fixing potential concurrency issue with creating the actionQueue
[31m52139bd[m- [1;34mStephen Vanterpool[m - Cherry picking changes that make the context description more... descriptive
[31ma41ceee[m- [1;34mStephen Vanterpool[m - 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
[31mb81e70d[m- [1;34mStephen Vanterpool[m - saveWithBlock was not saving parent contexts
[31m870ca22[m- [1;34mTony Arnold[m - Test that the current thread saveWith method actually saves
[31md41d744[m- [1;34mTony Arnold[m - Bumped podspec to 2.0.7
[31m601869e[m- [1;34mStephen Vanterpool[m