All Versions
1
Latest Version
2.0
Avg Release Cycle
-
Latest Release
3733 days ago

Changelog History

  • v2.0 Changes

    February 02, 2014
    • โšก๏ธ Updated code to Modern Objective-C (ARC, auto-synthesize, auto-boxing, etc.)
    • โž• Added new -[EGODatabase execute:] method to easily run low level sqlite calls
    • โž• Added -[EGODatabaseResult firstRow] and -[EGODatabaseResult lastRow]
    • ๐ŸŽ Replaced NSLock usage with dispatch_semaphor, which gives us a free performance boost
    • โœ‚ Removed EGODatabaseRequestDelegate in favor of new completion property on EGODatabaseRequest
    • ๐Ÿ“‡ Renamed all -[EGODatabaseRow xxForColumnIndex:] methdos to -[EGODatabaseRow xxForColumnAtIndex:]
    • ๐Ÿšš Moved internal methods out of public headers
    • Minor other improvements