Skip to content

0.4.12

Pre-release
Pre-release
Compare
Choose a tag to compare
@mikebronner mikebronner released this 03 Apr 17:58
· 389 commits to master since this release

Updated

  • string and array helpers to use the Str and Arr classes directly, in preparation for helper deprecations in Laravel 5.9. Thanks @mycarrysun

Fixed

  • disabling of model caching on relationship queries if model caching was disabled on the model. Thanks @mycarrysun
  • error that occurred if whereIn was given an empty array. Thanks @Ben52