Blake Watters
0954d4a063
Fixing more memory leaks
2011-06-20 15:03:35 -04:00
Blake Watters
3bf4b7bc0f
Implemented nested mapping for structures similar to the BuildBot JSON structure. fixes #112
2011-06-17 15:36:28 -04:00
Jeremy Ellison
ae68829ec4
transform booleans to strings
2011-06-16 19:30:10 -04:00
Blake Watters
323d5e30b1
Add support for mapping from NSNumber to NSDate by coercing to a time interval since 1970. fixes #141
2011-06-16 17:33:21 -04:00
Blake Watters
420d20384f
Add support for mapping yes and no to NSNumber boolean values
2011-06-15 09:59:45 -04:00
Blake Watters
27ea307816
Fix crash in RKCatalog. Suppress warning about symbol visibility during linking.
2011-06-11 20:27:33 -04:00
Blake Watters
9299cabc11
Implemented flexible logging solution utilizing the excellent LibComponentLogging library.
2011-06-11 20:25:28 -04:00
Blake Watters
7bf3e0f273
Added support for mapping boolean strings to NSNumber with values t or f in addition to true and false. refs #130
2011-06-11 19:31:21 -04:00
Blake Watters
f3c0995d5e
Implementation of Object Mapping 2.0 design:
...
* Removed RestKit from inheritance hierarchy
* Mappings are implemented as concrete classes
* Mapper is much more flexible & powerful
* Much more robust error handling
* Serialization is reimplemented as an object mapping operation
* Added ability to serialize to JSON natively
* Reworked Core Data integration
* Simplified the codebase substantially
2011-06-11 19:26:56 -04:00