]> err.no Git - sope/blob - sope-core/EOCoreData/ChangeLog
Added Xcode project for EOCoreData and updated prebinding infos
[sope] / sope-core / EOCoreData / ChangeLog
1 2005-08-06  Marcus Mueller  <znek@mulle-kybernetik.com>
2
3         * EOCoreData-Info.plist: new Xcode Info.plist file
4
5         * EOCoreData.xcodeproj: new Xcode 2.1 project
6
7         * README.txt: fixed a typo
8
9 2005-08-06  Helge Hess  <helge.hess@opengroupware.org>
10
11         * v4.5.8
12         
13         * NSEntityDescription+EO.m: added -isReadOnly, -classPropertyNames,
14           -primaryKeyAttributeNames, -relationships, -attributes
15         
16         * added NSAttributeDescription+EO category containing the -width
17           and -allowsNull methods
18
19         * added NSRelationshipDescription+EO category containing the
20           -sourceAttributes method
21         
22 2005-08-04  Helge Hess  <helge.hess@opengroupware.org>
23
24         * EOCoreDataSource.m: print a warning if no object-context was decoded
25           from an archive, improved decoding of 'isFetchEnabled' (set to yes in
26           case no value was set) (v4.5.7)
27
28         * NSEntityDescription+EO.m: added EO compatible attribute/relship 
29           lookup methods (v4.5.6)
30
31 2005-08-04  Helge Hess  <helge.hess@skyrix.com>
32
33         * NSPredicate+EO.m: also check 'selectorName' key during unarchiving
34           (v4.5.5)
35
36 2005-08-04  Helge Hess  <helge.hess@opengroupware.org>
37
38         * NSExpression+EO.m: added EOKeyValueArchiving (v4.5.4)
39
40         * NSPredicate+EO.m: added EOKeyValueArchiving to NSComparisonPredicate
41           (v4.5.3)
42
43 2005-08-03  Helge Hess  <helge.hess@opengroupware.org>
44
45         * v4.5.2
46         
47         * EOFetchSpecification+CoreData.m: implemented -initWithFetchRequest:
48         
49         * EOCoreDataSource.m: added key/value archiving, added ability to
50           retrieve the entity from the fetch specification, added support for
51           qualifier bindings (v4.5.2)
52
53         * EOSortOrdering+CoreData.m: implemented conversion methods
54
55         * EOQualifier+CoreData.m: implemented conversion methods
56
57         * moved NS* categories to own files
58         
59         * v4.5.1
60
61         * moved in implementation prototypes from CoreDataBlog
62
63         * started EOCoreData library