Skip to content

v5.0.0

Compare
Choose a tag to compare
@aryelgois aryelgois released this 29 Mar 14:50
· 17 commits to master since this release

Added

  • getStampColumns()
  • isDeleted()

Changed

  • Update dependencies
  • Rewrite MedooConnection
  • Update config file example
  • save() and update() always reload from Database to ensure data integrity
    and have better return values
  • delete() only resets the model and removes it from from ModelManager if
    successful
  • All STAMP_COLUMNS are implicitly optional

Removed

  • dataCleanup()

Fixed

  • Indentation
  • updateStampColumns() subset filtering
  • save()