Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 1.56 KB

CHANGELOG.md

File metadata and controls

38 lines (26 loc) · 1.56 KB

Change Log

All notable changes to this project will be documented in this file.


1.1.3 (18/04/2017)

Released on Tuesday, April 18, 2017.

Changed

  • Database file moved from Document directory to Library directory to improve security.

1.1.2 (11/02/2017)

Released on Saturday, February 11, 2017.

Changed

  • Bug Fix OLCObjectParser.m, line 142 NULL data check added as a bug fix.

1.1.1 (03/08/2016)

Released on Webdsday, August 03, 2016.

Added

  • CHANGELOG.md file added.

Changed

  • Reverted - (NSObject *) hasOne:(Class) model foreignKeyCol:(NSString *) fkey to - (NSObject *) hasOne:(Class) model foreignKey:(NSString *) fkey for simplicity.
  • Reverted - (NSArray *) hasMany:(Class) model foreignKeyCol:(NSString *) fkey to - (NSArray *) hasMany:(Class) model foreignKey:(NSString *) fkey for simplicity.
  • Reverted - (NSObject *) belongTo:(Class) model foreignKeyCol:(NSString *) pkey to - (NSObject *) belongTo:(Class) model foreignKey:(NSString *) pkey for simplicity.

1.1.0 (24/07/2016)

Released on Sunday, July 24, 2016.

Added

  • Data migration on database version update added.
  • + (void) printTable static method added to dump the table strcture with record to xcode console.

Updated

  • CocoaPods structure updated with latest updated.