Added support for additional compiler warnings (thanks noloader).
Worked around limitations in NSDecimalNumber's handling of 64-bit integers.
Removed SBJSON from the GTL project. Individual apps my choose to include the SBJSON files for compatibility with older operating systems that do not have NSJSONSerialization.
GTLObject now supports indexed subscript access to items as a synonym for itemAtIndex:
GTLDateTime is now an immutable class, to avoid accidental changes to instances that have been added to an object tree.
Calendar API now properly exposes GTLDateTimes for max/min times.
Moved base64 encoding and decoding support to GTLBase64 file.
Fixed waitForTicket's return value on delete fetches.
String properties in objects are now copied rather than retained.
Fixed handling of nil date-time fields in server responses.
Added interfaces for Calendar.
Added chunked (resumable) upload support and additional http headers to query class.
Added per-query callback blocks, especially useful for queries executes in a batch.
Added shouldFetchNextPages support for collections fetched in batch queries
Added interfaces for orkut
Added interfaces for Google Plus.
Added interfaces for Blogger.
Added generated interfaces for Google Analytics.
Initial public release of the JSON-based API library. Includes standard object, service, and query classes, and unit tests. Includes classes for Books, Latitude, Shopping, Tasks and URL Shortener.