1 2005-08-23 Helge Hess <helge.hess@opengroupware.org>
5 * added NSString+CoreData.m: for string related CD methods
7 * EOCoreDataSource.m: added 'EOCoreDataSourceDebugEnabled' default to
10 2005-08-06 Marcus Mueller <znek@mulle-kybernetik.com>
12 * EOCoreData-Info.plist: new Xcode Info.plist file
14 * EOCoreData.xcodeproj: new Xcode 2.1 project
16 * README.txt: fixed a typo
18 2005-08-06 Helge Hess <helge.hess@opengroupware.org>
22 * NSEntityDescription+EO.m: added -isReadOnly, -classPropertyNames,
23 -primaryKeyAttributeNames, -relationships, -attributes
25 * added NSAttributeDescription+EO category containing the -width
26 and -allowsNull methods
28 * added NSRelationshipDescription+EO category containing the
29 -sourceAttributes method
31 2005-08-04 Helge Hess <helge.hess@opengroupware.org>
33 * EOCoreDataSource.m: print a warning if no object-context was decoded
34 from an archive, improved decoding of 'isFetchEnabled' (set to yes in
35 case no value was set) (v4.5.7)
37 * NSEntityDescription+EO.m: added EO compatible attribute/relship
38 lookup methods (v4.5.6)
40 2005-08-04 Helge Hess <helge.hess@skyrix.com>
42 * NSPredicate+EO.m: also check 'selectorName' key during unarchiving
45 2005-08-04 Helge Hess <helge.hess@opengroupware.org>
47 * NSExpression+EO.m: added EOKeyValueArchiving (v4.5.4)
49 * NSPredicate+EO.m: added EOKeyValueArchiving to NSComparisonPredicate
52 2005-08-03 Helge Hess <helge.hess@opengroupware.org>
56 * EOFetchSpecification+CoreData.m: implemented -initWithFetchRequest:
58 * EOCoreDataSource.m: added key/value archiving, added ability to
59 retrieve the entity from the fetch specification, added support for
60 qualifier bindings (v4.5.2)
62 * EOSortOrdering+CoreData.m: implemented conversion methods
64 * EOQualifier+CoreData.m: implemented conversion methods
66 * moved NS* categories to own files
70 * moved in implementation prototypes from CoreDataBlog
72 * started EOCoreData library