Skip to content

Releases: aryelgois/Medools

v3.1.0

09 Feb 22:39
Compare
Choose a tag to compare

Added

  • README Index
  • Sections about Reusing models and Other methods
  • Model methods:
    • fill()
    • getChangedColumns()
    • getInstance()
    • onFirstSaveHook()
    • onSaveHook()

Changed

  • Move changelog to its own file
  • Move Reloading the model section to Other methods
  • Move paragraphs from Advanced section to Other methods
  • Header level in Advanced section

Deprecated

  • Model setMultiple()

Removed

  • pt_BR section in README

Usability release

31 Jan 19:58
Compare
Choose a tag to compare
  • SOFT_DELETE is implicitly optional
  • Foreigns are loaded on demand
  • Models are restored to ModelManager after unserialize()
  • Models can be converted toArray()
  • Add const STAMP_COLUMNS
  • Columns with timestamp controlled by Database can be ignored
  • Update README
  • Some fixes and minor updates

BREAKING CHANGES

  • Models in the namespace aryelgois\Medools\Models\Address were removed
  • Rename DATABASE_NAME_KEY to DATABASE

v3.0-alpha

31 Jan 19:20
Compare
Choose a tag to compare
v3.0-alpha Pre-release
Pre-release

BREAKING CHANGES

  • Some models in the namespace aryelgois\Medools\Models\Address were removed
  • Rename DATABASE_NAME_KEY to DATABASE

v2.1

06 Jan 13:10
Compare
Choose a tag to compare

Models in the namespace aryelgois\Medools\Models\Address are being deprecated
in favor to the same ones in aryelgois\Databases\Models\Address.

Some DocBlocks and the composer.json where updated.

ModelManager release

18 Nov 19:44
Compare
Choose a tag to compare

This release features the ModelManager, a class which provides a way to reduce object duplication.

It also brings other additions, and changes the way to interact with models.

First Release

09 Nov 17:55
Compare
Choose a tag to compare

I feel like this project can be released now.

And I really need to start testing in a real world project.