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.