All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
v0.2.0 - 2020-02-11
- support for custom name of deleted column
v0.1.3 - 2019-09-18
- append
deleted_at
toModel.dates
v0.1.2 - 2018-08-10
- Patch
QueryBuilder
when requested (viaModel.query()
method)
v0.1.1 - 2018-08-08
delete()
ran from context ofQueryBuilder
will mark matching records as soft-deleted
v0.1.0 - 2018-07-26
soft_deletes
global scopedelete()
methodrestore()
methodwithTrashed()
scopeonlyTrashed()
scopeisTrashed
getterwasTrashed
getter