]> err.no Git - sope/blob - sope-core/EOCoreData/ChangeLog
added debug default
[sope] / sope-core / EOCoreData / ChangeLog
1 2005-08-23  Helge Hess  <helge.hess@opengroupware.org>
2
3         * v4.5.9
4
5         * added NSString+CoreData.m: for string related CD methods
6
7         * EOCoreDataSource.m: added 'EOCoreDataSourceDebugEnabled' default to
8           enable debugging
9
10 2005-08-06  Marcus Mueller  <znek@mulle-kybernetik.com>
11
12         * EOCoreData-Info.plist: new Xcode Info.plist file
13
14         * EOCoreData.xcodeproj: new Xcode 2.1 project
15
16         * README.txt: fixed a typo
17
18 2005-08-06  Helge Hess  <helge.hess@opengroupware.org>
19
20         * v4.5.8
21         
22         * NSEntityDescription+EO.m: added -isReadOnly, -classPropertyNames,
23           -primaryKeyAttributeNames, -relationships, -attributes
24         
25         * added NSAttributeDescription+EO category containing the -width
26           and -allowsNull methods
27
28         * added NSRelationshipDescription+EO category containing the
29           -sourceAttributes method
30         
31 2005-08-04  Helge Hess  <helge.hess@opengroupware.org>
32
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)
36
37         * NSEntityDescription+EO.m: added EO compatible attribute/relship 
38           lookup methods (v4.5.6)
39
40 2005-08-04  Helge Hess  <helge.hess@skyrix.com>
41
42         * NSPredicate+EO.m: also check 'selectorName' key during unarchiving
43           (v4.5.5)
44
45 2005-08-04  Helge Hess  <helge.hess@opengroupware.org>
46
47         * NSExpression+EO.m: added EOKeyValueArchiving (v4.5.4)
48
49         * NSPredicate+EO.m: added EOKeyValueArchiving to NSComparisonPredicate
50           (v4.5.3)
51
52 2005-08-03  Helge Hess  <helge.hess@opengroupware.org>
53
54         * v4.5.2
55         
56         * EOFetchSpecification+CoreData.m: implemented -initWithFetchRequest:
57         
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)
61
62         * EOSortOrdering+CoreData.m: implemented conversion methods
63
64         * EOQualifier+CoreData.m: implemented conversion methods
65
66         * moved NS* categories to own files
67         
68         * v4.5.1
69
70         * moved in implementation prototypes from CoreDataBlog
71
72         * started EOCoreData library