Skip to content

JugglingModelTrait Release

Compare
Choose a tag to compare
@dalabarge dalabarge released this 17 Jul 15:11
· 104 commits to master since this release
  • Added JugglingModelTrait which type casts to internal and custom types.
  • Fixed method scopes on EncryptingModelTrait and HashingModelTrait.
  • 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.