Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 629 Bytes

CHANGELOG.md

File metadata and controls

25 lines (18 loc) · 629 Bytes

Changelog

If there are no installation instructions provided, assume a composer update will suffice.

v2.0.1

  • Updated Readme with new version.

v2.0.0

  • Removed delete column and adds soft delete.
  • Removed deleted scope methods - use ->trashed() instead.

Credits

senei for #8. driesvints for #6. tlgreg for #11.

v1.1.1

  • Fixed prefix not working in the Base Model.
  • Changed insert to insertGetId.

Credits

underparnv for #5.

v1.1.0

  • Added model scopes to the User model.