Skip to content

Latest commit

 

History

History
executable file
·
15 lines (10 loc) · 449 Bytes

RELEASE NOTES.md

File metadata and controls

executable file
·
15 lines (10 loc) · 449 Bytes

Version 2.0

  • Major API redesign. It is not recommended to update projects that use BaseModel 1.1 or earlier to version 2.0

Version 1.1

  • Added mergeValuesFromObject method.
  • Renamed documentsPath to savePath.
  • Updated loading and saving methods to use the application support folder by default, instead of the documents folder.
  • Fixed nil object exception in loading code.
  • Fixed bug in NSCoded loading logic.

Version 1.0

  • Initial release