Releases: esensi/model
Releases · esensi/model
JugglingModelTrait Release
- Added
JugglingModelTrait
which type casts to internal and custom types. - Fixed method scopes on
EncryptingModelTrait
andHashingModelTrait
. - Improved unit testing: 112 tests, 297 assertions.
- Improved documentation.
Note: The new JugglingModelTrait
has been added to the base Model
class and juggling is enabled by default. For a leaner experience, use a custom base model that includes only the traits that are actually needed.
Updated Dependencies
- Cleaned up interfaces so there are not protected method requirements.
- Updated Illuminate dependencies to
~4.2.6
which means droppingbootTraits()
overloading. - Updated Watson/Validating dependency to include
0.9.*
changes.
Updated Dependencies
- Improved documentation
- Updated
watson/validating
dependency to require0.8.*
compatibility- Renamed
ValidatingModelTrait::$errors
to$validationErrors
- Renamed
ValidatingModelTrait::$messages
to$validationMessages
- Added
ValidatingModelTrait::saveOrFail()
- Added
validating
namespaced events
- Renamed
Initial Open Source Release
v0.3.0 Updated package for watson/validating dependency. Added badges to rea…