Releases: aryelgois/Medools
Releases · aryelgois/Medools
v3.1.0
Added
- README Index
- Sections about
Reusing models
andOther 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
- 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
BREAKING CHANGES
- Some models in the namespace
aryelgois\Medools\Models\Address
were removed - Rename DATABASE_NAME_KEY to DATABASE
v2.1
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
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
I feel like this project can be released now.
And I really need to start testing in a real world project.