Skip to content

v2.1.0

Latest
Compare
Choose a tag to compare
@TimothyBJacobs TimothyBJacobs released this 28 Mar 21:27
· 42 commits to master since this release
  • Add: Model::refresh() to fetch latest data from the server.
  • Add: Model::with_guarded() and Model::with_unguarded() to modify the fillable properties of a model.
  • Fix: Ensure valid sql if user adds nested where without any clauses.
  • Fix: PHP 7.1 error in DeleteConstrainer class.